Skip to content

Commit 6ddabbd

Browse files
Add website, blog, and remotes fields to server.json
Add blog link (https://buywhere.ai/blog) for MCP directory discoverability. Also adds website URL and streamable-http remote endpoint configuration. Co-Authored-By: Paperclip <noreply@paperclip.ing>
1 parent 104a331 commit 6ddabbd

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

server.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"name": "io.github.BuyWhere/buywhere-mcp",
44
"title": "BuyWhere — AI Product Search API",
55
"description": "Product search API for AI agents via MCP. Search 11M+ products across 3,700+ retailers in SG, US, MY, VN, TH. Real-time pricing, price comparison, and deal discovery. Built for AI agent commerce, not store management.",
6+
"website": "https://buywhere.ai",
7+
"blog": "https://buywhere.ai/blog",
68
"repository": {
79
"url": "https://github.com/BuyWhere/buywhere-mcp",
810
"source": "github"
@@ -33,5 +35,18 @@
3335
}
3436
]
3537
}
38+
],
39+
"remotes": [
40+
{
41+
"type": "streamable-http",
42+
"url": "https://api.buywhere.ai/mcp",
43+
"headers": [
44+
{
45+
"name": "Authorization",
46+
"description": "Authorization header with Bearer token",
47+
"isSecret": true
48+
}
49+
]
50+
}
3651
]
3752
}

0 commit comments

Comments
 (0)