From 815548ffb521ef09fb09b8456c3b680aec0f74ae Mon Sep 17 00:00:00 2001 From: George Papadakis Date: Thu, 27 Aug 2026 00:44:13 +0300 Subject: [PATCH] Add BestPrice Shopping remote server Signed-off-by: George Papadakis --- servers/gr.bestprice-mcp.json | 50 +++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 servers/gr.bestprice-mcp.json diff --git a/servers/gr.bestprice-mcp.json b/servers/gr.bestprice-mcp.json new file mode 100644 index 0000000..d39077b --- /dev/null +++ b/servers/gr.bestprice-mcp.json @@ -0,0 +1,50 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "gr.bestprice-mcp", + "name": "BestPrice Shopping", + "alias": "bestprice", + "description": "Search products, compare current merchant offers by delivered cost, and inspect price history on BestPrice.gr for the Greek market.", + "logo": "https://www.bestprice.gr/images/logo.svg", + "schema_version": "2.1", + "categories": [ + "search" + ], + "tags": [ + "bestprice", + "shopping", + "products", + "price-comparison", + "price-history", + "greece", + "remote" + ], + "transport": { + "type": "http", + "url": "https://mcp.bestprice.gr/mcp", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "none" + }, + "contributor": { + "name": "BestPrice.gr", + "github": "TheBestCo", + "url": "https://www.bestprice.gr" + }, + "links": { + "repository": "https://github.com/TheBestCo/bestprice-mcp", + "homepage": "https://www.bestprice.gr/mcp", + "documentation": "https://www.bestprice.gr/mcp" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": true, + "prompts": false, + "read_only_mode": true + } +}