送信

Talonic

@Talonic

Extract structured, schema-validated data from PDFs, scans, images, spreadsheets, and forms. Lets AI agents pull clean JSON out of any document via the Model Context Protocol.

サーバー設定

{
  "mcpServers": {
    "talonic": {
      "command": "npx",
      "args": [
        "-y",
        "@talonic/mcp@latest"
      ],
      "env": {
        "TALONIC_API_KEY": "<YOUR_TALONIC_API_KEY>"
      }
    }
  }
}