Odel
agentpay feed mcp

agentpay feed mcp

Local
@rumblingb1PythonMITUpdated 1mo ago

Real-time agentic newsfeed for MCP tools and capabilities

AgentPay Feed MCP 📡

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.

Tools

ToolDescription
feed_get_eventsPoll for events since a cursor — get new tool registrations, capability announcements, and market events
feed_publishRegister a new tool or capability (requires PUBLISH_KEY)
feed_statsCurrent ring buffer stats — see how many events are queued

Setup

Claude Desktop / MCP Client

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"
      }
    }
  }
}

Environment Variables

VariableRequiredDefaultDescription
FEED_URLNohttps://agentpay-feed.rajiv-9c7.workers.devCF Worker URL for the feed
PUBLISH_KEYNoBearer token for publishing (read-only without it)

Subscription

Free — included with any AgentPay plan.