How to Use the Cradl AI MCP in Claude Code
Pipe Cradl AI extractions directly into your terminal workflows using Claude Code and this headless MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Cradl AI MCP to Claude Code
Create your Vinkius account to connect Cradl AI 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.
Trigger Extractions from the Command Line
The `extract_data_from_url` tool allows Claude Code to pass file URLs to the OCR engine right from your shell. You can script a daily cron job that feeds new invoices into the prediction model automatically. Checking the output happens through the `get_task_status` tool. Your headless script polls the endpoint, retrieves the extracted key-value pairs, and pipes the structured JSON into your backend systems.
Audit Cradl AI Batch Jobs via Terminal
Monitoring high-volume processing is simple when you call `list_batches` to grab identifiers and document counts. You get a clear view of your queue without ever opening a web dashboard. When a script needs to verify completion, it runs `get_batch_details` alongside `list_processing_tasks`. This combination exposes the exact processing timestamps and isolates any failed files in the run.
Query MCP Server Models and Schemas
Your terminal agent discovers available parsers by executing `list_extraction_models`. It pulls down model names and versions so your deployment scripts know which targets are active. For detailed inspection, Claude Code uses `get_model_details` to fetch schema definitions and extraction accuracy metrics. This guarantees your database migrations match the exact fields the model outputs.
Set up Cradl AI 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 seecradl-ai-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Cradl AI transactions." It will automatically discover and invoke the available Cradl AI tools.
claude mcp add --transport http cradl-ai-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 Cradl AI MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Cradl AI MCP today
We host it, we monitor it, we maintain it. You just paste one token.