INDIVIDUAL MCP TOOL
crewai_list_case_studies
Returns paginated customer case studies (same data as GET /api/case-studies).
LIVE ENDPOINT
https://crewai.com/mcp
Connect to this endpoint to inspect the live schema for crewai_list_case_studies and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.crewai-marketing-site]
url = "https://crewai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crewai-marketing-site": {
"type": "http",
"url": "https://crewai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crewai-marketing-site
Remote MCP URL: https://crewai.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"crewai-marketing-site": {
"url": "https://crewai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crewai-marketing-site": {
"type": "http",
"url": "https://crewai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crewai-marketing-site",
"transport": "streamable-http",
"url": "https://crewai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
crewai_list_blog_posts— Returns paginated blog posts from the CrewAI marketing site public API (same data as GET /api/blog-posts).crewai_list_webinars— Returns paginated webinars (same data as GET /api/webinars).crewai_list_events— Returns paginated events (same data as GET /api/events).crewai_developer_resources— Returns canonical URLs for CrewAI staging developer docs: OpenAPI, auth, webhooks, MCP, and portal.