How to Use the Avochato MCP in Cursor
Build custom text workflows and update Avochato contacts inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Avochato MCP to Cursor
Create your Vinkius account to connect Avochato 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.
Run Avochato messaging tests inside your code editor
Stop switching to an API client to test your Avochato SMS integrations in Cursor. Cursor lets your agent invoke `send_message` to dispatch actual SMS and MMS messages while you write your backend code. You see the real Avochato API response payloads directly in your Cursor editor. If you need to verify your webhook payloads or check Avochato message delivery, your Cursor agent can run `list_messages`. This pulls your live Avochato messaging history straight into the Cursor chat sidebar for rapid debugging.
Write code with live CRM contact data in Cursor
You do not need mock data when building Avochato CRM features inside Cursor. This MCP Server gives your Cursor agent access to `list_contacts` and `get_contact` to pull real Avochato customer profiles into your workspace. When testing write operations, your Cursor agent can safely call `create_contact` or `update_contact` to verify your Avochato data mapping. Your Cursor code gets built using the exact schema your production Avochato database expects.
Manage marketing broadcast schedules from the terminal
Keep track of your outgoing Avochato campaigns without leaving your Cursor workspace. This MCP Server uses `list_broadcasts` to check scheduled Avochato messages and matches them against your Cursor codebase. If you need to trigger a quick test broadcast, your Cursor agent can call `create_broadcast` directly. The `get_account_check` tool verifies your Avochato connection status beforehand so you never run tests against a broken API connection inside Cursor.
Set up Avochato 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 Avochato 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 Avochato transactions." If the MCP tools are loaded correctly, Cursor will call the Avochato tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"avochato-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 Avochato. 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 Avochato MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Avochato MCP today
We host it, we monitor it, we maintain it. You just paste one token.