← Back to Plugins
MCP Server MCP

io.github.gooodbilling/mcp-server

github By github 👁 1 views ▲ 0 votes

GooodBilling 公式 MCP Server — Claude Desktop / Cursor 等の MCP 対応クライアントから AI ファーストで請求書・見積を操作する

Homepage Verified source GitHub

Install

npx -y @gooodbilling/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@gooodbilling/mcp-server",
      "version": "0.1.14",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GooodBilling API トークン (gb_live_...)。https://gooodbilling.com/settings/api-tokens で発行",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GOOODBILLING_API_TOKEN"
        },
        {
          "description": "API ベースURL。任意。既定は https://gooodbilling.com",
          "format": "string",
          "name": "GOOODBILLING_API_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...