MCP Server
Give your AI agents direct access to case study search, company analysis, and vendor comparison.
What is MCP?
Model Context Protocol (MCP) lets AI agents use external tools. The casestudies.dev MCP server gives any MCP-compatible agent (Claude Desktop, Claude Code, ChatGPT with plugins, custom agents) access to our full API through natural conversation.
Setup
Claude Desktop
Add to your claude_desktop_config.json:
Claude Code
Requirements
- Python 3.10+
httpx(pip install httpx)- A casestudies.dev API key
Available tools
Example prompts
Once connected, just ask:
- “Find case studies about companies that improved onboarding conversion”
- “What industries does Checkout.com serve? Show me their notable clients”
- “Compare GoCardless, Checkout.com, and Paddle for ecommerce payments”
- “Show me how fintech companies have reduced customer churn”
Source code
The MCP server is open source: github.com/casestudies-dev/casestudies/mcp-server
