Serversio.github.TheSnakeFang/buyapi-mcp
M

BuyAPI

io.github.TheSnakeFang/buyapi-mcp · v0.7.1
▦ npm
v0.7.1npm npm: buyapi🌐 https://buyapi.ai/api/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.TheSnakeFang/buyapi-mcp",
  "description": "Vendor intelligence for AI coding agents choosing developer tools and stacks.",
  "title": "BuyAPI",
  "repository": {
    "url": "https://github.com/TheSnakeFang/buyapi-mcp",
    "source": "github"
  },
  "version": "0.7.1",
  "websiteUrl": "https://buyapi.ai",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "buyapi",
      "version": "0.7.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-y",
          "type": "positional"
        }
      ],
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://buyapi.ai/api/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}