Daily lead briefing
Ask for qualified leads, stale conversations, or contacts with high scores and turn the result into a prioritized call list.
LeadCeleris MCP gives a trusted AI client a controlled, workspace-scoped set of tools. Ask questions about your CRM, review conversations, maintain knowledge, and perform approved actions without building a custom integration.
LeadCeleris Workspace
Remote MCP server online
Your AI client
Codex or Claude Code
Revocable access
One workspace per key
Useful actions
CRM, inbox, pipeline, knowledge
What MCP changes
MCP is a standard connection between an AI client and a set of tools. The model does not receive your password. LeadCeleris validates a revocable API key, limits every request to its workspace, and exposes clearly labeled read and write actions.
Ask for qualified leads, stale conversations, or contacts with high scores and turn the result into a prioritized call list.
Summarize a long WhatsApp history, update internal notes, and prepare or send the next response after you approve it.
Turn product notes, service details, prices, policies, and FAQs into structured knowledge the sales AI can use.
Review new orders, bookings, and escalations together, then identify anything blocked or missing an owner.
Read the current prompt and escalation rules, propose a focused change, and apply it only after review.
Find unqualified or misclassified contacts, normalize notes, and keep AI enabled only where it makes sense.
One shared prerequisite
Sign in to LeadCeleris, open Developers, enter a name such as “My Codex” or “My Claude,” then select Create key. Copy the full key immediately. It is shown only once.
Open App → Developers → API Keys. Use a separate key for every AI client.
Treat the lc_live_… value like a password. Never put it in a public repository.
Remove the key from Developers to disconnect that client immediately.
Guide 1
LEADCELERIS_API_KEY in the environment that launches Codex.~/.codex/config.toml, or use a trusted project’s .codex/config.toml.leadceleris is connected.Windows PowerShell, save the key for your user:
[Environment]::SetEnvironmentVariable(
"LEADCELERIS_API_KEY",
"PASTE_YOUR_LEADCELERIS_KEY",
"User"
)Completely close Codex after setting the variable. Then add this server configuration and reopen Codex:
[mcp_servers.leadceleris]
url = "https://app.leadceleris.com/api/mcp"
bearer_token_env_var = "LEADCELERIS_API_KEY"
default_tools_approval_mode = "writes"The writes approval mode keeps read-only research convenient while asking before tools that modify contacts, send messages, change the agent, or add knowledge.
Guide 2
/mcp.claude mcp add --transport http --scope user leadceleris \
https://app.leadceleris.com/api/mcp \
--header "Authorization: Bearer YOUR_LEADCELERIS_API_KEY"This guide is for Claude Code. Claude.ai hosted custom connectors use an OAuth connection flow. LeadCeleris currently supports revocable bearer keys, so direct Claude.ai setup is not advertised yet.
Available tools
Read tools inspect the workspace. Write tools can change data or contact a customer and should stay approval-gated in your AI client.
Channels, CRM totals, open escalations, orders, bookings, and AI status.
Search contacts and filter lead stages, with scores, sources, intent, and recent activity.
Read one contact's CRM details, human-only labels, and recent conversation messages.
Change a contact name, lead stage, notes, or whether the sales AI is enabled.
Find recent conversations and their latest message.
Send a WhatsApp text inside an existing contact conversation.
Inspect recent orders, bookings, and human escalations.
Review the advanced prompt, escalation rules, and configured GET tools.
Change the advanced prompt or natural-language escalation rules.
Read active products, services, FAQs, policies, promotions, and locations.
Add a product, service, FAQ, policy, promotion, location, or other entry.
“Connect to LeadCeleris, show me a workspace overview, and list the five most recent conversations. Read only. Do not send messages or change any data.”