mcpbeat

Agenticfeed MCP Server

io.github.bluestratus/agenticfeed
answering

Agenticfeed is answering right now. Last checked 8 min ago. It exposes 4 tools. Last commit 11 Jul 2026.

Match shopper intent to a merchant's products and fetch live price, stock and product Q&A.

Uptime history 43 hours of history
43 hours agonow
100.0%
Uptime 24h
91 of 91 checks
4
Tools
read from the server
131 ms
Response time
average over 24h
0
Stars
last commit 11 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add agenticfeed --transport http https://agenticfeed.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agenticfeed": {
      "url": "https://agenticfeed.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agenticfeed]
url = "https://agenticfeed.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agenticfeed": {
      "url": "https://agenticfeed.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agenticfeed": {
      "url": "https://agenticfeed.ai/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

products
list_products
List a merchant's in-stock products (product_id, title, price, availability, url). Call after find_merchant to see the catalogue, then get_product for full detail. For a specific shopper need, prefer search_products.
search_products
Find a merchant's products that match a shopper's need, question, problem, or use case. Pass the buyer intent in natural language (e.g. "a light strategy game for 4 players under thirty pounds"); returns ranked in-stock products with the reason each fits, drawn from Agenticfeed's intent mapping (questions, problems, use cases). Call find_merchant first to get the merchant ID.
merchant
find_merchant
Resolve a merchant's website domain to their Agenticfeed merchant ID and confirm they publish an Agentic Feed. Call this first when you only know a store's domain; use the returned merchant_id with get_product or the discovery feeds.
product
get_product
Get full detail for a single product by merchant_id and product_id: name, price, currency, availability, image, and the buyer questions, problems, and use cases it maps to. Returns a schema.org Product.

Endpoints

URLTransportStateLatencyChecked
https://agenticfeed.ai/mcp streamable-http answering 135 ms 8 min ago

Agenticfeed — questions

Answers built from our own checks of this server.

What can Agenticfeed do?
It exposes 4 tools, read directly from the server on our last check. Among them: find_merchant, get_product, list_products, search_products. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Agenticfeed working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 131 ms. The bar chart above shows every period we have measured.
How do I connect Agenticfeed?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Agenticfeed need an API key?
No. Agenticfeed completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Agenticfeed?
It answers our handshake in 131 ms on average, which is faster than 77% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Agenticfeed open source?
Yes — it is published under the MIT licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.