Avochato Connector for AI agents.
12 live capabilities
Manage business SMS and customer tickets through natural conversation.
Waiting for input…
Why people use Avochato
Avochato for Business SMS Management
This Connector changes that by letting your agent do the heavy lifting. You can ask your agent to find a ticket, update its status, and send a follow-up text in one go. You get a unified way to handle communications without ever leaving your workspace.
What Vinkius changes
You get a way to run your entire customer messaging operation through a natural conversation with your agent.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The overwhelmed support lead
A customer asks about an order.
- Real-world use case 02
The busy sales rep
A lead needs a follow-up.
- Real-world use case 03
The marketing manager
You need to see who's active.
Complete set · 12capabilities
The complete Avochato capability set.
These are the exact actions your AI can choose when you ask it to work with Avochato.
01—04
4 capabilities in this set.
Part of 12 available through Avochato.
- 01 Capability
Create contact
Add a new customer or lead to your business directory. This keeps your contact list current without manual entry.
- 02 Capability
Create webhook
Set up a real-time notification for incoming messages or events. Use this to trigger your agent on new leads.
- 03 Capability
Delete webhook
Remove an existing webhook from your account. Use this to clean up old notifications.
- 04 Capability
Get contact
Pull detailed profile information and interaction history for a specific person. This helps your agent provide context.
05—08
4 capabilities in this set.
Part of 12 available through Avochato.
- 05 Capability
Get account info
Fetch your current account identity and metadata. Use this to verify your connection status.
- 06 Capability
List contacts
See a full list of all SMS contacts in your database. This is great for auditing your audience.
- 07 Capability
List messages
View a history of your sent and received SMS and MMS messages. Use this to see the full conversation thread.
- 08 Capability
List tickets
Pull a list of all active conversation tickets from your inbox. This helps you monitor your current workload.
09—12
4 capabilities in this set.
Part of 12 available through Avochato.
- 09 Capability
List webhooks
View all the active webhooks currently configured in your account. Use this to manage your automation triggers.
- 10 Capability
Send message
Dispatch a new SMS or MMS message to a customer or lead. This lets your agent communicate directly with your audience.
- 11 Capability
Update contact
Modify the details of an existing contact in your directory. Use this to keep your records accurate.
- 12 Capability
Update ticket
Change the status or ownership of a specific support ticket. This helps your agent move issues through the workflow.
Set up in minutes
One URL. Then ask Avochato to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Avochato 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_I1MGTjNMdpVn6yjZDdI73Sp7FZJIv1OmLecSolgM/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 Avochato, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Avochato for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_I1MGTjNMdpVn6yjZDdI73Sp7FZJIv1OmLecSolgM/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 Avochato URL.
- Step 03
Save and start
Save the connection and enable Avochato in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"avochato-alternative": {
"url": "https://edge.vinkius.com/vk_preview_I1MGTjNMdpVn6yjZDdI73Sp7FZJIv1OmLecSolgM/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 Avochato
Open Agent mode in chat and ask: "Using Avochato, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"avochato-alternative": {
"url": "https://edge.vinkius.com/vk_preview_I1MGTjNMdpVn6yjZDdI73Sp7FZJIv1OmLecSolgM/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 Avochato
Ask Copilot: "Using Avochato, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"avochato-alternative": {
"url": "https://edge.vinkius.com/vk_preview_I1MGTjNMdpVn6yjZDdI73Sp7FZJIv1OmLecSolgM/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 Avochato
Open Cascade and ask: "Using Avochato, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"avochato-alternative": {
"url": "https://edge.vinkius.com/vk_preview_I1MGTjNMdpVn6yjZDdI73Sp7FZJIv1OmLecSolgM/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 Avochato
Ask Cline: "Using Avochato, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add avochato-alternative --transport http "https://edge.vinkius.com/vk_preview_I1MGTjNMdpVn6yjZDdI73Sp7FZJIv1OmLecSolgM/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 Avochato
Ask Claude: "Using Avochato, show me...". 12 tools are ready
Where the request belongs
Work Avochato can move forward.
This is for customer support leads who are drowning in tickets and sales reps who need to send personalized follow-ups without copy-pasting contact info from a spreadsheet.
Customer Support Lead
Manages high-volume ticket queues and updates statuses without leaving their primary workspace.
Sales Development Rep
Sends personalized order updates and follow-up texts using plain language commands.
Marketing Manager
Orchestrates SMS broadcasts and checks audience engagement through simple queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAvochato
Text your customers on the channels they prefer with two-way business messaging that integrates into your existing workflows.
Submail / 赛邮云
Powerful SMS, Email, and Voice communication platform. orchestrate multi-channel messaging via AI.
Chiirp
Engage leads and customers through automated text, email, and voicemail campaigns that nurture relationships at scale.
String
Engage mobile app users with targeted push notifications, in-app messages, and behavioral triggers that improve retention.
Brevo
Engage customers across email, SMS, and chat with marketing campaigns and transactional messaging that scale with you.
Salesquared
Automate business communications via Salesquared. manage SMS, voice calls, and leads directly with AI.
Bring your own AI
Change the model, client or framework. Keep Avochato 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 Avochato.
The practical details behind the request, access and result.
Can the Avochato MCP send MMS messages?
Yes, it handles both SMS and MMS messages. You can send high-fidelity texts with links or media directly through your agent.
How does Avochato MCP help with customer support?
It allows your agent to list, view, and update support tickets in real-time. This means your agent can help you manage the queue without you having to click through a dashboard.
Can I use Avochato MCP to manage my contact list?
Yes, you can create new contacts, update existing ones, and list your entire directory. This keeps your database organized automatically.
Will Avochato MCP notify me of new messages?
You can set up webhooks through the Connector to trigger your agent on incoming messages, ensuring you never miss a lead or customer request.
Does Avochato MCP work with Cursor and Claude?
Yes, it works with any MCP-compatible client, including Claude, Cursor, and Windsurf, making it easy to add to your existing setup.
Can I see my full conversation history?
Yes, the agent can pull your message history so you can see every interaction with a customer before you decide how to respond.
How do I find my Avochato API credentials?
Log in to your account, navigate to Settings > API Access, and copy your unique Auth ID and Auth Secret.
Can I send media files via AI?
Yes! The send_message capability accepts a media_url parameter, allowing your agent to dispatch high-fidelity MMS content programmatically.
How do I check active tickets?
Use the list_tickets capability to retrieve your complete directory of active and pending support tickets directly through your agent.
One connection away
Give your agent a direct line to Avochato.
Connect Avochato once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available