How to Use the Sensible MCP in Claude Code
Run high-volume document parsing pipelines directly from your terminal using Claude Code and Sensible.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Sensible MCP to Claude Code
Create your Vinkius account to connect Sensible to Claude Code — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Headless document parsing pipelines via Claude Code MCP Server
The `extract_from_url` tool kicks off asynchronous data extraction for documents hosted online. Claude Code triggers this directly from your terminal, letting you process thousands of PDFs via simple shell scripts or cron jobs. To keep tabs on background tasks, Claude Code queries `list_extractions` with custom filters. You can pipe this output directly into grep or jq to monitor your queue without leaving the terminal.
Automated configuration versioning and deployments
The `list_configuration_versions` tool retrieves all draft and published versions of a parser configuration. Claude Code uses this to verify which layout rules are active before running terminal-based extraction tests. If you need to roll back a broken parser layout, Claude Code executes `delete_configuration_version` to unpublish the bad version. This gives you full control over your production configurations directly from your bash prompt.
Reference document management for golden datasets
The `list_goldens` tool retrieves all reference documents associated with a specific document type. Claude Code uses this MCP tool to audit your training data and ensure your parsers are calibrated against correct layouts. If a layout shifts, Claude Code calls `unassociate_golden` to remove outdated reference files. It then uploads fresh samples using `update_golden` to keep your parsing engine aligned with incoming document variations.
Set up Sensible 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 seesensible-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Sensible transactions." It will automatically discover and invoke the available Sensible tools.
claude mcp add --transport http sensible-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 Sensible MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Sensible MCP today
We host it, we monitor it, we maintain it. You just paste one token.