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

How to Use the Marchex MCP in CrewAI

Deploy autonomous AI teams to analyze telecom data using the CrewAI Marchex integration.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Marchex MCP to CrewAI

Create your Vinkius account to connect Marchex 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

CrewAI teams parsing telecom metrics

Single agents struggle with massive datasets. You can fix this by assigning `search_calls` to a dedicated researcher agent, while an analyst agent processes the output using `get_call_analytics`. Shared memory keeps the context intact across the crew. The analyst knows exactly which phone numbers the researcher already flagged, preventing redundant API requests.

MCP Server Hierarchical Audits

Auditing marketing spend requires a structured approach. A manager agent can delegate `list_campaigns` to a subordinate, then assign `get_campaign_details` to another worker for deep dives. This hierarchical execution mirrors an actual data team. The manager compiles the final report only after the workers finish extracting the raw metrics from the endpoints.

Account Security Monitoring

Keeping tabs on system access is tedious. You can spin up a monitor agent that runs `list_users` and `list_accounts` on a scheduled loop. If it spots an unauthorized user, a moderator agent takes over. It can fire off alerts or restrict access without waiting for a human engineer to log in.

Setup guide

Set up Marchex 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 Marchex tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Marchex 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 Marchex MCP in CrewAI

Pass the Vinkius URL directly into the `mcps` array when defining your agent. The framework handles the connection automatically.
Yes. The shared memory architecture means one agent can query a tracking number, and another agent can reference that exact number later.
Import `MCPServerHTTP` from the `crewai.mcp` module. Use the `tool_filter` parameter to expose only specific endpoints, like read-only analytics.
It supports standard input/output, Server-Sent Events, and Streamable HTTP. You pick the transport that fits your deployment environment.
Vinkius routes your requests through a stateless V8 sandbox. User IDs and account structures are processed temporarily and never stored on disk.

Start using the Marchex MCP today

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

Built & Managed by Vinkius 30s setup 10 tools

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

No hosting. No infrastructure. No complex setup.
All 10 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.