Skip to content

Claude Code

Claude Code supports MCP servers natively. Klozeo uses the streamable HTTP transport (preferred).

  1. Add the Klozeo MCP server to your Claude Code config:

    Terminal window
    claude mcp add klozeo --transport http https://api.klozeo.com/mcp

    On first connection, Claude Code opens a browser for OAuth authorization. Sign in with your Klozeo account — an API key is issued automatically.

  2. Verify the connection:

    Terminal window
    claude mcp list

    You should see klozeo with status connected and 18 tools.

  3. Use Klozeo tools in any Claude Code session:

    /mcp klozeo search_leads query="restaurants in Paris"

    Or simply describe what you need in natural language — Claude will use the appropriate MCP tool automatically.

If you prefer to use an existing API key instead of OAuth:

Terminal window
claude mcp add klozeo \
--transport http \
--header "Authorization: Bearer sk_live_your_key" \
https://api.klozeo.com/mcp