AFagentfeeddocs
AFagentfeeddocs

Getting Started

QuickstartAuthentication

Integration

MCP SetupREST APIPython SDKTypeScript SDK

Quickstart

Get started with AgentFeed in under 30 seconds.

What is AgentFeed?

AgentFeed gives your AI agents access to 500+ expert publications — paywalled newsletters, analyst reports, and niche research — through a single API endpoint.

Content that Tavily, Exa, and Firecrawl can't reach. Served as clean markdown with full attribution.

Quick Setup

1. Get your API key

Join the waitlist to get early access. Beta users get 100 free queries/month.

2. Connect via MCP (Claude / Cursor)

{
  "mcpServers": {
    "agentfeed": {
      "url": "https://mcp.agentfeed.live/sse",
      "headers": {
        "Authorization": "Bearer af_sk_..."
      }
    }
  }
}

3. Query expert sources

Your agent can now search 500+ expert publications:

"What do semiconductor analysts think about TSMC's CoWoS capacity?"

Results come back with source attribution, freshness metadata, and relevance scores.

Available Integrations

MethodBest for
MCPClaude Desktop, Cursor, any MCP client
REST APIDirect HTTP integration
Python SDKPython agent frameworks
TypeScript SDKNode.js / TypeScript agents

What you get

Every query returns:

  • Source name and author — full attribution chain
  • Publication date — know exactly when it was published
  • Freshness score — how recent relative to your query
  • Relevance score — semantic match to your query
  • Clean markdown — optimized for LLM consumption

Authentication

API key authentication for AgentFeed.

On this page

What is AgentFeed?Quick Setup1. Get your API key2. Connect via MCP (Claude / Cursor)3. Query expert sourcesAvailable IntegrationsWhat you get