WellbyteWellbyte

MCP

Wellbyte 以常数工具集暴露给 Agent(Claude / Cursor),避免「一端点一 tool」撑爆上下文。

快速接入

npx -y @wellbyte/mcp
{
  "mcpServers": {
    "wellbyte": {
      "command": "npx",
      "args": ["-y", "@wellbyte/mcp"],
      "env": {
        "WELLBYTE_API_KEY": "dg_live_xxx",
        "WELLBYTE_PROFILE": "<profile-uuid>",
        "WELLBYTE_API_BASE": "https://api.wellbyte.dev"
      }
    }
  }
}

控制台 → MCP 创建 Profile 后可一键复制(含 Remote HTTP)。

远程

npx -y -p @wellbyte/mcp wellbyte-mcp-http

客户端:

{
  "mcpServers": {
    "wellbyte": {
      "url": "https://mcp.wellbyte.io/mcp?profile=<uuid>",
      "headers": { "Authorization": "Bearer dg_live_xxx" }
    }
  }
}

工具心智

1. search_endpoints — 发现

2. get_endpoint_schema — 内省

3. call_endpoint / create_job / monitors / datasets — 执行

计费与 HTTP /v1 同一套:失败不计费。详见 SDK 与营销页 /mcp

搜索

搜索端点与文档