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.
Summary
Connect GetMyInvoices to Cursor using MCP. Query your data with natural language — no custom integration required. Step-by-step setup guide.
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.
Claude is AI and can make mistakes. Please double-check responses.
Connect GetMyInvoices to Cursor
GetMyInvoices (by fino data services GmbH, Kassel) automatically collects invoices and documents from thousands of online portals and mailboxes. With AnythingMCP, you can connect GetMyInvoices directly to Cursor, enabling natural language queries over your data.
What You Can Do
Once connected, ask Cursor things like:
- "List all unpaid incoming invoices from last quarter"
- "Download the file for document 12345"
- "Which suppliers are configured in my account?"
- "Show every document modified since June 1st"
Step 1: Set Up AnythingMCP
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.
Step 2: Import the GetMyInvoices Adapter
- Open
http://localhost:3000/connectors/store - Find GetMyInvoices in the adapter list
- Click Import — you'll be prompted for your credentials
- Enter your GetMyInvoices API key (generate it via the top-right menu → API access; sent as the
X-API-KEYheader).
Step 3: Assign to an MCP Server
After import, choose which MCP server should expose GetMyInvoices tools. You can select an existing one or create a new MCP server.
Step 4: Connect Cursor
Add the MCP server to your Cursor configuration:
{
"mcpServers": {
"getmyinvoices": { "url": "http://localhost:4000/mcp" }
}
}
Available Tools
| Tool | Description |
|---|---|
getmyinvoices_list_documents | List documents with type, date and payment filters |
getmyinvoices_get_document | Get a document with metadata, OCR text and optional file content |
getmyinvoices_list_document_attachments | List attachments linked to a document |
getmyinvoices_get_document_attachment | Get a single attachment with its file content |
getmyinvoices_list_companies | List companies (suppliers and online portals) |
getmyinvoices_get_company | Get a single supplier/portal |
Why AnythingMCP?
Instead of building a custom integration, AnythingMCP gives you a pre-built GetMyInvoices adapter with one-click import. Your API credentials are encrypted and every request is logged in the audit trail. You can combine GetMyInvoices with other connectors in a single MCP server.
Was this guide helpful?