Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksPythonActualizado today
Install in Claude Code / Claude Desktop
Method: pip / Python · fetch-price
Claude Code CLI
claude mcp add fetch-price -- python -m fetch-price
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "fetch-price": {
      "command": "python",
      "args": ["-m", "fetch-price"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install fetch-price
Casos de uso

Resumen de MCP Servers

# 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

```bash
# 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
# 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:

```bash
pip install "mcp[cli]" httpx
python mcp/fetch_price_mcp.py
```

Claude Code:
```bash
claude mcp add fetch-price -- python path/to/fetch_price_mcp.py
```

Tools exposed: `search_products`, `service_status`.

## Agent Discovery

This service is discoverable via:
- **A2A protocol** — [agent-card.json](https://fetch-price.com/.well-known/agent-card.json)
- **llms.txt** — [LLM-readable index](https://fetch-price.com/llms.txt)
- **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](https://fetch-price.com)
- **API:** [api.fetch-price.com](https://api.fetch-price.com)
- **GitHub:** [fusionx212/fetch-price](https://github.com/fusionx212/fetch-price)
- **Agent Card:** [/.well-known/agent-card.json](https://fetch-price.com/.well-known/agent-card.json)

Lo que la gente pregunta sobre fetch-price

¿Qué es fusionx212/fetch-price?

+

fusionx212/fetch-price es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala fetch-price?

+

Puedes instalar fetch-price clonando el repositorio (https://github.com/fusionx212/fetch-price) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar fusionx212/fetch-price?

+

fusionx212/fetch-price aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene fusionx212/fetch-price?

+

fusionx212/fetch-price es mantenido por fusionx212. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a fetch-price?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega fetch-price en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: fusionx212/fetch-price
[![Featured on ClaudeWave](https://claudewave.com/api/badge/fusionx212-fetch-price)](https://claudewave.com/repo/fusionx212-fetch-price)
<a href="https://claudewave.com/repo/fusionx212-fetch-price"><img src="https://claudewave.com/api/badge/fusionx212-fetch-price" alt="Featured on ClaudeWave: fusionx212/fetch-price" width="320" height="64" /></a>

Más MCP Servers

Alternativas a fetch-price