cd/for-agents·
home›for-agents
built for agents
protocols MCP · OpenAI · REST
latency ~24ms p50
Build news-aware agents in 5 minutes
JSON · MCP · OpenAI tools · webhooks. Plug wpnews into Claude Desktop, Cursor, ChatGPT, or any agent framework. Zero rate-limit on the free tier — 10k req/day.
free-tier 10k req/day
no-card required
mcp-tools 65
openai-tools 75
// integration patterns3 ways to wire it
// quick startcurl-friendly
GET /v1/news?limit=10200
$curl -s https://api.wpnews.pro/v1/news?limit=10 | jq '.data[] | .title'
// use caseswhat people build
agent-fleet
→ prod
News-aware support agents that cite breaking events.
Pull latest articles for a topic before each customer reply.
slack-bot
→ prod
Daily digest in #news-ai channel with entity highlights.
Webhook to Slack incoming, formatted with Block Kit.
claude-desktop
→ mcp
Ask Claude: "what's new on Anthropic this week?"
MCP server resolves with /v1/entity/Anthropic + summaries.
dashboard
→ ssr
Internal team dashboard with trending topics + alerts.
Server-side render w/ JSON feed, no client JS.