{
  "markdown": "# BestPrice MCP\n\n[![Test public MCP package](https://github.com/TheBestCo/bestprice-mcp/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/TheBestCo/bestprice-mcp/actions/workflows/test.yml)\n[![TheBestCo/bestprice-mcp MCP server](https://glama.ai/mcp/servers/TheBestCo/bestprice-mcp/badges/score.svg)](https://glama.ai/mcp/servers/TheBestCo/bestprice-mcp)\n\n![BestPrice MCP: products, offers and price history for AI assistants](https://www.bestprice.gr/extra/mcpLanding/assets/bestprice-mcp-share.png)\n\nConnect compatible AI applications to the BestPrice Shopping Brain, live\nproduct search, offer comparison, and price history from\n[BestPrice.gr](https://www.bestprice.gr/). The public\nservice is read-only and does not require a BestPrice account or API key.\nBestPrice helps shoppers make the right shopping decision; MCP makes the same\ncomparison data available wherever a compatible AI-assisted decision begins.\nSearch covers safe physical products across the main BestPrice catalog. Digital\nproducts, services, and prohibited or age-restricted categories are excluded.\nSearch prices exclude shipping; offer comparison reports shipping and delivered\ntotals separately.\n\n- MCP endpoint: `https://mcp.bestprice.gr/mcp`\n- Official Registry ID: `gr.bestprice/mcp`\n- Public guide: `https://www.bestprice.gr/mcp`\n- Support: `https://www.bestprice.gr/contact`\n- Security reports: [`SECURITY.md`](SECURITY.md)\n- ARD discovery: `https://www.bestprice.gr/.well-known/ard.json`\n- WebMCP inventory: `https://www.bestprice.gr/.well-known/webmcp.json`\n- Legacy AI Catalog: `https://www.bestprice.gr/.well-known/ai-catalog.json`\n- Server card: `https://mcp.bestprice.gr/mcp/server-card`\n- Server version: `1.8.0`\n- Tools: `get_shopping_decision`, `search_products`, `compare_offers`,\n  `get_price_history`\n\n## Discovery\n\n- [Official MCP Registry record](https://registry.modelcontextprotocol.io/v0.1/servers?search=gr.bestprice%2Fmcp)\n- [WebMCP Registry](https://webmcp-registry.dev/domain/www.bestprice.gr)\n- [webmcp.com live tool index](https://webmcp.com/sites/bestprice.gr)\n- Community indexes: [Glama](https://glama.ai/mcp/servers/TheBestCo/bestprice-mcp),\n  [MCP Repository](https://mcprepository.com/thebestco/bestprice-mcp),\n  [MCP Toplist](https://mcptoplist.com/server/gr.bestprice%2Fmcp),\n  [The MCP Index](https://themcpindex.com/servers/gr-bestprice-mcp), and\n  [AgentNDX](https://agentndx.ai/server/bestprice-mcp/)\n\nThe included `Dockerfile` runs a local stdio MCP process that forwards requests to the public `https://mcp.bestprice.gr/mcp` endpoint, enabling Glama build scoring without external package dependencies.\n\n## Browser-native WebMCP\n\nBestPrice pages also expose 13 contextual WebMCP tools to compatible browsers.\nThey cover the visible search, filter, sort, product, offer, specification, and\nprice-history journey while leaving the merchant choice to the shopper. The\nApache-2.0 source, deterministic evaluator, tests, and architecture are in\n[`webmcp/`](webmcp/).\n\n## Install for Gemini CLI\n\n```sh\ngemini extensions install https://github.com/TheBestCo/bestprice-mcp\n```\n\n## Install for Qwen Code\n\n```sh\nqwen extensions install https://github.com/TheBestCo/bestprice-mcp --consent\n```\n\nOr add only the remote server:\n\n```sh\nqwen mcp add --scope user --transport http bestprice-shopping \\\n  https://mcp.bestprice.gr/mcp\n```\n\n## Install in VS Code\n\n[Add BestPrice Shopping to VS Code](vscode:mcp/install?%7B%22name%22%3A%22bestprice-shopping%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fmcp.bestprice.gr%2Fmcp%22%7D)\n\nVS Code shows the server configuration for review before installing it. The\nsame configuration can be added manually from [`PROVIDER_SETUP.md`](PROVIDER_SETUP.md).\n\n## Install in Cursor\n\n### Via Cursor Marketplace (Recommended)\n\nOnce published, install BestPrice Shopping directly from the [Cursor Marketplace](https://cursor.com/marketplace) with one click. No configuration needed.\n\n### Manual Installation\n\n[Add BestPrice Shopping to Cursor](https://cursor.com/install-mcp?name=bestprice-shopping&config=eyJ1cmwiOiJodHRwczovL21jcC5iZXN0cHJpY2UuZ3IvbWNwIn0%3D)\n\nCursor shows the decoded remote-server configuration before adding it. The\nsame endpoint is also available through the\n[BestPrice Shopping community listing](https://cursor.directory/plugins/bestprice-shopping).\n\n## Portable Agent Plugin\n\nThis repository also follows the vendor-neutral\n[Agent Plugins 1.0 specification](https://agent-plugins.org/specification).\nClients that support Agent Plugins can load the root `plugin.json` and\n`mcp.json`; the package connects only to the same public, read-only Streamable\nHTTP endpoint.\n\n## Use with DeepSeek, Z.ai and GLM\n\nDeepSeek Harness can connect through its official MCP bridge; see\n[`examples/deepseek-harness.yml`](examples/deepseek-harness.yml), or run the\nready-to-use [`examples/deepseek-harness.patch.yml`](examples/deepseek-harness.patch.yml)\nwith `dsh --profile headless --patch`. Z.ai's general API supports third-party\nStreamable HTTP MCP servers; a complete Python example is available at\n[`examples/zai-glm.py`](examples/zai-glm.py). Provider access needs the relevant\nprovider account or API key. BestPrice itself needs neither.\n\n## Use with Claude and Perplexity\n\nBoth services can add the production endpoint as a custom remote connector.\nBestPrice requires no account, OAuth flow, or API key. Claude also has a\nseparate public Connectors Directory review; Perplexity currently documents\nindividual and organization-managed connectors. Exact setup values are in\n[`PROVIDER_SETUP.md`](PROVIDER_SETUP.md).\n\n## Install in Claude Code\n\nClaude Code can add the public remote server directly:\n\n```sh\nclaude mcp add --transport http bestprice-shopping \\\n  https://mcp.bestprice.gr/mcp\nclaude mcp get bestprice-shopping\n```\n\nThe included [`.mcp.json`](.mcp.json) provides the equivalent project-scoped\nconfiguration. Claude Code discovers the live read-only tool inventory from\nthe endpoint.\n\n## Other clients\n\nSee [`PROVIDER_SETUP.md`](PROVIDER_SETUP.md) for OpenAI, ChatGPT, Claude,\nPerplexity, Grok, Gemini, DeepSeek, Qwen, Z.ai, GLM, GitHub Copilot, VS Code,\nCursor, and Microsoft Copilot Studio connection examples. Every integration\npoints to the same endpoint and imports only the four published read-only\ntools.\n\n[Connect BestPrice to Claude](https://claude.ai/customize/connectors?modal=add-custom-connector&connectorName=BestPrice&connectorUrl=https%3A%2F%2Fmcp.bestprice.gr%2Fmcp)\nopens Claude's custom-connector flow with the public endpoint filled in.\n\n## A safe first test\n\n1. Ask `get_shopping_decision`: `Θέλω κινητό έως 500 ευρώ με NFC και 5G υποχρεωτικά.`\n2. Or ask `search_products`: `Βρες μου Sony WH-1000XM5 έως 300 ευρώ.`\n3. Pass a returned `product_id` to `compare_offers` with postal code `10558`.\n4. Pass the same `product_id` to `get_price_history` for 180 days.\n\nClients should never invent a product ID, treat unknown delivery as free, make\na purchase, or expose a direct merchant URL.\n\nPrivacy: [bestprice.gr/policies/privacy](https://www.bestprice.gr/policies/privacy)  \nTerms: [bestprice.gr/policies/terms](https://www.bestprice.gr/policies/terms)\n",
  "bytes": 7165,
  "sha": "58a7b7174510834c095cfa0cb34adbfc9643a8e60b4e2fca74fd795ab9d083b0",
  "repo_slug": "thebestco/bestprice-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_gr_bestprice_mcp_796924d8/readme"
}