๐ CrewAI Enterprise MCP Server
@samehjarour
About ๐ CrewAI Enterprise MCP Server
CrewAI Enterprise MCP Server Actor for Apify platform - provides AI agent orchestration via Model Context Protocol
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"crewai-enterprise": {
"url": "https://your-actor.apify.actor/sse"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ๐ CrewAI Enterprise MCP Server?
A Model Context Protocol (MCP) server that provides access to the CrewAI Enterprise API for AI agent orchestration and task execution. Deployed on the Apify platform, it enables developers to connect to a CrewAI Enterprise server, start crew tasks with custom inputs, monitor task status and results, and monetize the server using Apifyโs Pay Per Event model.
How to use ๐ CrewAI Enterprise MCP Server?
Configure the Actor with your CrewAI Enterprise server URL and bearer token (via Actor input or environment variables), deploy it on Apify with standby mode enabled, then connect an MCP client to the Actorโs SSE endpoint. Once connected, use the kickoff_crew and get_crew_status tools to start and monitor tasks.
Key features of ๐ CrewAI Enterprise MCP Server
- Direct integration with CrewAI Enterprise API endpoints
- Built-in Pay Per Event monetization (startup, tool calls, listing)
- Simple configuration via Actor input or environment variables
- SSE transport for real-time communication
- Secure credential handling through Apifyโs secret management
Use cases of ๐ CrewAI Enterprise MCP Server
- Start and monitor AI agent crew tasks from any MCP client
- Automate complex research and analysis workflows on CrewAI Enterprise
- Build monetized MCP servers for task orchestration using Apifyโs pricing model
FAQ from ๐ CrewAI Enterprise MCP Server
What configuration is required to use the server?
You must provide a CrewAI Enterprise server URL and a bearer token for authentication, either through Actor input fields or environment variables.
How does pricing work?
The Actor uses Apifyโs Pay Per Event model: $0.01 per server startup, $0.05 per tool execution (kickoff_crew or get_crew_status), and $0.001 per tool listing operation.
What transport does the server use?
The server exposes the MCP interface via Server-Sent Events (SSE) for real-time communication.
How are credentials secured?
Bearer tokens are handled securely through Apifyโs secret management; all API communications use HTTPS, and no sensitive data is logged or stored.
Are there any runtime dependencies?
The server runs on the Apify platform and requires a running CrewAI Enterprise server with a valid API endpoint and bearer token.
More Other MCP servers
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go ๐
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ICSS
chokcocoไธๆญขไบ CSS
Comments