Alphamoon Connector for AI agents.
12 live capabilities
Automate data extraction from invoices and contracts using intelligent OCR.
Waiting for input…
Why people use Alphamoon
Alphamoon for Automated Invoice Data Extraction
This Connector changes the game by letting your AI agent do the heavy lifting. Instead of clicking through folders, you just ask for the data. You get the numbers, the dates, and the totals instantly, formatted and ready for use.
What Vinkius changes
You get a direct line from your AI agent to your document processing engine without manual switching.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Invoice Reconciliation
A finance team member asks the agent to list all invoices from a specific vendor and then show extraction results to check the totals against a ledger.
- Real-world use case 02
Contract Review
A legal clerk wants to see the raw OCR text of a 50-page contract to find a specific handwritten note that didn't make it into the structured fields.
- Real-world use case 03
Batch Monitoring
An ops manager asks the agent to list documents by process to see which batch of IDs is still pending and which ones finished successfully.
Complete set · 12capabilities
The complete Alphamoon capability set.
These are the exact actions your AI can choose when you ask it to work with Alphamoon.
01—04
4 capabilities in this set.
Part of 12 available through Alphamoon.
- 01 Capability
Check alphamoon status
Check if your connection to the Alphamoon service is active. It helps you troubleshoot connection issues instantly.
- 02 Capability
Delete document
Remove a specific document from your account. Use this to clean up old files or manage storage limits.
- 03 Capability
Get document
Fetch the specific details of a processed document. This gives you the metadata you need for tracking.
- 04 Capability
Get extraction results
Pull the structured data fields from a document. This is how you get the actual numbers and names from your files.
05—08
4 capabilities in this set.
Part of 12 available through Alphamoon.
- 05 Capability
Get ocr results
Retrieve the full raw text from a scanned file. This is perfect for checking how the system read a messy document.
- 06 Capability
Get process
Get the configuration details for a specific automation pipeline. Use this to understand how a document is being handled.
- 07 Capability
Get template
Pull the details of a specific extraction template. This lets you see what fields the agent is looking for.
- 08 Capability
List documents by process
See all documents that have gone through a specific pipeline. This helps you group your results by category.
09—12
4 capabilities in this set.
Part of 12 available through Alphamoon.
- 09 Capability
List documents
Get a complete list of all documents in your account. This is your primary way to browse your processed files.
- 10 Capability
List processes
See every document automation pipeline you have set up. Use this to get an overview of your active workflows.
- 11 Capability
List templates
View all the extraction templates available in your account. This helps you manage your different document types.
- 12 Capability
Upload document
Send a new file to the Alphamoon engine for processing. This is the first step in starting a new extraction task.
Set up in minutes
One URL. Then ask Alphamoon to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Alphamoon 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_J4UK4KwtIqFhkCyXsrrOvWL3GSduI90aoIffUqBW/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 Alphamoon, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Alphamoon for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_J4UK4KwtIqFhkCyXsrrOvWL3GSduI90aoIffUqBW/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 Alphamoon URL.
- Step 03
Save and start
Save the connection and enable Alphamoon in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"alphamoon": {
"url": "https://edge.vinkius.com/vk_preview_J4UK4KwtIqFhkCyXsrrOvWL3GSduI90aoIffUqBW/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 Alphamoon
Open Agent mode in chat and ask: "Using Alphamoon, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"alphamoon": {
"url": "https://edge.vinkius.com/vk_preview_J4UK4KwtIqFhkCyXsrrOvWL3GSduI90aoIffUqBW/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 Alphamoon
Ask Copilot: "Using Alphamoon, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"alphamoon": {
"url": "https://edge.vinkius.com/vk_preview_J4UK4KwtIqFhkCyXsrrOvWL3GSduI90aoIffUqBW/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 Alphamoon
Open Cascade and ask: "Using Alphamoon, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"alphamoon": {
"url": "https://edge.vinkius.com/vk_preview_J4UK4KwtIqFhkCyXsrrOvWL3GSduI90aoIffUqBW/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 Alphamoon
Ask Cline: "Using Alphamoon, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add alphamoon --transport http "https://edge.vinkius.com/vk_preview_J4UK4KwtIqFhkCyXsrrOvWL3GSduI90aoIffUqBW/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 Alphamoon
Ask Claude: "Using Alphamoon, show me...". 12 tools are ready
Where the request belongs
Work Alphamoon can move forward.
This is for the person who spends half their day moving data from PDFs to spreadsheets or trying to find out why a specific document failed to process.
Financial Analyst
Verifies invoice totals and dates against internal records during month-end closes.
Operations Manager
Monitors high-volume document batches to ensure they hit the required SLAs.
Automation Developer
Builds custom workflows that trigger whenever a new document is processed.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsParsio
Extract structured data from emails and PDFs automatically with AI-powered parsing templates that learn from your documents.
Docparser
Equip your AI agent to extract data from documents, manage parsers, and track extraction results via the Docparser API.
Affinda
Intelligent document processing. parse resumes, invoices, and IDs via AI.
Parseur
Automate document processing via Parseur. list mailboxes, upload PDFs/Emails, extract structured data pipelines, and trigger template logic natively.
AlgoDocs
AI document extraction orchestration. parse PDFs, images, and Word docs via AI.
Veryfi
Automate document OCR and data extraction via Veryfi. process receipts, invoices, business cards, bank statements, and tax forms directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Alphamoon 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 Alphamoon.
The practical details behind the request, access and result.
What can the Alphamoon MCP do for my business?
It connects your AI to your document processing engine so you can extract data from invoices, IDs, and forms automatically. This saves you from manual data entry and keeps your records consistent.
Can I use Alphamoon MCP to read handwritten notes?
Yes, it can pull raw OCR text which includes detected handwriting for more complete data. This is great for capturing notes on scanned forms or contracts.
How does the Alphamoon MCP handle different document types?
You can use different templates for invoices, IDs, or any form to get specific data points every time. It's designed to handle a wide variety of document structures.
Can I monitor my document processing with Alphamoon MCP?
Yes, you can ask your agent to list documents by process or check the status of specific batches in real-time. This helps you keep an eye on high-volume work without checking a dashboard.
Is Alphamoon MCP good for high-volume invoice processing?
It's designed for exactly that, allowing you to pull structured fields from large batches without manual entry. It handles the heavy lifting of document intelligence for you.
How do I see if my Alphamoon MCP is connected?
You can simply ask your agent to check the status, and it will verify your API connectivity instantly. This ensures your automated workflows are always ready to go.
How do I find my Alphamoon API Key?
Log in to your account, navigate to Settings > API, and generate a new API Key for your integration.
Can I retrieve raw OCR text via AI?
Yes! The get_ocr_results capability allows your agent to retrieve the complete high-fidelity recognized text from any processed document.
How do I check extraction results?
Use the get_extraction_results capability and provide the document ID to retrieve structured fields and confidence scores programmatically.
One connection away
Give your agent a direct line to Alphamoon.
Connect Alphamoon once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available