How to Use the Evoliz MCP in Cursor
Generate clean code using real Evoliz accounting data in Cursor. Pull live quotes and invoices straight to your Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Evoliz MCP to Cursor
Create your Vinkius account to connect Evoliz to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build Apps with Real Evoliz MCP Server Context
Stop writing mock data for French accounting integrations in Cursor. Cursor uses this MCP Server to feed live API payloads from `list_invoices` and `get_invoice` directly into your active code file. When building custom dashboards in Cursor, your agent calls `list_clients` to verify your UI handles actual French business data formats correctly. This makes debugging compliance errors straightforward in Cursor.
Generate Compliant Client Workflows in Cursor
Let Cursor write client creation scripts that actually work. The Cursor editor calls `create_client` to test input validation for required fields like `name` and individual or professional `type` structures. By calling `get_client` in real-time, the Cursor Composer mode updates your local database schemas to match the exact JSON structure returned by the French billing platform. This keeps your Cursor workspace updated with live French billing schemas.
Sync Live Catalog Items with Your Codebase
Match your local database products with Evoliz inventory inside Cursor. The Cursor agent calls `list_articles` and `get_article` to pull current pricing and French VAT rates directly into your workspace. You can also inspect pending sales pipelines by running `list_quotes` and `get_quote` in Cursor. Cursor processes these payloads to help you build accurate financial reporting tools.
Set up Evoliz MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Evoliz MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Evoliz transactions." If the MCP tools are loaded correctly, Cursor will call the Evoliz tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"evoliz-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Evoliz. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Evoliz MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Evoliz MCP today
We host it, we monitor it, we maintain it. You just paste one token.