Server data from the Official MCP Registry
GooodBilling 公式 MCP Server — Claude Desktop / Cursor 等の MCP 対応クライアントから AI ファーストで請求書・見積を操作する
GooodBilling 公式 MCP Server — Claude Desktop / Cursor 等の MCP 対応クライアントから AI ファーストで請求書・見積を操作する
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: GOOODBILLING_API_TOKEN
Environment variable: GOOODBILLING_API_BASE_URL
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.