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
| Method | Best for |
|---|---|
| MCP | Claude Desktop, Cursor, any MCP client |
| REST API | Direct HTTP integration |
| Python SDK | Python agent frameworks |
| TypeScript SDK | Node.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