# agenticfeed MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-bluestratus-agenticfeed
- Repository: https://github.com/bluestratus/agenticfeed
- Website: https://agenticfeed.ai

## Install
- Endpoint: https://agenticfeed.ai/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://agenticfeed.ai/mcp

## Tools
- 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. Endpoint: https://agenticfeed.ai/mcp
- 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. Endpoint: https://agenticfeed.ai/mcp
- 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. Endpoint: https://agenticfeed.ai/mcp
- 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. Endpoint: https://agenticfeed.ai/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.bluestratus
- Version: 0.2.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
