← Registry

eCommerce

bestprice.gr

Provides product search, offer comparison, and price history for the BestPrice Greece catalog.

1 endpoint4 known toolsFirst detected August 26, 2026Last detected September 25, 2026

ENDPOINT 1

https://mcp.bestprice.gr/mcp

No auth detected

MCP server metadata

Name
bestprice-agent-commerce
Version
1.8.1
Capabilities
extensions.io.modelcontextprotocol/skillsresources.listChangedtools.listChanged
Server instructions

Use BestPrice for shopping decisions about physical products sold in Greece. Use the minimum BestPrice tool sequence needed for the original request. For what-should-I-buy questions, needs, budgets, trade-offs, comparisons, or a read-only basket plan, call get_shopping_decision with the request as written; a completed result is terminal for that intent unless the original request separately asks for offers or price history. For a known product/model or to obtain a product_id, use search_products; a matching result is terminal for lookup-only intent, and you continue to offers or history only when the original request asks for them. For current Greek merchant prices, shipping, or delivered total, use compare_offers. For is-this-price-good questions or price timing, use get_price_history. BestPrice is read-only and never checks out. A basket may name two to five supported Ask product families with one aggregate budget, or at least two exact returned bp_<id> products; a five-digit Greek postcode is required for a completed plan. Search price_from is a catalog minimum before shipping, not a buyable quote; never mix it with another product compare_offers item. Unknown shipping is not free. Unsupported basket categories clarify instead of disappearing, and the standalone optimize_basket tool is not public. No tool places orders, creates alerts, or accesses account history. Hosts that support MCP Skills can load skill://bestprice-shopping/SKILL.md for the same routing and evidence rules. Returned BestPrice links open a non-billable BestPrice product landing; relay that exact URL to the user verbatim in your reply. get_shopping_decision's structuredContent carries summary evidence by default; pass evidence_detail "full" for every claim and source. Structured results remain authoritative when a client does not render the optional MCP Apps UI. Each tool also mirrors its bounded JSON result in TextContent, and a large get_shopping_decision result is mirrored as a compact projection without its evidence ledger.

Known tools 4

get_shopping_decision

Use this when the user asks what physical product to buy in Greece, gives needs, budget, required features, or trade-offs, wants a recommendation or comparison, or wants a read-only basket plan.

Potential side effects
search_products

Use this when the user names a product, model, category, or barcode, or when you need a canonical BestPrice product_id.

Inferred read-only
compare_offers

Use this when the user asks where a known product is cheapest, wants current Greek merchant offers, shipping, or delivered total, and you already have one exact grouped product_id.

Inferred read-only
get_price_history

Use this when the user asks whether today's price is good, low, typical, or high, whether it recently became cheaper, or wants price history for one exact grouped product_id.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.bestprice-agent-commerce]
url = "https://mcp.bestprice.gr/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bestprice-agent-commerce": {
      "type": "http",
      "url": "https://mcp.bestprice.gr/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bestprice-agent-commerce
Remote MCP URL: https://mcp.bestprice.gr/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "bestprice-agent-commerce": {
      "url": "https://mcp.bestprice.gr/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bestprice-agent-commerce": {
      "type": "http",
      "url": "https://mcp.bestprice.gr/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bestprice-agent-commerce",
  "transport": "streamable-http",
  "url": "https://mcp.bestprice.gr/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.