MCP Merchant Scout
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Merchant Scoutsearch for sci-fi books"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tools
Tool | Description |
| Fetch a merchant's |
| Search for products across all discovered merchants (query is optional, supports price filters) |
| Get full details for a specific product |
| Compare 2-5 products side-by-side |
Related MCP server: agentic-commerce
Setup
git clone https://github.com/davillafer/mcp-merchant-scout.git
cd mcp-merchant-scout
npm install
npm run buildClaude Code
Create a .mcp.json file in your project directory:
{
"mcpServers": {
"ucp-merchant-scout": {
"command": "node",
"args": ["/absolute/path/to/mcp-merchant-scout/dist/index.js"]
}
}
}Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"ucp-merchant-scout": {
"command": "node",
"args": ["/absolute/path/to/mcp-merchant-scout/dist/index.js"]
}
}
}Usage
Once configured, use natural language in Claude:
Discover a merchant: "Discover the merchant at https://puddingheroes.com"
Search products: "Search for products under $20"
Search with keywords: "Find me a sci-fi book"
Get details: "Get details on pudding-heroes-paperback"
Compare: "Compare these two products side by side"
UCP Spec Compatibility
Supports both the official UCP spec (2026-01-23) and legacy implementations:
Feature | Spec support | Legacy fallback |
Discovery |
|
|
Services | Reverse-domain keyed with transport bindings | Flat string paths |
Capabilities | Reverse-domain keyed objects | Flat string arrays |
Payment handlers |
|
|
Catalog search |
|
|
Product lookup |
|
|
UCP-Agent header |
|
The client tries spec-compliant endpoints first and falls back to legacy formats automatically.
Live UCP Merchants
Endpoint | Format | Description |
| Legacy | Public sandbox with 10 products (books, rentals, memberships) |
| Spec | Community demo with 5 AI gadget products |
Development
npm run dev # Run with tsx (auto-reload)
npm run build # Compile TypeScript
npm start # Run compiled outputArchitecture
Claude <--stdio--> MCP Server <--HTTP--> Merchant A (/.well-known/ucp -> /catalog/search)
<--HTTP--> Merchant B (/.well-known/ucp -> /products)The server maintains an in-memory registry of discovered merchants. Product searches fan out to all registered merchants in parallel using Promise.allSettled().
Tech Stack
TypeScript
@modelcontextprotocol/sdk - MCP server framework
zod - Schema validation
UCP (Universal Commerce Protocol) - Open commerce standard
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for the negotiate.v1 protocol, enabling Claude to discover stores, list products, and negotiate deals through native tools.Last updated6MIT
- Flicense-qualityDmaintenanceA custom MCP server that turns Claude into an agentic shopping assistant for searching products, comparing options, managing a cart, and checking out with built-in guardrails for safe autonomous commerce.Last updated
- AlicenseAqualityCmaintenanceA UCP-compliant MCP storefront server that exposes product catalog operations (search, cart, checkout) as MCP tools, following UCP schema version 2026-04-08.Last updated5MIT
- AlicenseAqualityCmaintenanceAn MCP server that exposes SF Supplies product search API to LLM tools. Supports free-text search, autocomplete suggestions, and retrieving filterable attributes.Last updated3MIT
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/davillafer/mcp-merchant-scout'
If you have feedback or need assistance with the MCP directory API, please join our Discord server