io.github.bluestratus/agenticfeed
Official2 toolsby bluestratus
Find AI-ready merchant feeds: resolve a store domain to its ID and fetch full product detail.
Resolves merchant store domains to IDs and retrieves AI-ready product feed data.
Topics
Captured live from the server via tools/list.
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.
Parameters (1)
- domainstringrequired
Merchant website domain or URL, e.g. "boardgameextras.co.uk".
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.
Parameters (2)
- merchantstringrequired
Agenticfeed merchant ID (customer GUID), e.g. "a9a8378c94".
- product_idstringrequired
Product ID (product GUID) within that merchant's catalog.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"agenticfeed": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agenticfeed.ai/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.