Gives your AI agent a real-time feed of MCP ecosystem events through a Cloudflare Worker backend. You get three tools: feed_get_events for polling new tool registrations and capability announcements since a cursor position, feed_publish for submitting your own entries if you have a publish key, and feed_stats to check the ring buffer state. Ships read-only by default, so agents can stay current on what's available without auth. Useful when you want your agent to discover new capabilities dynamically rather than working from a static tool list. Part of the AgentPay ecosystem and included free with any plan.
Real-time agentic newsfeed for AI agents. Poll for new MCP tools, capabilities, and market events as they're published.
Part of the AgentPay ecosystem.
| Tool | Description |
|---|---|
feed_get_events | Poll for events since a cursor — get new tool registrations, capability announcements, and market events |
feed_publish | Register a new tool or capability (requires PUBLISH_KEY) |
feed_stats | Current ring buffer stats — see how many events are queued |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agentpay-feed": {
"command": "python3",
"args": ["path/to/server.py"],
"env": {
"FEED_URL": "https://agentpay-feed.rajiv-9c7.workers.dev"
}
}
}
}
| Variable | Required | Default | Description |
|---|---|---|---|
FEED_URL | No | https://agentpay-feed.rajiv-9c7.workers.dev | CF Worker URL for the feed |
PUBLISH_KEY | No | — | Bearer token for publishing (read-only without it) |
Free — included with any AgentPay plan.
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent