MCP Server
Caesar’s documentation includes an MCP (Model Context Protocol) server that lets AI tools query our docs directly. MCP is an open standard by Anthropic that enables AI applications to connect with external data sources.
This MCP server provides access to Caesar’s documentation, not the research API itself. Use it to get help with integration, understand parameters, or troubleshoot issues.
Server URL
Setup
Claude Desktop
Cursor
Windsurf
Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Restart Claude Desktop to activate.
Usage
Once connected, you can ask your AI assistant questions about Caesar:
The MCP server queries Caesar’s documentation and returns relevant information directly in your AI tool.
Available tools
The MCP server exposes a search tool that queries Caesar documentation:
Example queries
When to use MCP vs llms.txt
Best for interactive Q&A. Ask questions, get targeted answers from the docs.
Best for bulk context. Load entire documentation sections into your AI’s context window.