# Leadoku — how to use (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.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_leadoku?ms=1787291460000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `leadoku_get_new_connections`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/leadoku`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/leadoku/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/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"

## More
- Page: https://mcp.ai/leadoku
- Agent spec (llms.txt): https://mcp.ai/leadoku/llms.txt
- Postman collection: https://mcp.ai/leadoku/postman.json
