fetch-price
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., "@fetch-pricefind the cheapest Nintendo Switch OLED in stock in the UK"
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.
fetch-price — UK product & price search for AI agents
One API call. Live UK marketplace prices. Normalised JSON. Direct buy links.
When to use
Any time a user asks an agent to find, compare, or price a physical product available in the UK: "find", "compare", "cheapest", "under £X", "in stock", "best deal", "where can I buy". If the user would otherwise open eBay or Amazon and start searching, use this service instead.
Related MCP server: Market Price Finder
Quick start
# REST API — no SDK needed
curl -X POST https://api.fetch-price.com/api/query \
-H "Content-Type: application/json" \
-d '{"query":"Sony WH-1000XM5","max_results":5,"networks":["ebay_uk","amazon_uk"]}'# Python SDK
pip install fetch-price
from fetch_price import FetchPrice
fp = FetchPrice(api_key="fp_your_key_here")
results = fp.search("Sony WH-1000XM5")
for p in results.products:
print(f"{p.name}: £{p.price} ({p.network})")Example queries
"find portable air conditioners under £300 in stock in the UK"
"cheapest Sony WH-1000XM4 headphones ebay uk"
"compare prices for a 9000 BTU air con unit"
"refurbished thinkpad t480 under £200"Networks
ebay_uk — live via eBay Partner Network (Smart Links with tracking)
amazon_uk — rolling out (Amazon Associates)
Pricing
Tier | Lookups/month | Price |
Free | 50 | £0 |
Pro | 5,000 | £29/mo |
Scale | Unlimited | £99/mo |
Free tier works without authentication. Pro/Scale require an API key.
MCP Server
One-file stdio MCP server for Claude Code, Claude Desktop, Cursor, and any MCP-capable client:
pip install "mcp[cli]" httpx
python mcp/fetch_price_mcp.pyClaude Code:
claude mcp add fetch-price -- python path/to/fetch_price_mcp.pyTools exposed: search_products, service_status.
Agent Discovery
This service is discoverable via:
A2A protocol — agent-card.json
llms.txt — LLM-readable index
ClawHub — skill registry listing
skills.sh — auto-indexed from this repo
Structured data — JSON-LD for Google AI, Apple Intelligence, Alexa
Repository
Homepage: fetch-price.com
API: api.fetch-price.com
GitHub: fusionx212/fetch-price
Agent Card: /.well-known/agent-card.json
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
- Alicense-qualityDmaintenanceEnables product search and retrieval from e-commerce APIs, returning markdown-formatted product listings with clickable links and prices for easy shopping assistance.Last updated30MIT
- Flicense-qualityDmaintenanceEnables querying and comparing product prices across different marketplaces with real-time updates. Deployable on Cloudflare Workers with tools for searching products, comparing prices, and retrieving price history.Last updated
- Alicense-qualityDmaintenanceEnables AI models to find the best online deals by browsing and interacting with multiple shopping platforms like Amazon and eBay across various regions. It uses Playwright to automate searches and retrieve product information from compatible e-commerce and deal-tracking websites.Last updated113MIT
- AlicenseAqualityDmaintenanceSearches UK electronics products across multiple retailers, compares prices, and provides purchase links.Last updated2150MIT
Related MCP Connectors
Search products, compare prices and discover deals across 6 European markets with your AI assistant.
Agent-native product catalog for AI shopping agents. 296M+ products, 28 countries.
AI-agent search API: Google, YouTube, Amazon, Reddit, TikTok, TikTok Shop, Instagram, X, LinkedIn
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/fusionx212/fetch-price'
If you have feedback or need assistance with the MCP directory API, please join our Discord server