@talonic/mcp
Official Talonic MCP server. Give any AI agent the ability to extract structured, schema-validated data from any document — PDFs, scans, invoices, contracts, forms — via the Model Context Protocol.
Status: stable, listed on the official MCP Registry as
io.github.talonicdev/talonic-mcp. Nine tools and two resources, verified end-to-end against production (including the Claude.ai hosted connector). Runs as a local stdio process for desktop/IDE clients and as a hosted Streamable HTTP server atmcp.talonic.comfor Claude.ai connectors.
What you get
One install gives an agent the whole document-extraction workflow:
| Tool | What it does |
|---|---|
talonic_extract |
Extract schema-validated JSON from a document, with per-field confidence scores. The primary tool. |
talonic_request_upload |
Get a browser upload link for files too large to pass through a hosted connector (e.g. Claude.ai). The robust path for real-world documents. |
talonic_to_markdown |
OCR a document to clean markdown. |
talonic_search |
Omnisearch across documents, fields, sources, and schemas. |
talonic_filter |
Filter documents by extracted field values (eq, gt, between, contains, …). |
talonic_get_document |
Fetch a document's metadata, processing status, and links. |
talonic_list_schemas |
List saved schemas (with definitions). |
talonic_save_schema |
Save a reusable schema to the workspace. |
talonic_get_balance |
Read credit balance, EUR value, burn rate, and runway for budget-aware behaviour. |






