# Leadoku — MCP server on mcp.ai > Connect your Leadoku account and use 1 tools for sales and CRM straight from your AI agent. Connect with your own API key. Leadoku is a platform designed to streamline lead management and sales processes. By: mcp.ai · official Page: https://mcp.ai/leadoku ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_leadoku?ms=1787291520000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/leadoku/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/leadoku/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/leadoku/skill.md Postman collection (v2.1): https://mcp.ai/leadoku/postman.json ## Tools - leadoku_get_new_connections() — Retrieves a list of new connections from Growth-X (formerly Leadoku). The 'tsField' for this action is 'connection_date' (mapped from 'creation_date' in the API response). ## Example prompts - "What can I do in Leadoku?" - "Show me a summary of my Leadoku account" ## Links Docs: https://mcp.ai/docs/mcps/leadoku Website: https://mcp.ai/mcps/leadoku