ScanToBill MCP-Server
MCP server for ScanToBill — extract structured data from invoices and business documents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Extract Document: Extract structured data from an invoice, receipt, commercial register, VAT certificate, or other business document at a public URL. Returns JSON with all detected fields including ve
- List Extractions: List past extraction log entries for the authenticated user. Returns extraction metadata (ID, type, provider, date, status) sorted newest first. Use get_extraction for details on a s
- Get Extraction: Get the metadata for a specific past extraction by its log ID. Returns the invoice type, provider used, status, and timestamp.
What data it sees
Do you need an account
No: the server works without sign-in
MCP server for ScanToBill — extract structured data from invoices and business documents. Use with Claude Desktop or any MCP-compatible AI client.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| extract_document | Extract structured data from an invoice, receipt, commercial register, VAT certificate, or other business document at a public URL. Returns JSON with all detected fields including vendor, customer, line items, totals, VAT, and currency. Each extraction consumes one unit from the authenticated user's plan quota. |
| list_extractions | List past extraction log entries for the authenticated user. Returns extraction metadata (ID, type, provider, date, status) sorted newest first. Use get_extraction for details on a specific entry. |
| get_extraction | Get the metadata for a specific past extraction by its log ID. Returns the invoice type, provider used, status, and timestamp. |