← agenticfeed.ai
INDIVIDUAL MCP TOOL
find_merchant
Resolve a merchant's website domain to their Agenticfeed merchant ID and confirm they publish an Agentic Feed.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agenticfeed-mcp]
url = "https://agenticfeed.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agenticfeed-mcp": {
"type": "http",
"url": "https://agenticfeed.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agenticfeed-mcp
Remote MCP URL: https://agenticfeed.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agenticfeed-mcp": {
"url": "https://agenticfeed.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agenticfeed-mcp": {
"type": "http",
"url": "https://agenticfeed.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agenticfeed-mcp",
"transport": "streamable-http",
"url": "https://agenticfeed.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.list_products— List a merchant's in-stock products (product_id, title, price, availability, url).search_products— Find a merchant's products that match a shopper's need, question, problem, or use case.