Connector guide1-minute read6 MCP toolsEN · DE · IT

How to Connect GetMyInvoices to MCP for AI Agents

Retrieve invoices, documents, attachments and suppliers with AI agents via MCP. GetMyInvoices is a German invoice & document management platform that auto-collects receipts from thousands of portals.

HCBy HelpCode teamUpdated 1 min read Open-source on GitHub

No credit card · 7-day trial · Self-host alternative available

GetMyInvoices

GetMyInvoices

Retrieve invoices, documents, attachments and suppliers from GetMyInvoices, the German invoice & document management platform by fino data services GmbH (Kassel).

tools

6

Region

DE

Category

Finance

Authentication

API Key

Required env vars

GETMYINVOICES_API_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source · AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the GetMyInvoices in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

Retrieve invoices, documents, attachments and suppliers with AI agents via MCP. GetMyInvoices is a German invoice & document management platform that auto-collects receipts from thousands of portals.

Try asking

Example prompts for GetMyInvoices

Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.

GetMyInvoices · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

GetMyInvoices Document Management with AI Agents

GetMyInvoices (by fino data services GmbH, Kassel) automatically collects invoices and documents from thousands of online portals and mailboxes. By connecting its v3 REST API to MCP, AI agents can search documents, read invoice metadata and OCR text, download files, and list suppliers.

Quick Setup

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Or use AnythingMCP Cloud for instant setup without Docker.

Open http://localhost:3000/connectors/store, import the GetMyInvoices adapter, and enter your API key.

{
  "mcpServers": {
    "getmyinvoices": { "url": "http://localhost:4000/mcp" }
  }
}

Get Your GetMyInvoices API Key

In the GetMyInvoices web app, open the top-right menu and choose API access to generate a key. The connector sends it in the X-API-KEY header.

Available Tools

ToolDescription
getmyinvoices_list_documentsList documents (invoices, receipts, credit notes) with type, date and payment filters
getmyinvoices_get_documentGet a document with metadata, line items, OCR text and optional file content
getmyinvoices_list_document_attachmentsList attachments linked to a document
getmyinvoices_get_document_attachmentGet a single attachment with its file content
getmyinvoices_list_companiesList companies (suppliers and online portals)
getmyinvoices_get_companyGet a single supplier/portal with its details

Use Cases

  • "List all incoming invoices from the last quarter that are still unpaid"
  • "Download the file for document 12345"
  • "Which suppliers are configured in my account?"
  • "Show every document modified since June 1st"

Was this guide helpful?

Your GetMyInvoices agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Related guides

connectors

How to Connect GetMyInvoices to ChatGPT for AI Document Management

Connect GetMyInvoices to ChatGPT using MCP. Query your data with natural language — no custom integration required. Step-by-step setup guide.

connectors

How to Connect GetMyInvoices to Claude for AI Document Management

Connect GetMyInvoices to Claude using MCP. Query your data with natural language — no custom integration required. Step-by-step setup guide.

connectors

How to Connect GetMyInvoices to Cursor for AI Document Management

Connect GetMyInvoices to Cursor using MCP. Query your data with natural language — no custom integration required. Step-by-step setup guide.

connectors

How to Connect GetMyInvoices to Gemini for AI Document Management

Connect GetMyInvoices to Gemini using MCP. Query your data with natural language — no custom integration required. Step-by-step setup guide.

AI
connectors

Airtable to MCP — Drive Airtable from any AI Agent

Read Airtable bases, table schemas, and records from any AI agent. 4 read-only tools, Personal Access Token auth.

DB
connectors

Deutsche Bahn Timetables API to MCP — Drive Deutsche Bahn Timetables API from any AI Agent

Deutsche Bahn's official station-board API (DB API Marketplace, CC BY 4.0): find stations by name or EVA number, read the planned hourly timetable of any station, and pull the live change feed — delays, platform changes, cancellations and disruption messages — straight from DB. Free key, 60 requests per minute. Boards only; use the Deutsche Bahn Fahrplan connector for journey planning.