Axonaut Connector for AI agents.
12 live capabilities
Manage invoices, CRM contacts, and team tasks through a conversational interface.
Waiting for input…
Why people use Axonaut
Axonaut ERP Automation for High-Velocity Teams
This Connector connects those silos into a single conversation. You can ask your agent to pull a list of all pending quotes or create a new task for your team without ever leaving your chat window. It turns your backend into a proactive assistant that works at your pace.
What Vinkius changes
You stop clicking through menus and start managing your business through a conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking outstanding payments
An owner needs to know who hasn't paid.
- Real-world use case 02
Quick quote retrieval during sales calls
A sales rep needs a quote fast.
- Real-world use case 03
Assigning team work on the fly
A manager needs to assign work.
Complete set · 12capabilities
The complete Axonaut capability set.
These are the exact actions your AI can choose when you ask it to work with Axonaut.
01—04
4 capabilities in this set.
Part of 12 available through Axonaut.
- 01 Capability
List orders
Lists all your current orders. It helps you keep track of what's shipping or being processed.
- 02 Capability
List contacts
Pulls a list of every contact in your CRM. It helps you see your entire network at once.
- 03 Capability
List products
Lists every product in your catalog. Use it to check inventory or pricing details quickly.
- 04 Capability
Create task
Adds a new task to your project list. You can set deadlines and descriptions immediately.
05—08
4 capabilities in this set.
Part of 12 available through Axonaut.
- 05 Capability
Get account check
Verifies your connection to Axonaut. It ensures your agent has the right permissions to work.
- 06 Capability
Get company
Pulls specific details for a single company. Use it to see deep history on a specific client.
- 07 Capability
List companies
Shows every company in your database. It's the fastest way to see your current client list.
- 08 Capability
List expenses
Lists all your business expenses. This makes it easy to track spending for your records.
09—12
4 capabilities in this set.
Part of 12 available through Axonaut.
- 09 Capability
List invoices
Shows all your invoices in one place. You can quickly see what's paid and what's outstanding.
- 10 Capability
List projects
Shows all your active projects. It gives you a high-level view of what the team is working on.
- 11 Capability
List quotations
Lists all your quotes and devises. It's perfect for seeing what's in the sales pipeline.
- 12 Capability
List tasks
Shows all tasks currently in your system. Use it to see what needs to get done today.
Set up in minutes
One URL. Then ask Axonaut to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Axonaut 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_JFJsiaYmnJ4qYZmez3Eov7Om9LEzVynusfdX1Slr/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 Axonaut, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Axonaut for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_JFJsiaYmnJ4qYZmez3Eov7Om9LEzVynusfdX1Slr/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 Axonaut URL.
- Step 03
Save and start
Save the connection and enable Axonaut in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"axonaut": {
"url": "https://edge.vinkius.com/vk_preview_JFJsiaYmnJ4qYZmez3Eov7Om9LEzVynusfdX1Slr/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 Axonaut
Open Agent mode in chat and ask: "Using Axonaut, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"axonaut": {
"url": "https://edge.vinkius.com/vk_preview_JFJsiaYmnJ4qYZmez3Eov7Om9LEzVynusfdX1Slr/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 Axonaut
Ask Copilot: "Using Axonaut, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"axonaut": {
"url": "https://edge.vinkius.com/vk_preview_JFJsiaYmnJ4qYZmez3Eov7Om9LEzVynusfdX1Slr/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 Axonaut
Open Cascade and ask: "Using Axonaut, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"axonaut": {
"url": "https://edge.vinkius.com/vk_preview_JFJsiaYmnJ4qYZmez3Eov7Om9LEzVynusfdX1Slr/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 Axonaut
Ask Cline: "Using Axonaut, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add axonaut --transport http "https://edge.vinkius.com/vk_preview_JFJsiaYmnJ4qYZmez3Eov7Om9LEzVynusfdX1Slr/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 Axonaut
Ask Claude: "Using Axonaut, show me...". 12 tools are ready
Where the request belongs
Work Axonaut can move forward.
For the small business owner who's tired of manual data entry and the ops manager who needs to see the big picture without opening ten different tabs.
Small Business Owner
Checking invoices and customer status while on the go.
Sales Representative
Pulling up quotes and updating contact info during live calls.
Operations Manager
Auditing expenses and assigning team tasks to keep projects on track.
Accountant
Retrieving financial documents and product metadata for quarterly audits.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAlegra
Business management and e-invoicing. manage invoices, inventory, and contacts via AI.
Altoviz
Business management and invoicing. manage customers, invoices, and expenses via AI.
Daftra
Equip your AI agent to manage your ERP, accounting, and client relations directly via the Daftra API.
Evoliz Invoicing & Management
Equip your AI agent to manage sales invoices, track CRM clients, and monitor quotes via the Evoliz API.
Attio
Build powerful CRM workflows with flexible data models, relationship tracking, and deal management tailored to your process.
Karbon
Manage your accounting firm's workflow, contacts, and work items directly via AI agents.
Bring your own AI
Change the model, client or framework. Keep Axonaut 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 Axonaut.
The practical details behind the request, access and result.
Can I use Axonaut MCP to manage my invoices?
Yes, it lets you list and audit all your invoices through a chat. You can check what's paid, what's outstanding, and see totals instantly.
How does Axonaut MCP help with CRM?
It allows your agent to search and list all your company and contact records. You can find client info quickly without opening your CRM dashboard.
Can my agent create tasks?
Yes, you can use it to create new tasks with specific descriptions and deadlines. This helps you keep your team projects moving forward.
Is Axonaut MCP good for expense tracking?
It lets you pull a list of all expenses to see where your money is going. It's great for auditing costs or preparing financial reports.
Can I check my connection with Axonaut MCP?
You can use it to verify your account health and see current user info. This ensures your AI client is properly connected to your data.
Does Axonaut MCP work with Cursor?
Yes, it works with Cursor and any other MCP-compatible client. Once you subscribe on Vinkius, you can connect it to your preferred capability.
Can I see a list of unpaid invoices through the agent?
Yes. Use the list_invoices capability to retrieve all your financial records. Your agent can then filter or summarize which ones are pending payment.
Does this support creating new tasks in Axonaut?
Absolutely. Use the create_task capability by providing a title, optional description, and a deadline to instantly add it to your team's workflow.
Can I check my product catalog via the AI agent?
Yes. The list_products capability allows your agent to browse your inventory, retrieve descriptions, and audit product availability for quotes or orders.
One connection away
Give your agent a direct line to Axonaut.
Connect Axonaut once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available