Skip to content

Commit 4ba5ee5

Browse files
authored
Add BestPrice Shopping remote server (#283)
Signed-off-by: George Papadakis <phaistonian@gmail.com>
1 parent 350f234 commit 4ba5ee5

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

servers/gr.bestprice-mcp.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "gr.bestprice-mcp",
4+
"name": "BestPrice Shopping",
5+
"alias": "bestprice",
6+
"description": "Search products, compare current merchant offers by delivered cost, and inspect price history on BestPrice.gr for the Greek market.",
7+
"logo": "https://www.bestprice.gr/images/logo.svg",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"search"
11+
],
12+
"tags": [
13+
"bestprice",
14+
"shopping",
15+
"products",
16+
"price-comparison",
17+
"price-history",
18+
"greece",
19+
"remote"
20+
],
21+
"transport": {
22+
"type": "http",
23+
"url": "https://mcp.bestprice.gr/mcp",
24+
"metadata": {
25+
"inputs": []
26+
}
27+
},
28+
"auth": {
29+
"type": "none"
30+
},
31+
"contributor": {
32+
"name": "BestPrice.gr",
33+
"github": "TheBestCo",
34+
"url": "https://www.bestprice.gr"
35+
},
36+
"links": {
37+
"repository": "https://github.com/TheBestCo/bestprice-mcp",
38+
"homepage": "https://www.bestprice.gr/mcp",
39+
"documentation": "https://www.bestprice.gr/mcp"
40+
},
41+
"platforms": [
42+
"all"
43+
],
44+
"capabilities": {
45+
"tools": true,
46+
"resources": true,
47+
"prompts": false,
48+
"read_only_mode": true
49+
}
50+
}

0 commit comments

Comments
 (0)