ScanToBill MCP-Server
MCP server for ScanToBill — extract structured data from invoices and business documents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
MCP server for ScanToBill — extract structured data from invoices and business documents. Use with Claude Desktop or any MCP-compatible AI client.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |