AgentHubAgentHub

BuyAPI

MCP ServerMCP Registry官方收录

io.github.TheSnakeFang/buyapi-mcp · v0.7.1

Vendor intelligence for AI coding agents choosing developer tools and stacks.

概览

BuyAPI 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "buyapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "buyapi"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.TheSnakeFang/buyapi-mcp",
  "type": "mcp-server",
  "version": "0.7.1",
  "displayName": "BuyAPI",
  "description": "Vendor intelligence for AI coding agents choosing developer tools and stacks.",
  "repository": {
    "url": "https://github.com/TheSnakeFang/buyapi-mcp",
    "source": "github"
  },
  "homepage": "https://buyapi.ai",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "buyapi",
        "version": "0.7.1",
        "runtimeHint": "npx",
        "transport": "stdio"
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://buyapi.ai/api/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.TheSnakeFang/buyapi-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.TheSnakeFang%2Fbuyapi-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
BuyAPI — MCP Server 安装与配置 · AgentHub