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

How to Use the Authkey MCP in CrewAI

Give your CrewAI agents an MCP Server to send SMS, emails, and voice calls autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Authkey MCP to CrewAI

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

Delegate Authkey MCP Server tasks in CrewAI

The `send_email` and `send_sms` tools give your communication agents direct access to outbound channels. A research agent finds a problem, and the notification agent texts the engineering team. You pass the Vinkius URL into the `mcps` array during agent initialization. The framework handles the tool execution natively using Streamable HTTP transport.

Monitor delivery across autonomous teams

The `get_sms_status` and `list_sms_history` tools allow a supervisor agent to track message success rates. The system audits its own communication logs without human oversight. If you want strict control over what each agent can do, import `MCPServerHTTP`. You apply a `tool_filter` so the monitor agent can only read statuses, while the action agent can actually send messages.

Execute multi-channel alert cascades

The `send_otp`, `send_voice`, and `send_bulk_sms` tools enable hierarchical escalation paths. A primary agent attempts an SMS, and if the user ignores it, a secondary agent triggers a voice call. Agents share memory during the session. The secondary agent knows exactly when the first message went out, ensuring the automated phone call references the ignored text.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Add your Vinkius endpoint URL directly to the `mcps=["https://..."]` list when defining the agent. CrewAI automatically fetches the MCP tools.
Yes. Use `MCPServerHTTP` from `crewai.mcp` and configure a `tool_filter`. This prevents an analysis agent from accidentally calling `send_bulk_sms`.
The agent reads the error response from the tool execution. If `check_authkey_status` fails, the agent writes a log entry and moves to its fallback task.
Any agent with access to the `check_balance` tool can read the remaining credits. They use this data to decide if they should send an SMS or an email.
The Vinkius ephemeral sandbox processes the execution. Recipient phone numbers, email addresses, and OTP codes disappear the moment the tool returns the result to your Python environment.

Start using the Authkey MCP today

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

Built & Managed by Vinkius 30s setup 13 tools

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

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