开发者 · 抢先体验
现已上线——MCP(Beta)

通过 MCP 接入 Kapus

Kapus 运行着一个远程 MCP 服务器(Streamable HTTP)。把任意 MCP 客户端指向它,每个 Kapus 能力就会以工具形式出现——三步搞定:

你的应用 / 智能体
Kapus 能力
你的服务商密钥

你的应用或智能体调用某个 Kapus 能力;它运行在你自己的服务商密钥上。

1 · 复制服务器 URL
URLhttps://kapus.dev/api/mcp
2 · 添加到你的 MCP 客户端

把这段配置放进你客户端的 MCP 配置里——Claude Desktop、Cursor、Windsurf 或任意智能体运行时。

Claude Desktop / Cursor — claude_desktop_config.json

{
  "mcpServers": {
    "kapus": { "url": "https://kapus.dev/api/mcp" }
  }
}

Claude Code(CLI)

claude mcp add --transport http kapus https://kapus.dev/api/mcp
3 · 调用工具

重启客户端,下方的 Kapus 工具便会出现。像调用其他 MCP 工具一样调用它们——无需额外设置。

你可以调用什么
  • brandcheck

    一次性核查一个品牌名的域名、美国 + 韩国商标,以及 Google SEO 难度。无需 API 密钥。

  • publish_wordpress

    通过 REST API 把文章发布到你的 WordPress 站点——你的站点 + 应用密码,零加价。

  • style_portrait

    Recreate an uploaded photo in a chosen style: keeps the person's face/identity, applies the style/lighting/mood of a reference look. Runs on YOUR image-capable API key — Google Gemini or OpenAI, auto-detected from the key (passed per call, never stored). Returns a data-URL image.

  • define

    Look up an English word's definition. A keyless demo of a published external-API tool — one manifest, auto-rendered as GUI + MCP + REST.

免密钥 Beta——暂时无需 Kapus 密钥。需要服务商密钥的能力会把它作为工具输入项接收。

本地图像生成(BYOK)

在你的编辑器或智能体中用你自己的密钥生成图像——Gemini Nano Banana 或 OpenAI gpt-image-1。作为本地 MCP 服务器运行,基于你的密钥。

1 · 保存你的图像密钥(kapush)
npx @kapus/kapush key set gemini YOUR_KEY
2 · 把图像服务器添加到你的客户端
claude mcp add kapus-image -- npx -y @kapus/mcp

未设置图像密钥 → 工具会如实告知并什么都不做。在 Claude Desktop / IDE 中内联渲染;终端则打开已保存的文件。