Mmcp.market

fetch-price MCP server

by fusionx212·io.github.fusionx212/fetch-price·v1.0.2

Live UK marketplace product search with real prices and buy links.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

0 stars57 downloads/wk

Reviews

Write one

Nobody has reviewed fetch-price yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

fetch-price tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it

no findings
  • Code scan2 source files scanned; 2 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 22 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the fetch-price repository's README, as published. We do not edit it. Read it on GitHub

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.

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

  • ebayuk** — live via eBay Partner Network (Smart Links with tracking)
  • amazonuk** — rolling out (Amazon Associates)

Pricing

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.py

Claude Code:

claude mcp add fetch-price -- python path/to/fetch_price_mcp.py

Tools exposed: searchproducts, servicestatus.

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

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y fetch-price on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add fetch-price -- npx -y fetch-price
Add to Cursor

fetch-price: common questions

Is fetch-price MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the fetch-price safety report
How do I install fetch-price?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does fetch-price need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is fetch-price maintained?
The last commit was 22 days ago (2026-09-02). The latest release is v1.0.2.
What can I use instead of fetch-price?
Servers from other publishers that do the same job: Apiguru Amazon Data MCP server, AON — Agent Offer Network MCP server and CartScout MCP server. Compare all fetch-price alternatives.

Alternatives to fetch-price

Same job from other publishers: the closest match first, then the best rated.

All fetch-price alternatives →
  • Apiguru Amazon Data
    Live Amazon product, review, search, deal, offer/stock and seller data across 20 marketplaces.
    A
  • AON — Agent Offer Network
    Real, buyable product and service offers — live pricing and trackable links for any MCP agent.
    B
  • CartScout
    Live product prices, stock, variants and deal ratings from Shopify, Walmart, eBay and more.
    B
  • Channel3 Shopping
    Shopping search across 100M+ products, with every retailer's offer and live price in one place.
    A
  • DSers Official MCP Server
    Official DSers MCP for dropshipping: import, edit, price, and publish products to Shopify and Wix.
    A

More from fusionx212 →