← Back to Plugins
MCP Server MCP

Talonic

github By github 👁 1 views ▲ 0 votes

Extract structured, schema-validated data from PDFs, scans, images, spreadsheets, and forms.

Homepage Verified source GitHub

Install

npx -y @talonic/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@talonic/mcp",
      "version": "0.1.75",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Talonic API key. Get one at https://app.talonic.com.",
          "isRequired": true,
          "isSecret": true,
          "name": "TALONIC_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...