How to Use the Axonaut MCP in Claude Code
Pipe your Axonaut ERP data directly into your shell scripts and CI/CD jobs with Claude Code. No UIs, just pure command-line control.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Axonaut MCP to Claude Code
Create your Vinkius account to connect Axonaut 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.
ERP Data in Your Terminal
Pull your Axonaut data right into the command line. Run `claude mcp axonaut-mcp list_invoices --status=late | jq` to get a clean JSON list of overdue invoices. You can pipe this into any other CLI tool you use. This means you can script anything. Check project status with `list_projects`, find a specific company with `get_company`, or list all your products with `list_products`. It's raw, direct access for people who work in the terminal.
Put Axonaut in Your Pipelines
Use this MCP Server in your GitHub Actions or Jenkins jobs. A nightly cron job could run a script using Claude Code to `list_expenses`, check for any that are unapproved for more than a week, and then trigger an alert. It works for writing data, too. After a successful deployment, your CI pipeline could automatically call `create_task` to schedule a follow-up review in Axonaut. This connects your dev operations directly to your business operations.
Headless Axonaut Reporting with Claude Code
Build custom, automated reports without ever opening a browser. Write a simple shell script that uses Claude Code to call `list_orders` and `list_quotations`, calculate your quote-to-order conversion rate for the day, and email the result. Because Claude Code is just a CLI, you can run it anywhere—a Docker container, a remote server via SSH, or your local machine. You get programmatic access to your ERP data, making it easy to build the exact monitoring tools you need.
Set up Axonaut 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 seeaxonaut-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Axonaut transactions." It will automatically discover and invoke the available Axonaut tools.
claude mcp add --transport http axonaut-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 Axonaut MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Axonaut MCP today
We host it, we monitor it, we maintain it. You just paste one token.