Agentโ™ฅ๏ธŽAge
Catalog

io.github.Rumblingb/agentpay-feed-mcp

Official

by Rumblingb ยท Python

Real-time agentic newsfeed for MCP tools and capabilities

The io.github.Rumblingb/agentpay-feed-mcp server provides a real-time agentic newsfeed for MCP tools and capabilities. It polls for new MCP tool registrations, capability announcements, and market events as they are published. It is part of the AgentPay ecosystem.

๐Ÿ› ๏ธ Key Features

  • Poll for new events since a cursor (feed_get_events)
  • Register new tools or capabilities (feed_publish) using PUBLISH_KEY
  • Expose ring buffer queue metrics (feed_stats)
  • Updates include tool registrations, capability announcements, and market events

๐Ÿš€ Use Cases

  • Keep an MCP client informed about newly published MCP tools and capabilities
  • Track market-related events alongside MCP capability updates

โšก Developer Benefits

  • Cursor-based polling for incremental event retrieval
  • Event queue visibility via current ring buffer stats
  • Standardized event types for tool registrations, capability announcements, and market events

โš ๏ธ Limitations

  • Publishing requires PUBLISH_KEY
  • Designed around polling and a ring buffer event queue