moneybird-mcp-server
If you are the rightful owner of moneybird-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that connects AI assistants like Claude to Moneybird accounting software via API.
The Moneybird MCP Server is designed to facilitate seamless interaction between AI assistants and Moneybird accounting software. By leveraging the Model Context Protocol, this server allows for efficient management of contacts, financial data, and business operations directly through Moneybird's API. It supports advanced filtering, custom API requests, and provides an interactive assistant feature. The server is optimized for performance with enhanced error handling and TypeScript integration for type safety.
Features
- Contact Management: List, retrieve, filter, create, and update contacts with advanced filtering options.
- Financial Data: Access sales invoices, financial accounts, and payments.
- Business Operations: Manage products, projects, and time entries.
- Custom Requests: Make custom API requests to Moneybird endpoints.
- Interactive Assistant: Preconfigured prompt for a Moneybird assistant.
Tools
list_contacts
List all contacts in Moneybird.
get_contact
Get details for a specific contact by ID.
list_sales_invoices
List all sales invoices.
get_sales_invoice
Get details for a specific sales invoice by ID.
list_financial_accounts
List all financial accounts.
list_products
List all products.
list_projects
List all projects.
list_time_entries
List all time entries.
moneybird_request
Make a custom request to the Moneybird API.