Vinkius
CrewAI Platform

CrewAI Platform MCP for AI. Orchestrate multi-agent teams with natural conversation.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

CrewAI Platform MCP on Cursor AI Code EditorCrewAI Platform MCP on Claude Desktop AppCrewAI Platform MCP on OpenAI Agents SDKCrewAI Platform MCP on Visual Studio CodeCrewAI Platform MCP on GitHub Copilot AI AgentCrewAI Platform MCP on Google Gemini AICrewAI Platform MCP on Lovable AI DevelopmentCrewAI Platform MCP on Mistral AI AgentsCrewAI Platform MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

CrewAI Platform provides full control over multi-agent workflows. List and manage entire agent teams, start complex automated runs with specific inputs, and track every task in real time from a single chat window.

You can audit agents' roles, view the execution status of active runs, or even manually stop them when they go off track.

What your AI can do

Get inputs

Identify bounded inputs required to kickoff a crew

Get status

Retrieve explicit execution state tracing limits

Kickoff crew

Starts a new multi-agent workflow by accepting a structured JSON payload that defines the initial customer goal or input.

Manage Agent Teams

List all deployed workflows and extract pure JSON blueprints that map out every connected agent.

Start Autonomous Runs

Trigger complex, multi-agent processing immediately using dynamic inputs to start a new workflow run.

Monitor Live Execution

Retrieve the current physical state of active workflows, tracking agents as they complete sequential or parallel tasks.

Audit Agents and Tasks

Enumerate all available roles (agents) and modular operations (tasks) to verify their backstories and intended outcomes.

Control Workflow State

Send instant signals to halt running processes or manage the context boundaries used by the underlying LLMs.

Inspect Webhooks

View specific validation criteria for asynchronous results and track where agent outcomes go after standard JSON formatting.

Included with Plan

Waiting for input…

AI Agent

CrewAI Platform: 10 Tools Available

These tools give your agent client direct access to the core functions of crew management, run monitoring, and task execution across all multi-agent workflows.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using CrewAI Platform on Vinkius

Get Inputs

Identify bounded inputs required to kickoff a crew

Get Status

Retrieve explicit execution state tracing limits

Kickoff Crew

Starts a new multi-agent workflow by accepting a structured JSON payload that...

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The CrewAI Platform integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with CrewAI Platform, then connect any of our 5,100+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,100+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
CrewAI Platform MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by CrewAI. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 3 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Today, coordinating complex AI tasks means clicking through five different dashboards.

Right now, if your team needs Agent A to gather data and then Agent B to summarize it, you have to manually check multiple status pages. You copy the run ID from Dashboard 1, paste it into Dashboard 2 just to see the current task state, and hope that everything is connected correctly.

With this MCP, you tell your agent client to start the entire process in one conversation. The whole workflow executes autonomously, and you get a single feed of updates on progress and results. It keeps the complexity hidden while keeping you fully informed.

The CrewAI Platform gives you control over the entire lifecycle.

Manual oversight forces you to check if the agents are still alive or if they got stuck on a specific task. You're always worried about whether an agent has completed its backstories correctly before passing it off.

This MCP lets you audit everything, from listing all available teams with `list_crews` to verifying every single role using `get_agent`. You know the process is solid because you can check the structure and the individual components.

What your AI can actually do with this

This MCP lets you orchestrate whole teams of AI agents through natural conversation. Instead of building custom API calls for every step, you define the crew structure—who reports to whom and what their specific roles are. You kick off a complex workflow with just a JSON payload describing the initial problem (like 'Analyze Q3 sales data').

The system handles the handoffs: Agent A writes a report, Agent B critiques it, and Agent C compiles the final summary. If anything breaks or needs changing midway, you can inspect the live run status or even send an interrupt signal to hard-stop the process. Connecting this MCP via Vinkius gives your agent access to the entire catalog of capabilities, making multi-agent orchestration predictable right from your chat client.

Built · Hosted · Managed by Vinkius CrewAI Platform - Orchestrate Multi-Agent Workflows
Server ID 019d757e-8204-711d-b0b1-879507ae186e
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Questions you might have

How do I start a new workflow using kickoff_crew? +

You initiate a run by calling kickoff_crew and providing a structured JSON payload that defines the goal. The agent then takes over, executing the entire multi-agent sequence automatically.

What is get_run_status for? +

get_run_status pulls detailed cloud logging about an ongoing run. It’s how you figure out if a process failed because of resource limits or bad data, instead of just getting a vague 'Failed' message.

Can I stop a running agent team using cancel_run? +

Yes. cancel_run sends an instant signal to hard-stop any active workflow. This is useful if the agents get stuck in a loop or start going off track.

How do I check all available agent roles? Use list_agents. +

list_agents enumerates every role that can be part of your crew. This gives you a complete inventory and allows you to verify the rich details for each individual agent.

What information does using get_crew provide about a crew's structure? +

It performs structural extraction of properties that drive the account logic. You get a complete map of all components, letting you verify exactly what data dictates the workflow before kicking off an autonomous run.

How do I track asynchronous results after using list_webhooks? +

It identifies the exact validation criteria for async outcomes. This lets you monitor where a crew's final results go, even if they exit standard JSON boundaries and requires manual oversight.

Before starting a run, what does list_tasks check? +

It runs an automated validation check that routes the explicit gateway history. You confirm all required tasks are properly routed and ready to execute before committing resources or triggering a crew.

What specific rules can I see using get_agent? +

It enumerates the explicitly attached structured rules defining active billing constraints for that agent. You verify the precise operational guidelines governing its behavior and scope.

Can my agent kickoff a new CrewAI workflow? +

Yes. Use the 'kickoff_crew' tool. Provide the Crew ID and a JSON object with the required inputs. The agent will activate the multi-agent processing immediately, returning a run ID for tracking.

How do I monitor the progress of an active agent run? +

Use the 'get_run_status' tool with your Crew ID and Run ID. Your agent will grab the live execution state, showing you which agents are currently working and which tasks have been completed.

Can I cancel a running crew via the agent? +

Absolutely. The 'cancel_run' tool dispatches an instant interrupt signal to the CrewAI platform, hard-stopping active LLM contexts and terminating the execution flow immediately.

Built & Managed by Vinkius 30s setup 3 tools

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

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