Extracta Connector for AI agents.
10 live capabilities
Turn messy PDFs and images into structured JSON data automatically.
Waiting for input…
Why people use Extracta
Extracta for Automated Invoice and Receipt Processing
With this Connector, you just provide the links. The agent handles the OCR, identifies the relevant fields, and gives you the data in a format your systems can actually use. You get a clean data pipeline instead of a stack of papers.
What Vinkius changes
You stop manually typing data from documents and start receiving clean JSON automatically.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Invoice Processing
An operations lead asks the agent to extract totals from 50 different invoice URLs and save them to a list.
- Real-world use case 02
Document Sorting
A finance person wants the agent to look at a folder of uploads and tell them which ones are contracts.
- Real-world use case 03
Data Migration
A developer uses the capability to turn a pile of old JPG receipts into a structured JSON database.
Complete set · 10capabilities
The complete Extracta capability set.
These are the exact actions your AI can choose when you ask it to work with Extracta.
01—04
4 capabilities in this set.
Part of 10 available through Extracta.
- 01 Capability
Get batch results
Pull a bulk list of historical results from a previous extraction run. This helps you audit your data in one go.
- 02 Capability
Create classification
Create a new setup to sort documents into types like invoices or contracts. Pass a JSON schema to define your categories.
- 03 Capability
Get classification results
Find out what category the AI assigned to a specific document. Use this to verify your sorting rules.
- 04 Capability
Create extraction
Set up a new data extraction process with custom JSON fields and rules. It returns an ID for future use.
05—07
3 capabilities in this set.
Part of 10 available through Extracta.
- 05 Capability
Delete extraction
Remove a specific extraction process so it can no longer receive files. This is useful for cleaning up old configurations.
- 06 Capability
Get results
Check the current status or the final data for a single document. Use this to see if a file is done processing.
- 07 Capability
Update extraction
Modify the mapping rules of an existing process to refine how data is parsed. You don't have to create a new endpoint to do this.
08—10
3 capabilities in this set.
Part of 10 available through Extracta.
- 08 Capability
Upload file url
Submit a public URL for a document to begin the asynchronous extraction process. This returns a document ID for tracking.
- 09 Capability
View extraction
Review the configuration and fields of an existing extraction process. Check your settings at any time.
- 10 Capability
View classification
View the specific details and rules of an existing document classification process.
Set up in minutes
One URL. Then ask Extracta to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Extracta from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_C65ttiBqS65NCFErwJyenYxrCFQRkfcwF5fUOGUO/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Extracta, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Extracta for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_C65ttiBqS65NCFErwJyenYxrCFQRkfcwF5fUOGUO/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Extracta URL.
- Step 03
Save and start
Save the connection and enable Extracta in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"extracta": {
"url": "https://edge.vinkius.com/vk_preview_C65ttiBqS65NCFErwJyenYxrCFQRkfcwF5fUOGUO/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Extracta
Open Agent mode in chat and ask: "Using Extracta, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"extracta": {
"url": "https://edge.vinkius.com/vk_preview_C65ttiBqS65NCFErwJyenYxrCFQRkfcwF5fUOGUO/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Extracta
Ask Copilot: "Using Extracta, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"extracta": {
"url": "https://edge.vinkius.com/vk_preview_C65ttiBqS65NCFErwJyenYxrCFQRkfcwF5fUOGUO/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Extracta
Open Cascade and ask: "Using Extracta, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"extracta": {
"url": "https://edge.vinkius.com/vk_preview_C65ttiBqS65NCFErwJyenYxrCFQRkfcwF5fUOGUO/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Extracta
Ask Cline: "Using Extracta, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add extracta --transport http "https://edge.vinkius.com/vk_preview_C65ttiBqS65NCFErwJyenYxrCFQRkfcwF5fUOGUO/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Extracta
Ask Claude: "Using Extracta, show me...". 10 tools are ready
Where the request belongs
Work Extracta can move forward.
This is for the operations manager buried in paperwork, the analyst who hates manual data entry, and the developer building automated pipelines.
Operations Manager
Handles the daily grind of sorting through hundreds of vendor invoices and receipts.
Data Analyst
Converts physical document archives into structured datasets for reporting.
Backend Developer
Builds and tests document processing pipelines without writing custom OCR code.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCradl AI
Equip your AI agent to extract structured data from any document using Cradl AI's deep learning models.
AlgoDocs
AI document extraction orchestration. parse PDFs, images, and Word docs via AI.
Docparser
Equip your AI agent to extract data from documents, manage parsers, and track extraction results via the Docparser API.
Parsio
Extract structured data from emails and PDFs automatically with AI-powered parsing templates that learn from your documents.
Alphamoon
Extract data from documents using AI-powered OCR and intelligent document processing for contracts, invoices, and forms.
Airparser
AI data extraction orchestration. parse PDFs, emails, and images into structured data via AI.
Bring your own AI
Change the model, client or framework. Keep Extracta connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Extracta.
The practical details behind the request, access and result.
Can Extracta handle different file types?
Extracta supports common file formats including PDFs, JPGs, and PNGs. This means you can send images of physical receipts or digital PDFs for processing.
How does Extracta help with invoice processing?
It automates the extraction of specific fields like dates, vendor names, and totals from invoices. It turns those documents into structured JSON data for your records.
Can I change the fields I'm extracting later?
Yes, you can update your extraction rules at any time. You can add or remove fields like tax amounts or item descriptions without having to rebuild your setup.
Does Extracta work with my current AI client?
Yes, it works with Claude, Cursor, Windsurf, and other MCP-compatible clients. You can manage your document workflows directly within the capabilities you already use.
How do I see my previous results?
You can fetch a list of all previously processed documents and their data payloads. This is great for auditing your history or checking past extractions.
Can it tell the difference between a receipt and a contract?
Yes, it uses AI classification to automatically sort documents into categories. You can define these types, and the agent will sort them for you based on the content.
Do I need to manually upload every file?
No, you can submit publicly accessible URLs for documents. The agent will then trigger the extraction workflow automatically.
Can my agent create a new data extraction setup with custom fields?
Yes. Use the 'create_extraction' capability. Provide a JSON schema defining the fields you expect (e.g., 'total_amount', 'vendor_name'). The agent will return a new extractionId for document processing.
How do I process a PDF document using a specific extraction ID via chat?
Use the 'upload_file_url' capability. Provide the extractionId and the public URL of your PDF. The agent will trigger the workflow and return a documentId, which you can use with 'get_results' to fetch the data.
Can I see the predicted document type and confidence score through the agent?
Absolutely. Use the 'get_classification_results' capability with the document and classification IDs. The agent will retrieve the AI-predicted label (e.g., 'Invoice') and the confidence score for the processed file.
One connection away
Give your agent a direct line to Extracta.
Connect Extracta once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available