diff --git a/servers/io.github.BuyWhere/buywhere-api/server.json b/servers/io.github.BuyWhere/buywhere-api/server.json new file mode 100644 index 00000000..da63d401 --- /dev/null +++ b/servers/io.github.BuyWhere/buywhere-api/server.json @@ -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 API for AI agents — search, compare, and ingest products across 6 markets.", + "version": "0.1.0", + "repository": { + "url": "https://github.com/BuyWhere/buywhere", + "source": "github" + }, + "remotes": [ + { + "type": "streamable-http", + "url": "https://api.buywhere.ai/mcp" + } + ] +}