Vinkius
TextGrid logo
Vinkius
Vinkius runs on CrewAI

How to Use the TextGrid MCP in CrewAI

Orchestrate Autonomous Teams: Build multi-agent operations with CrewAI and TextGrid.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

TextGrid MCP on Cursor AI Code Editor MCP Client TextGrid MCP on Claude Desktop App MCP Integration TextGrid MCP on OpenAI Agents SDK MCP Compatible TextGrid MCP on Visual Studio Code MCP Extension Client TextGrid MCP on GitHub Copilot AI Agent MCP Integration TextGrid MCP on Google Gemini AI MCP Integration TextGrid MCP on Lovable AI Development MCP Client TextGrid MCP on Mistral AI Agents MCP Compatible TextGrid MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on CrewAI

Connect TextGrid MCP to CrewAI

Create your Vinkius account to connect TextGrid to CrewAI — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Delegated Communication Tasks via MCP Server

You can assign different agents distinct roles. For example, Agent A uses `search_available_numbers` to find a new number, and Agent B then runs that number through the `send_sms_message` tool. CrewAI's shared memory means Agent B knows exactly what Agent A found, allowing specialized collaboration without passing variables manually.

Analyzing History with TextGrid for CrewAI

Need a status report? Assign an 'Analyst Agent' to run `list_sms_messages` and another agent to use `get_message_details`. The crew then compiles this history into a single, coherent summary. This role-based specialization lets you tackle complex data retrieval tasks that require multiple API calls.

Monitoring Voice Calls with TextGrid

You can set up a 'Monitor Agent' to periodically call `list_voice_calls`. This agent watches for patterns or failures, while a separate 'Action Agent' uses `initiate_voice_call` when the monitoring criteria are met. This hierarchical execution model builds fully autonomous operations that require no human intervention.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

The MCP Server provides the necessary tools for agents to act. Agents can call `get_message_details` or `list_api_keys`, and the framework shares this output across the entire crew, making coordination straightforward.
For advanced setups, you should use the tool filter within MCPServerHTTP. This lets your CrewAI define exactly which tools—like `list_voice_calls` or `get_usage_statistics`—are available to specific agents.
Yes. The crew can assign an 'Auditor Agent' dedicated solely to calling `get_usage_statistics`. This ensures that all operations are logged and accounted for by the autonomous team.
Absolutely. The core tools like `send_sms_message` handle both SMS and MMS, allowing your crew to manage diverse communication types automatically as part of its workflow.
This MCP Server touches message content (SMS/MMS), voice call history, and usage statistics. These are the specific data points that autonomous agents will retrieve and analyze.

Start using the TextGrid MCP today

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

Built & Managed by Vinkius 30s setup 12 tools

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

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

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on 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.