Create, query, and manage invoices and quotes through AI-enabled MCP clients.
This MCP tool comes from an official registry entry and is open source, which improves trust. However, it requires billing-system API credentials and has local code-execution capability, so it should be used with normal caution; the sparse documentation limits visibility into egress and data scope, but no concrete high-risk red flags are evident from the provided materials.
It requires GOOODBILLING_API_TOKEN and GOOODBILLING_API_BASE_URL. The API token is a sensitive credential; if exposed, it could be used to access or manipulate GooodBilling billing/quotation resources. No explicit credential-abuse mechanism is shown, but it should be handled as a high-sensitivity business secret.
No fixed remote host is listed, but the presence of GOOODBILLING_API_BASE_URL indicates the tool will make network requests to a user-specified GooodBilling API endpoint and may transmit invoice/quotation business data. This egress is consistent with the stated function; due to missing documentation, the exact request scope and destination restrictions cannot be verified further.
System checks indicate it executes code / runs a local process, which is standard behavior for an MCP server. The provided materials do not show requests for unrelated high-privilege system capabilities or suspicious command-execution behavior, so caution is appropriate rather than a high-risk rating.
Based on the description, its primary data scope should be billing objects such as invoices and quotes/estimates, likely via API read/write operations on related remote data. Because no README is provided, it is unclear whether it also reads or writes local files, which directories it may access, or whether it exceeds its stated data scope; verify least-privilege behavior in practice.
The source is an official registry entry and an open-source repository is available, with updates within the last year—these are strong positive trust signals. Although the community star count is low and the license is not declared, which adds some uncertainty around review and reuse, the supply-chain posture is still relatively low risk due to auditability and official sourcing.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "io.github.gooodbilling/mcp-server" MCP server from askskill: Run: claude mcp add 'io-github-gooodbilling-mcp-server' -- npx -y @gooodbilling/mcp-server
Create a quote with the following details: client is Nebula Tech, project is website redesign, including visual design for CNY 12,000, frontend development for CNY 20,000, and project management for CNY 5,000. Payment terms: 50% upon signing and 50% upon delivery.
A complete quote draft with client details, line items, total amount, and payment terms.
Find invoices issued this month that are still unpaid, and list them by client name, issue date, amount, and overdue days.
A structured list of unpaid invoices with the requested fields for follow-up collections.
Convert quote Q-2024-018 into an invoice for the 50% upfront payment, keeping the original line items and client information.
An invoice generated from the existing quote with client details, line items, and the receivable amount filled in.
Create PDF invoices locally from SQLite data with client management.
Connect to QuickBooks Online via MCP to manage finance data and reports.
Read, edit, and summarize documents through a Claude-powered chat interface.
Query Business Central customers, items, and sales orders using natural language.
Return personalized greetings to demonstrate basic MCP tool integration.
Manage GoHighLevel contacts, appointments, invoices, and workflows with natural language.