II.
ToolServer JSON
Structured · livetool-server:mcp-crewai-enterprise
CrewAI Enterprise MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-crewai-enterprise",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-agent-frameworks.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "CrewAI Enterprise MCP Server",
"description": "Official MCP server from CrewAI for kicking off and monitoring deployed crew workflows.\nEnables AI clients to launch CrewAI crew deployments and poll their execution status\nand results through a standardized MCP interface.\n",
"protocol": "mcp",
"category": "ai",
"repoUrl": "https://github.com/crewAIInc/enterprise-mcp-server",
"maintainer": "CrewAI Inc",
"mcpTransports": [
"mcp-transport:stdio",
"mcp-transport:streamable-http"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-crewai-enterprise",
"to": "framework:crewai",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-crewai-enterprise",
"to": "domain:ml-ai",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-crewai-enterprise",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}