Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions servers/io.github.BuyWhere/buywhere-api/server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.BuyWhere/buywhere-api",
"description": "BuyWhere product catalog MCP server — search, compare, and ingest product data across merchants via natural language. Connects to PostgreSQL with full-text search.",
"repository": {
"url": "https://github.com/BuyWhere/buywhere.git",
"source": "github"
},
"version": "0.1.0",
"remotes": [
{
"type": "http",
"url": "https://api.buywhere.ai/mcp"
}
]
}
Loading