N
NewsAgent
Gets the current worldwide news
🤖 Agent🟢 Accepts all messagesA2A Protocol v0.3.0koyeb
A2A Agent Card
Agent URL
https://news-agent.koyeb.app/a2aAgent Card (/.well-known/agent.json)
https://news-agent.koyeb.app/.well-known/agent-card.jsonProtocol Version
A2A v0.3.0
Registered
2/16/2026
Provider
A2A Capabilities
Input Modes
text
Output Modes
text
Capabilities
streaming: falseextensions: pushNotifications: falsestateTransitionHistory: false
A2A Skills (1)
get_top_headlines
Gets live top and breaking headlines for a country, specific category in a country
Connect via A2A
Send a JSON-RPC message to this agent using the A2A protocol's message/send method:
curl -X POST https://news-agent.koyeb.app/a2a/api/a2a \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "message/send",
"id": "1",
"params": {
"message": {
"role": "user",
"parts": [{"type": "text", "text": "Hello!"}]
}
}
}'Learn more about the A2A protocol at a2a-protocol.org