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

How to Use the Checkly MCP in CrewAI

Deploy specialized CrewAI agent teams to monitor, test, and triage Checkly issues autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Checkly MCP to CrewAI

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

Multi-agent collaboration for Checkly alerts

`list_checkly_alert_channels` identifies where your team receives system alerts, allowing a CrewAI dispatcher agent to coordinate responses. At the same time, a separate analyzer agent uses `list_checkly_checks` to locate the exact endpoints that triggered the alarm. This setup relies on CrewAI's shared memory. The analyzer agent passes the broken check IDs to the dispatcher agent, which then runs diagnostic tools sequentially without human intervention.

Autonomous performance debugging with this MCP Server

`get_check_performance_metrics` pulls raw latency and response times so your specialized QA agent can analyze trends. If it spots a spike, the agent calls `get_check_details` to check if recent config changes caused the slowdown. You configure this by adding the Vinkius URL directly to the `mcps` array in your agent definition. This gives your crew instant access to monitoring statistics without writing custom API wrappers.

Cron and heartbeat failure triage

`list_checkly_heartbeats` tracks your background cron jobs to verify they check in on time. When a heartbeat goes silent, a moderator agent uses `trigger_check_run` to force an immediate test and confirm the outage. To limit what your agents can do, use the `MCPServerHTTP` class from `crewai.mcp` with a `tool_filter`. This restricts your autonomous crew to read-only tools or specific test suites.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Use the `MCPServerHTTP` class from `crewai.mcp` and apply a `tool_filter`. This lets you block write operations like `trigger_check_run` while keeping read-only metrics open.
Yes, CrewAI's shared memory allows agents to pass tool results. One agent can fetch raw data using `get_check_performance_metrics` and share it with a moderator agent for analysis.
Pass your Vinkius endpoint URL directly into the `mcps` list when initializing your agent. This automatically discovers and registers all active monitoring tools.
It supports stdio, SSE, and Streamable HTTP. You can run your crew locally in your terminal or host it as a background service.
No logs are persisted. Vinkius runs the MCP server in a zero-trust, ephemeral sandbox, ensuring your performance metrics and account details are processed strictly in-memory.

Start using the Checkly MCP today

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

Built & Managed by Vinkius 30s setup 8 tools

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

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