4,500+ servers built on MCP Fusion
Vinkius
Heymarket logo
Vinkius
CrewAI logo

How to Use the Heymarket MCP in CrewAI

Coordinate teams of autonomous agents using CrewAI and the Heymarket MCP server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Heymarket MCP on Cursor AI Code Editor MCP Client Heymarket MCP on Claude Desktop App MCP Integration Heymarket MCP on OpenAI Agents SDK MCP Compatible Heymarket MCP on Visual Studio Code MCP Extension Client Heymarket MCP on GitHub Copilot AI Agent MCP Integration Heymarket MCP on Google Gemini AI MCP Integration Heymarket MCP on Lovable AI Development MCP Client Heymarket MCP on Mistral AI Agents MCP Compatible Heymarket MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Heymarket MCP to CrewAI

Create your Vinkius account to connect Heymarket to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Autonomous SMS Triage and Escalation

The `list_active_chats` tool allows your triage agent to monitor all incoming SMS traffic across your shared business numbers. This agent reads new messages, summarizes the customer's issue, and writes the summary to the crew's shared memory. A second, specialized agent then uses `update_chat_status` to route the conversation based on priority. High-value accounts are escalated instantly to senior managers, while routine questions get answered automatically.

CrewAI Agents for Team Workload Balancing

The `list_team_members` tool gives your coordinator agent a real-time view of everyone currently available in your workspace. The agent uses this list to balance the workload across your human staff, preventing any single rep from getting overwhelmed. When an agent identifies an idle team member, it uses this MCP server to assign pending conversations to that person. This dynamic routing ensures your customers get replies faster while keeping your team's workload evenly distributed.

Contact Enrichment and Profile Maintenance

The `list_contacts` tool lets your research agent search for existing customer records using their incoming phone number. If the agent finds a match, it retrieves the profile details to give your messaging agents full context before they write a reply. If the profile is missing key details, a specialized enrichment agent uses `update_contact_profile` to save new information gathered during the conversation. This updates your database autonomously without requiring human reps to fill out forms.

Setup guide

Set up Heymarket MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Heymarket tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Heymarket Analyst",
    goal="Access and analyze Heymarket data via MCP.",
    backstory="Expert analyst with direct Heymarket access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Heymarket transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 Heymarket MCP in CrewAI

One agent uses `get_chat_history` to analyze the context of a conversation, while a second agent uses `send_sms_message` to draft and send the response. They share state using CrewAI's internal memory features.
Yes. You can use MCPServerHTTP with a tool_filter to only expose tools like `list_active_chats` to your monitoring agent, while restricting `send_sms_message` to your writer agent.
Pass the Vinkius endpoint URL directly into the mcps list of your Agent definition. The framework automatically discovers and registers the tools for that agent.
The `send_sms_message` tool requires a specific member_id. Your agent must first call `list_team_members` to resolve the correct ID before dispatching the text.
Vinkius isolates your MCP server instance inside a secure sandbox. Your workspace member IDs, customer phone numbers, and chat histories are never stored, ensuring your internal team data remains private.

Start using the Heymarket MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 9 tools

We've already built the connector for Heymarket. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 9 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.