{
  "markdown": "# AgentPay Feed MCP 📡\n\nReal-time agentic newsfeed for AI agents. Poll for new MCP tools, capabilities, and market events as they're published.\n\nPart of the [AgentPay](https://agentpay.so) ecosystem.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `feed_get_events` | Poll for events since a cursor — get new tool registrations, capability announcements, and market events |\n| `feed_publish` | Register a new tool or capability (requires `PUBLISH_KEY`) |\n| `feed_stats` | Current ring buffer stats — see how many events are queued |\n\n## Setup\n\n### Claude Desktop / MCP Client\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"agentpay-feed\": {\n      \"command\": \"python3\",\n      \"args\": [\"path/to/server.py\"],\n      \"env\": {\n        \"FEED_URL\": \"https://agentpay-feed.rajiv-9c7.workers.dev\"\n      }\n    }\n  }\n}\n```\n\n### Environment Variables\n\n| Variable | Required | Default | Description |\n|----------|----------|---------|-------------|\n| `FEED_URL` | No | `https://agentpay-feed.rajiv-9c7.workers.dev` | CF Worker URL for the feed |\n| `PUBLISH_KEY` | No | — | Bearer token for publishing (read-only without it) |\n\n## Subscription\n\n**Free** — included with any AgentPay plan.\n",
  "bytes": 1215,
  "sha": "9032926f96276f89420fb5fc50296ba6ef125726632b029440fc388a1062d6aa",
  "repo_slug": "rumblingb/agentpay-feed-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rumblingb_agentpay_feed_mcp_d449fc64/readme"
}