# casestudies.dev

Search, analyse, and compare thousands of real company case studies. Built for AI agents, sales teams, and analysts who need instant access to structured case studies across 400+ companies and 1,400+…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add casestudies/dev

# Browse available tools
npx -y @smithery/cli@latest tool list casestudies/dev

# Get full schema for a tool
npx -y @smithery/cli@latest tool get casestudies/dev search_case_studies

# Call a tool
npx -y @smithery/cli@latest tool call casestudies/dev search_case_studies '{}'
```

## Direct MCP Connection

Endpoint: `https://dev--casestudies.run.tools`

**Required config:**
- `api_key` (header) — Your casestudies.dev API key (get one free at casestudies.dev)

## Tools (6)

- `search_case_studies` — Search case studies using natural language. Returns the most relevant case studies based on semantic similarity.
- `get_case_study` — Get full details of a specific case study by ID.
- `search_companies` — Search for companies indexed on casestudies.dev.
- `get_company_analysis` — Get rolled-up analysis of a company's case study portfolio. Top industries, notable clients, outcome highlights.
- `compare_vendors` — Compare up to 5 companies side-by-side based on their case studies.
- `get_company_timeline` — Chronological view of a company's case studies with industry breakdown.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get casestudies/dev <tool-name>
```
