How to Use the Extracta MCP in Claude Code
Pipe structured document data directly into your terminal workflows using Extracta and Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Extracta MCP to Claude Code
Create your Vinkius account to connect Extracta to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build Headless Document Pipelines in Claude Code
Run complex document processing jobs straight from your shell. Claude Code uses `upload_file_url` to send files to the extraction engine and pipes the output of `get_results` directly into your terminal utilities or databases. Because it operates entirely in the CLI, you can combine this MCP Server with standard bash commands to automate high-volume document ingestion. It is ideal for SREs and backend developers who avoid heavy graphical interfaces.
Scriptable Schema Management via CLI
Manage your extraction setups without opening a browser. Claude Code uses `create_extraction` to register new document schemas and `update_extraction` to patch existing mapping rules directly from your terminal session. If you need to audit your active configurations, the CLI agent runs `view_extraction` to output the exact JSON structure. This makes it easy to track schema versions and commit changes to your git repositories.
Automated Document Routing in Shell Scripts
Integrate document sorting into your cron jobs. Claude Code uses `create_classification` to define file categories and `get_classification_results` to inspect incoming PDFs or images, letting your scripts route files based on their type over a fast MCP channel. If you need to clean up old pipelines, the agent calls `delete_extraction` to remove obsolete endpoints. It gives you full control over your document infrastructure using simple, headless commands.
Set up Extracta MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeextracta-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Extracta transactions." It will automatically discover and invoke the available Extracta tools.
claude mcp add --transport http extracta-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Extracta MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Extracta MCP today
We host it, we monitor it, we maintain it. You just paste one token.