Skip to content

Introduction

The Altoviz MCP Server lets you connect an AI assistant — such as ChatGPT, Claude, or any other Model Context Protocol (MCP) client — directly to your Altoviz account.

Once connected, you can simply ask your assistant to do things in plain language:

“Create a draft invoice for Acme Corp for 10 hours of consulting at €90.”

“What was my turnover last month compared to the same month last year?”

“Find the customer whose email is j.doe@example.com and list their unpaid invoices.”

“Export this year’s sales invoices to a CSV file.”

The assistant translates your request into the right Altoviz operations and shows you the result — no code, no API calls, no copy-pasting.

The Model Context Protocol is an open standard that lets AI assistants securely connect to external tools and data. The Altoviz MCP Server exposes your invoicing data and actions as a set of tools the assistant can use on your behalf, working against the same data you see in the Altoviz web app.

The server covers most of day-to-day Altoviz usage:

  • Invoicing — create, finalize, send, and download invoices, quotes, and credit notes; mark invoices as paid
  • Contacts — manage customers, suppliers, contacts, colleagues, and customer families
  • Catalogue — manage products and product families
  • Expenses — browse purchase invoices and receipts
  • Statistics — turnover comparisons, monthly breakdowns, and e-invoicing readiness
  • Exports — generate Excel/CSV exports of invoices, customers, accounting registers, and more
  • Automation — register and manage webhooks

See the full list of tools for details.

Server URL https://mcp.altoviz.com
Transport Streamable HTTP (and SSE)
Authentication OAuth 2.0 — sign in with your Altoviz API key

The server is a remote MCP server: there is nothing to install. You point your AI client at the URL above and authorize it once.

The server is also published in the official MCP Registry:

If you have any question regarding the MCP server, feel free to contact us by chat or by email.