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.
| Tool | Description |
|---|
search_leads | Full-text search across all lead fields |
get_lead | Get a specific lead by ID |
create_lead | Create a new lead (deduplication automatic) |
update_lead | Update lead fields |
delete_lead | Delete a lead |
add_tag | Add a tag to a lead (idempotent) |
export_leads | Export all leads without pagination |
| Tool | Description |
|---|
add_note | Add a timestamped note to a lead |
get_notes | List all notes for a lead |
delete_note | Delete a note by ID |
| Tool | Description |
|---|
list_scoring_rules | List all scoring rules |
score_lead | Recalculate and persist a lead’s score |
| Tool | Description |
|---|
list_webhooks | List all webhook subscriptions |
create_webhook | Create a new webhook subscription |
delete_webhook | Delete a webhook subscription |
| Tool | Description |
|---|
get_stats | Get aggregate account statistics |
get_categories | List all distinct lead categories |
get_cities | List all distinct cities |
Follow the guide for your AI client: