AgentHubAgentHub

apibase

MCP ServerMCP Registry官方收录

io.github.whiteknightonhorse/apibase · v1.0.2

327 tools, 92 providers. Pay per call via x402 + MPP. One MCP endpoint.

概览

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

安装

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

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

相关资源

统一 Manifest

{
  "id": "io.github.whiteknightonhorse/apibase",
  "type": "mcp-server",
  "version": "1.0.2",
  "displayName": "apibase",
  "description": "327 tools, 92 providers. Pay per call via x402 + MPP. One MCP endpoint.",
  "repository": {
    "url": "https://github.com/whiteknightonhorse/APIbase",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "apibase-mcp-client",
        "version": "1.0.3",
        "transport": "stdio"
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://apibase.pro/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.whiteknightonhorse/apibase",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.whiteknightonhorse%2Fapibase/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
apibase — MCP Server 安装与配置 · AgentHub