MCP server

Expose the Capture docs and tools to coding agents.

kita-docs-mcp exposes the Kita docs and execution tools to any MCP-capable agent.

claude mcp add kita-docs -- npx -y kita-docs-mcp
codex mcp add kita-docs -- npx -y kita-docs-mcp

Add a Capture key to unlock the document extraction tools:

claude mcp add kita-docs --env KITA_API_KEY=your_key -- npx -y kita-docs-mcp
VariablePurposeDefault
KITA_API_KEYCapture API key for document extraction toolsRequired for execution
KITA_API_BASE or KITA_API_URLCapture API base URLhttps://portal.kita.ai

The server also exposes a search_docs tool over this documentation, so an agent can look up an endpoint or error code without leaving the editor.

The AI Underwriter tools live in the same server; see AI Underwriter MCP server.