Alegra Connector for AI agents.
11 live capabilities
Manage Latin American business invoicing and inventory with your AI agent.
Waiting for input…
Why people use Alegra
Alegra for Latin American Invoicing and Accounting
With the Alegra MCP, you can handle these tasks through a single chat. Instead of navigating menus, you ask your agent to list your invoices or create a new contact. You get a unified workflow where your accounting data is always just one command away.
What Vinkius changes
You get a conversational interface for your entire Alegra accounting and inventory system.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick Billing
A shop owner asks for a list of overdue invoices and then creates a new invoice for a specific client immediately.
- Real-world use case 02
Stock Check
An operations manager asks what is left in the warehouse and confirms they can fulfill a big order.
- Real-world use case 03
CRM Update
A salesperson meets a new lead and adds them to the system without leaving their chat.
Complete set · 11capabilities
The complete Alegra capability set.
These are the exact actions your AI can choose when you ask it to work with Alegra.
01—04
4 capabilities in this set.
Part of 11 available through Alegra.
- 01 Capability
Create contact
Create a new contact in your Alegra database. This keeps your CRM updated without manual entry.
- 02 Capability
Create invoice
Generate a new sales invoice for a customer. You can quickly bill clients using simple natural language.
- 03 Capability
Get contact details
Fetch specific information for a single contact. Use this to quickly check a client's history or profile.
- 04 Capability
Get invoice details
Pull the specific data for an individual invoice. It is perfect for verifying payment statuses or amounts.
05—08
4 capabilities in this set.
Part of 11 available through Alegra.
- 05 Capability
Get item details
Retrieve the specifics of an inventory item. Use this to see current pricing and product descriptions.
- 06 Capability
Get company info
Get your high-level company information from Alegra. This helps the agent understand your account context.
- 07 Capability
List contacts
Show a list of all clients and suppliers. This provides a quick overview of your entire contact directory.
- 08 Capability
List estimates
View all your sent quotes and estimates. Use this to track potential sales in your pipeline.
09—11
3 capabilities in this set.
Part of 11 available through Alegra.
- 09 Capability
List invoices
Pull a list of all sales invoices. This lets you see your billing history at a glance.
- 10 Capability
List inventory items
See a full list of your products and services. It helps you monitor what you have in stock.
- 11 Capability
List payments
Get a list of all recorded payments. Use this to track incoming cash flow and reconcile accounts.
Set up in minutes
One URL. Then ask Alegra to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Alegra 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_hmgV1RDxt5UPQRzHEdCY5WSw4xDOXHIRqJXkoMOw/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 Alegra, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Alegra for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_hmgV1RDxt5UPQRzHEdCY5WSw4xDOXHIRqJXkoMOw/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 Alegra URL.
- Step 03
Save and start
Save the connection and enable Alegra in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"alegra-extended": {
"url": "https://edge.vinkius.com/vk_preview_hmgV1RDxt5UPQRzHEdCY5WSw4xDOXHIRqJXkoMOw/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 Alegra
Open Agent mode in chat and ask: "Using Alegra, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"alegra-extended": {
"url": "https://edge.vinkius.com/vk_preview_hmgV1RDxt5UPQRzHEdCY5WSw4xDOXHIRqJXkoMOw/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 Alegra
Ask Copilot: "Using Alegra, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"alegra-extended": {
"url": "https://edge.vinkius.com/vk_preview_hmgV1RDxt5UPQRzHEdCY5WSw4xDOXHIRqJXkoMOw/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 Alegra
Open Cascade and ask: "Using Alegra, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"alegra-extended": {
"url": "https://edge.vinkius.com/vk_preview_hmgV1RDxt5UPQRzHEdCY5WSw4xDOXHIRqJXkoMOw/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 Alegra
Ask Cline: "Using Alegra, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add alegra-extended --transport http "https://edge.vinkius.com/vk_preview_hmgV1RDxt5UPQRzHEdCY5WSw4xDOXHIRqJXkoMOw/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 Alegra
Ask Claude: "Using Alegra, show me...". 11 tools are ready
Where the request belongs
Work Alegra can move forward.
This is for small business owners who are overwhelmed by manual data entry and finance teams who need to pull reports without leaving their primary workspace.
Small Business Owner
Handles daily billing and checks who has paid their invoices during a busy workday.
Finance Manager
Monitors payments and manages the supplier directory without opening a browser.
Operations Manager
Checks stock levels and updates product metadata on the fly to ensure fulfillment.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAlegra
Handle your Latin American business accounting with electronic invoicing, expense tracking, and tax-ready financial reports.
Altoviz
Business management and invoicing. manage customers, invoices, and expenses via AI.
everbill
Invoice clients, track expenses, and manage your freelance finances with clean accounting capabilities that save tax season headaches.
Finmei
Manage expenses, tax rates, and payments through conversational AI agents with Finmei.
Evoliz
Handle French business invoicing with quote generation, expense tracking, and accounting integrations designed for compliance.
freee
Manage Japanese accounting and business via freee. track deals and invoices, handle partners and expenses, and audit tax codes directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Alegra 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 Alegra.
The practical details behind the request, access and result.
What can the Alegra MCP do for my business?
It lets you manage your Latin American accounting tasks like invoicing, inventory tracking, and CRM updates directly through your AI agent.
Can I use Alegra MCP to create invoices?
Yes, you can ask your agent to generate new sales invoices for your clients using natural language.
How does Alegra MCP help with inventory?
It allows you to check real-time stock levels and product pricing without leaving your workspace.
Does Alegra MCP work for Latin American accounting?
Yes, it is specifically designed to handle accounting workflows common in Latin American markets, including electronic invoicing.
Can I see my payments with Alegra MCP?
You can ask your agent to list your recorded payments to see your cash flow at a glance.
How do I connect Alegra MCP to my AI client?
You just need to subscribe on Vinkius and enter your Alegra email and API token in your preferred AI client's configuration.
Can I manage my CRM using Alegra MCP?
Yes, you can create new contacts and retrieve details for existing clients directly through your agent.
Can I check the stock level of an item via AI?
Yes! Use the get_item_details capability and provide the Item ID. Your agent will retrieve the complete metadata, including current stock levels for that product.
How do I create a new invoice for a client?
Use the create_invoice action. You'll need to provide the Contact ID, date, due date, and a JSON string of items to register the new sale in Alegra.
Is it possible to list all my recent payments?
Absolutely. Use the list_payments query. The agent will retrieve a list of all recorded income payments received in your account.
One connection away
Give your agent a direct line to Alegra.
Connect Alegra once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available