Research MCP Server
The Research MCP server is a hosted MCP endpoint that lets MCP-aware clients call Caesar’s API-key authenticated research endpoints as tools. It is distinct from the Docs MCP server, which only answers documentation questions.
Looking for documentation search? See the MCP Docs Server.
Server URL
Authentication
Pass your Caesar API key as a Bearer token in the Authorization header.
Setup
OpenCode
Add the research MCP server to your OpenCode config under mcp (see the OpenCode MCP docs):
Set your API key in the environment:
Cursor
Add a remote MCP server in mcp.json (see Cursor MCP docs):
Set your API key in the environment:
Claude Code
Use the CLI to add the remote HTTP server with your API key (see Claude Code MCP docs):
Set your API key in the environment before running the command:
Codex
Add the server in ~/.codex/config.toml (see Codex MCP docs):
Set your API key in the environment:
Droid
Add the HTTP server with the CLI (see Droid MCP docs):
Set your API key in the environment before running the command:
Tools
The MCP server mirrors the existing research endpoints and exposes them as tools.
Research jobs
Files & collections
Chat & updates
File uploads
Use research_file_upload with base64-encoded content:
API version override (optional)
Every tool accepts an optional api_version argument to set the API-Version header when calling the underlying endpoint.