mcpbeat Sign in

Agenticfeed MCP Server

by bluestratus Your server? Claim it
not responding

Agenticfeed is listed as active in the registry but did not answer our last check. 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 51 days of history · worst day 97%
51 days agonow
97.8%
Uptime 24h
89 of 91 checks
4
Tools
read from the server
198 ms
Response time
average over 24h
0
Stars
last commit 11 Jul 2026

Agenticfeed does not always answer

Over the last week it answered 99.1% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 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 8376 ms 1 min ago

Alternatives to Agenticfeed

same job, measured the same way
Perkusai (US)
by perkusai

AI shopping search: real, in-stock US and Amazon products with prices, ratings and buy links.

1 tools answering
L
Perkusai (Lithuania)
by perkusai

AI shopping search: real, in-stock Lithuanian and EU products with prices, ratings and buy links.

1 tools answering
AgentPay
by zapnikita95

RU merchant catalog for AI agents: live price, stock, choices and controlled checkout. Not x402.

34 tools answering
CartScout
by veselin15

Live product prices, stock, variants and deal ratings from Shopify, Walmart, eBay and more.

local only
Packrift MCP
by packrift

Hosted no-auth MCP for exact-spec packaging search, live price, stock, cart handoff, and no-match.

15 tools answering
MCP Tiny
by codespar

MCP server for Tiny ERP — products, stock, warehouses, price lists, orders, invoices, AP/AR

22 installs/wk local only
CheckoutTruth
by moelayyan90

Verify live product price, currency, stock, variants and published shipping evidence for AI agents.

answering
AutoID Product Catalog & Support
by autoid

Read-only AutoID Romania MCP for product search, live stock/prices, specs, and technical support.

15 tools answering

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 89 of 91 checks got a reply (97.8%), average response time 198 ms. The bar chart above shows every period we have measured.
The registry lists Agenticfeed as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
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 198 ms on average, which is faster than 70% of all working MCP servers we measure. 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.