MCP Server
MCP
io.github.gooodbilling/mcp-server
GooodBilling 公式 MCP Server — Claude Desktop / Cursor 等の MCP 対応クライアントから AI ファーストで請求書・見積を操作する
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
By
Comments
Sign in to leave a comment