Billingo MCP connector
Billingo is an online invoicing and billing platform for small businesses and freelancers. The Billingo MCP connector allows AI agents to create and manage invoices, maintain partner and product records, and handle bank account information. It also supports retrieving currency exchange rates, organizing document blocks, and accessing billing-related data across your Billingo account.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Billingo MCP connector to perform the following actions:
- Create and send invoices to customers in seconds with automatic formatting
- Track payment history and reconcile cash flow across multiple bank accounts
- Maintain a centralized product catalog and update pricing in real time
- Store partner and customer contact information with instant retrieval
- Generate PDF invoices and share them via email to clients automatically
- Convert proforma quotes into official invoices without manual re-entry
- Monitor compliance with Hungarian Online Számla (e-invoicing) requirements
Example prompts
Use the following example prompts to invoke Billingo MCP connector tools from your AI assistant or Boomi Connect workflow:
Create a new invoice in Billingo for acme corp with three line items.Show me all partners in Billingo and their contact details.Send the invoice PDF to customer@example.com through Billingo.List every product in our Billingo catalog with current pricing.What is the payment history for invoice number INV-2024-001 in Billingo?Convert this proforma quote to a final invoice in Billingo.Add a new bank account to Billingo for our secondary checking.Download the PDF of invoice INV-2024-042 from Billingo.Get the current exchange rate for EUR to HUF in Billingo.Create a new customer partner record in Billingo with their tax ID.
Billingo MCP connector tools
The Billingo MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| ListBankAccount | Retrieves a list of all bank accounts associated with the organization. |
| CreateBankAccount | Creates a new bank account for the organization. |
| DeleteBankAccount | Removes a specified bank account from the organization. |
| GetBankAccount | Retrieves details for a specific bank account. |
| UpdateBankAccount | Modifies information for an existing bank account. |
| GetConversionRate | Retrieves the current exchange rate between two currencies. |
| ListDocumentBlock | Retrieves a list of all document blocks available. |
| ListDocument | Retrieves a list of all documents in the system. |
| CreateDocument | Creates a new document such as an invoice or receipt. |
| GetDocument | Retrieves detailed information for a specific document. |
| CancelDocument | Cancels an existing document in the system. |
| CreateDocumentFromProforma | Creates a final document from an existing proforma. |
| DownloadDocument | Generates and downloads a document in PDF format. |
| GetOnlineSzamlaStatus | Retrieves the Online Számla submission status for a document. |
| DeletePayment | Removes all payment history records associated with a document. |
| GetPayment | Retrieves payment history details for a specific document. |
| UpdatePayment | Modifies payment history information for a document. |
| GetPublicUrl | Retrieves a shareable public link for downloading a document. |
| SendDocument | Sends a document to specified email addresses. |
| GetOrganizationData | Retrieves organizational information and settings. |
| ListPartner | Retrieves a list of all partners in the system. |
| CreatePartner | Creates a new partner record. |
| DeletePartner | Removes a specified partner from the system. |
| GetPartner | Retrieves detailed information for a specific partner. |
| UpdatePartner | Modifies information for an existing partner. |
| ListProduct | Retrieves a list of all products available. |
| CreateProduct | Creates a new product record. |
| DeleteProduct | Removes a specified product from the system. |
| GetProduct | Retrieves detailed information for a specific product. |
| UpdateProduct | Modifies information for an existing product. |
| GetId | Convert legacy ID to v3 ID. |