Skip to content

MCP Overview

Klozeo implements the Model Context Protocol (MCP) — an open standard that lets AI assistants directly query and manipulate your lead database using natural language.

When you connect for the first time, your MCP client opens a browser window — sign in to your Klozeo account and authorize access. An API key is generated and stored automatically. You won’t need to copy-paste anything.

If you prefer to use an existing API key directly (for example, in a CI environment), each client setup guide includes manual instructions.

ToolDescription
search_leadsFull-text search across all lead fields
get_leadGet a specific lead by ID
create_leadCreate a new lead (deduplication automatic)
update_leadUpdate lead fields
delete_leadDelete a lead
add_tagAdd a tag to a lead (idempotent)
export_leadsExport all leads without pagination
ToolDescription
add_noteAdd a timestamped note to a lead
get_notesList all notes for a lead
delete_noteDelete a note by ID
ToolDescription
list_scoring_rulesList all scoring rules
score_leadRecalculate and persist a lead’s score
ToolDescription
list_webhooksList all webhook subscriptions
create_webhookCreate a new webhook subscription
delete_webhookDelete a webhook subscription
ToolDescription
get_statsGet aggregate account statistics
get_categoriesList all distinct lead categories
get_citiesList all distinct cities

Follow the guide for your AI client: