Skip to main content
Give your AI assistant direct access to Case.dev documentation and services.
Using Thurgood? MCP is already built-in. Just start using it — no setup required.Build with Thurgood →

What is MCP?

Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external tools and data sources. With the Case.dev MCP server, your AI can:
  • Search documentation — Find relevant API docs, guides, and implementation patterns

Server Details

PropertyValue
URLhttps://mcp.case.dev/api/mcp
ProtocolStreamable HTTP
AuthNone required (public)

Setup Guides

  1. Open SettingsMCP
  2. Click Add new MCP server
  3. Add this configuration:
{
  "mcpServers": {
    "casedotdev": {
      "url": "https://mcp.case.dev/api/mcp"
    }
  }
}
  1. Restart Cursor
Test it: Ask Cursor to “search Case.dev docs for vault APIs”
  1. Open your Claude Desktop config file:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. Add the Case.dev server:
{
  "mcpServers": {
    "casedotdev": {
      "url": "https://mcp.case.dev/api/mcp"
    }
  }
}
  1. Restart Claude Desktop
Test it: Ask Claude to “search Case.dev documentation for OCR”
  1. Open SettingsMCP Servers
  2. Add a new server with:
    • Name: casedotdev
    • URL: https://mcp.case.dev/api/mcp
  3. Restart Windsurf
Any MCP-compatible client can connect using:
SettingValue
Server URLhttps://mcp.case.dev/api/mcp
TransportHTTP (Streamable)
No authentication headers required.

Available Tools

Once connected, your AI assistant can use these tools:

Documentation

ToolDescription
documentation_searchSearch Case.dev documentation for APIs, guides, and implementation patterns
The documentation_search tool accepts:
  • query (required) — What you want to know about Case.dev APIs and services
  • service (optional) — Filter to a specific service: vault, llms, vision, voice, ocr, web-search, workflows, or all

Example Prompts

Try these with your AI assistant:
"Search Case.dev docs for how to upload files to a vault"

"How do I use the OCR API?"

"Find documentation about voice transcription"

"What embedding models does Case.dev support?"

"How do I implement semantic search in my app?"

Troubleshooting

Tools not showing up?
  1. Restart your AI client after adding the server
  2. Check that the URL is exactly https://mcp.case.dev/api/mcp

What’s Next?