Skip to main content

MCP Server

Official Talonic MCP server. Lets AI agents extract structured, schema-validated data from any document via the Model Context Protocol. Seven tools and one resource, verified end-to-end against production.

Hosted at mcp.talonic.com/mcp — zero install, works with every MCP client. Also available on npm as @talonic/mcp for local use, and listed on the official MCP Registry as io.github.talonicdev/talonic-mcp.

The server exposes seven tools: talonic_extract for document extraction with schema-validated JSON output, talonic_search for full-text search across your document registry, talonic_filter for structured field-level filtering, talonic_get_document for retrieving individual documents, talonic_to_markdown for converting documents to clean markdown, talonic_list_schemas for browsing available schemas, and talonic_save_schema for persisting new extraction schemas. All tools return typed, structured responses with confidence scores and provenance metadata.

Supported MCP clients include Claude Desktop, Cursor, Cline, Continue, Cowork, and any client implementing the Model Context Protocol specification. Setup takes one line — add the server URL to your client configuration and provide your Talonic API key as an environment variable.