{
  "markdown": "# fetch-price — UK product & price search for AI agents\n\nOne API call. Live UK marketplace prices. Normalised JSON. Direct buy links.\n\n## When to use\n\nAny time a user asks an agent to find, compare, or price a physical product available\nin the UK: \"find\", \"compare\", \"cheapest\", \"under £X\", \"in stock\", \"best deal\",\n\"where can I buy\". If the user would otherwise open eBay or Amazon and start\nsearching, use this service instead.\n\n## Quick start\n\n```bash\n# REST API — no SDK needed\ncurl -X POST https://api.fetch-price.com/api/query \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"query\":\"Sony WH-1000XM5\",\"max_results\":5,\"networks\":[\"ebay_uk\",\"amazon_uk\"]}'\n```\n\n```python\n# Python SDK\npip install fetch-price\nfrom fetch_price import FetchPrice\n\nfp = FetchPrice(api_key=\"fp_your_key_here\")\nresults = fp.search(\"Sony WH-1000XM5\")\nfor p in results.products:\n    print(f\"{p.name}: £{p.price} ({p.network})\")\n```\n\n## Example queries\n\n```\n\"find portable air conditioners under £300 in stock in the UK\"\n\"cheapest Sony WH-1000XM4 headphones ebay uk\"\n\"compare prices for a 9000 BTU air con unit\"\n\"refurbished thinkpad t480 under £200\"\n```\n\n## Networks\n\n- **ebay_uk** — live via eBay Partner Network (Smart Links with tracking)\n- **amazon_uk** — rolling out (Amazon Associates)\n\n## Pricing\n\n| Tier | Lookups/month | Price |\n|------|:---:|-------|\n| Free | 50 | £0 |\n| Pro | 5,000 | £29/mo |\n| Scale | Unlimited | £99/mo |\n\nFree tier works without authentication. Pro/Scale require an API key.\n\n## MCP Server\n\nOne-file stdio MCP server for Claude Code, Claude Desktop, Cursor, and any\nMCP-capable client:\n\n```bash\npip install \"mcp[cli]\" httpx\npython mcp/fetch_price_mcp.py\n```\n\nClaude Code:\n```bash\nclaude mcp add fetch-price -- python path/to/fetch_price_mcp.py\n```\n\nTools exposed: `search_products`, `service_status`.\n\n## Agent Discovery\n\nThis service is discoverable via:\n- **A2A protocol** — [agent-card.json](https://fetch-price.com/.well-known/agent-card.json)\n- **llms.txt** — [LLM-readable index](https://fetch-price.com/llms.txt)\n- **ClawHub** — skill registry listing\n- **skills.sh** — auto-indexed from this repo\n- **Structured data** — JSON-LD for Google AI, Apple Intelligence, Alexa\n\n## Repository\n\n- **Homepage:** [fetch-price.com](https://fetch-price.com)\n- **API:** [api.fetch-price.com](https://api.fetch-price.com)\n- **GitHub:** [fusionx212/fetch-price](https://github.com/fusionx212/fetch-price)\n- **Agent Card:** [/.well-known/agent-card.json](https://fetch-price.com/.well-known/agent-card.json)\n",
  "bytes": 2511,
  "sha": "9afcf0891362590f885578e0d2e1ecec945947f7922cee6586076c5dd1106eb5",
  "repo_slug": "fusionx212/fetch-price",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_fusionx212_fetch_price_558a6930/readme"
}