Claude Code
Claude Code supports MCP servers natively. Klozeo uses the streamable HTTP transport (preferred).
-
Add the Klozeo MCP server to your Claude Code config:
Terminal window claude mcp add klozeo --transport http https://api.klozeo.com/mcpOn first connection, Claude Code opens a browser for OAuth authorization. Sign in with your Klozeo account — an API key is issued automatically.
-
Verify the connection:
Terminal window claude mcp listYou should see
klozeowith statusconnectedand 18 tools. -
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.
Manual API key setup
Section titled “Manual API key setup”If you prefer to use an existing API key instead of OAuth:
claude mcp add klozeo \ --transport http \ --header "Authorization: Bearer sk_live_your_key" \ https://api.klozeo.com/mcp