Back to Browse

Gooodbilling MCP Server

Developer ToolsModerate6.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

6.2
Moderate6.2Moderate Risk

This is a well-structured MCP server for GooodBilling with proper authentication, appropriate permission scoping, and clean code. The server requires API token authentication, validates all inputs via Zod, and includes comprehensive error handling. Minor code quality observations around error logging and exception breadth do not significantly impact the security posture. Permissions align well with the stated purpose of managing invoices, quotes, and customers. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

7 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

process_spawn

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

GooodBilling API トークン (gb_live_...)。https://gooodbilling.com/settings/api-tokens で発行Required

Environment variable: GOOODBILLING_API_TOKEN

API ベースURL。任意。既定は https://gooodbilling.comOptional

Environment variable: GOOODBILLING_API_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-gooodbilling-mcp-server": {
      "env": {
        "GOOODBILLING_API_TOKEN": "your-gooodbilling-api-token-here",
        "GOOODBILLING_API_BASE_URL": "your-gooodbilling-api-base-url-here"
      },
      "args": [
        "-y",
        "@gooodbilling/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!