Heymarket Connector for AI agents.
9 live capabilities
Manage business SMS and shared inboxes through natural conversation.
Waiting for input…
Why people use Heymarket
Heymarket for Business SMS and Shared Inbox Management
This Connector changes that by letting your AI agent handle the heavy lifting. You can ask your agent to find a customer, check their history, and send a reply all from one chat window. You get a unified way to manage your communication flow without the tab-switching headache.
What Vinkius changes
You get to manage your entire business SMS flow from one chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Handling a surge in support tickets
A support lead asks the agent to see all active threads, identifies three urgent issues, and assigns them to the available team.
- Real-world use case 02
Automating lead follow-ups
A sales rep tells the agent to find a customer by phone number and then send a personalized update.
- Real-world use case 03
Updating customer records
An ops manager asks the agent to update a customer's profile, ensuring the database stays current without manual entry.
Complete set · 9capabilities
The complete Heymarket capability set.
These are the exact actions your AI can choose when you ask it to work with Heymarket.
01—03
3 capabilities in this set.
Part of 9 available through Heymarket.
- 01 Capability
Create contact
Register a new customer in your database. This helps keep your CRM updated with every new lead.
- 02 Capability
Get chat history
Pull up past messages to see the context of a conversation. It's great for getting up to speed on a new ticket.
- 03 Capability
Get message details
Look up specific info for a single message. Use this to check delivery status or timestamps.
04—06
3 capabilities in this set.
Part of 9 available through Heymarket.
- 04 Capability
List active chats
See every conversation currently happening in your shared inbox. This helps you spot urgent requests quickly.
- 05 Capability
List contacts
Find specific customers by searching their phone numbers. It's the fastest way to locate a lead.
- 06 Capability
List team members
See who is currently on your staff. Use this to double-check who is available for assignments.
07—09
3 capabilities in this set.
Part of 9 available through Heymarket.
- 07 Capability
Send sms message
Send an SMS or MMS to a customer. This is how you actually communicate with your audience.
- 08 Capability
Update chat status
Change the state or assignment of a conversation. Use this to move a ticket from pending to resolved.
- 09 Capability
Update contact profile
Change the details of an existing customer. This keeps your contact info accurate as relationships evolve.
Set up in minutes
One URL. Then ask Heymarket to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Heymarket 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_dQrBWdsdzf9wue1XTyAYsauKiMCyQde117avLGgJ/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 Heymarket, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Heymarket for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_dQrBWdsdzf9wue1XTyAYsauKiMCyQde117avLGgJ/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 Heymarket URL.
- Step 03
Save and start
Save the connection and enable Heymarket in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"heymarket": {
"url": "https://edge.vinkius.com/vk_preview_dQrBWdsdzf9wue1XTyAYsauKiMCyQde117avLGgJ/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 Heymarket
Open Agent mode in chat and ask: "Using Heymarket, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"heymarket": {
"url": "https://edge.vinkius.com/vk_preview_dQrBWdsdzf9wue1XTyAYsauKiMCyQde117avLGgJ/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 Heymarket
Ask Copilot: "Using Heymarket, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"heymarket": {
"url": "https://edge.vinkius.com/vk_preview_dQrBWdsdzf9wue1XTyAYsauKiMCyQde117avLGgJ/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 Heymarket
Open Cascade and ask: "Using Heymarket, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"heymarket": {
"url": "https://edge.vinkius.com/vk_preview_dQrBWdsdzf9wue1XTyAYsauKiMCyQde117avLGgJ/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 Heymarket
Ask Cline: "Using Heymarket, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add heymarket --transport http "https://edge.vinkius.com/vk_preview_dQrBWdsdzf9wue1XTyAYsauKiMCyQde117avLGgJ/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 Heymarket
Ask Claude: "Using Heymarket, show me...". 9 tools are ready
Where the request belongs
Work Heymarket can move forward.
This is for high-volume communication teams who are tired of manually toggling between a CRM and a separate SMS app to keep up with customer texts.
Customer Support Lead
Manages high-volume text queues and assigns tickets to the right team members.
Sales Development Rep
Follows up with leads via SMS to qualify them without manual data entry.
Operations Manager
Monitors team response times and ensures the shared inbox is being handled correctly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSimpleTexting
Send mass text messages, run SMS campaigns, and manage two-way conversations with customers from one simple platform.
Front
Manage shared inboxes across email, SMS, and social with team collaboration capabilities that keep customer conversations organized.
Texter
Send automated text messages and run SMS drip campaigns that engage leads and customers with timely follow-ups.
Avochato
Text your customers on the channels they prefer with two-way business messaging that integrates into your existing workflows.
ProTexting
Automate SMS marketing via ProTexting. manage campaigns, contacts, and keywords directly with AI.
Helpwise
Collaborate on customer emails, SMS, and WhatsApp messages in shared team inboxes with assignment and automation rules.
Bring your own AI
Change the model, client or framework. Keep Heymarket 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 Heymarket.
The practical details behind the request, access and result.
Can I use the Heymarket MCP to manage my company's shared SMS inbox?
Yes, you can use it to monitor active threads and manage team-based conversations in real-time. It lets your agent see what's happening across all your business numbers.
How does the Heymarket MCP help with customer data?
It lets your agent create and update contact profiles directly. This means your customer database stays accurate without you having to manually type in details every time you send a text.
Can my AI agent send MMS messages through Heymarket?
Yes, the Connector supports both SMS and MMS. You can send texts or rich media messages to your customers using your shared business numbers.
How do I route messages to different team members using the Heymarket MCP?
Your agent can look up your staff directory and update the status or assignment of a chat. This makes it easy to move conversations to the right person.
Is the Heymarket MCP good for high-volume customer support?
It's built for that. It helps you manage large text queues and view conversation histories so you can provide faster, more informed support.
Can I check if my messages were actually delivered?
Yes, your agent can pull the details for any specific message. This lets you verify delivery status and keep track of your outbound communication.
How do I generate an API Key for Heymarket?
Log in to your Heymarket account, navigate to Administration > Integrations > API, and click Create Key to generate your unique identifier.
Can the agent send images or media via SMS (MMS)?
Yes! If you provide a public media URL in the message capability, Heymarket will automatically deliver it as an MMS to the recipient.
How do I find the correct Member ID to send messages from?
Use the list_team_members capability. It will return all staff members in your workspace along with their unique id, which you can then use as the sender.
One connection away
Give your agent a direct line to Heymarket.
Connect Heymarket once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available