# Lusha — MCP server on mcp.ai > Connect your Lusha account and use 7 tools for sales and CRM straight from your AI agent. Connect with your own API key. B2B contact enrichment and prospecting platform providing verified email addresses, phone numbers, and company information. By: mcp.ai · official Page: https://mcp.ai/lusha ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_lusha?ms=1787296080000 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/lusha/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/lusha/ 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/lusha/skill.md Postman collection (v2.1): https://mcp.ai/lusha/postman.json ## Tools - lusha_create_subscription(name?: string, defaults: object, subscriptions: object[]) — Tool to create one or more webhook subscriptions for real-time signal notifications. Use when you want to subscribe to Lusha signals (job changes, company updates, etc.) and receive real-time webhook - lusha_delete_subscriptions(ids: string[]) — Delete one or more webhook subscriptions by their IDs. Use this action to remove webhook subscriptions from your Lusha account. The action supports batch deletion of up to 25 subscriptions per request - lusha_get_audit_log_stats(subscription_id?: string) — Retrieve aggregated statistics for audit logs. Returns total count, successful count, failed count, and success rate percentage. Use this to monitor audit log activity and delivery success rates. - lusha_get_audit_logs(limit?: integer, offset?: integer, status?: string, subscriptionId?: string) — Retrieve audit logs for your account including API calls and webhook deliveries. Use when you need to review delivery status, errors, and performance metrics for webhooks and API requests in your Lush - lusha_get_subscription(id: string) — Tool to get details of a specific webhook subscription by ID. Use when you need to retrieve information about an existing webhook subscription including its status, configuration, and entity details. - lusha_list_subscriptions(limit?: integer, offset?: integer) — List all webhook subscriptions for your account with pagination support. Use when you want to retrieve all configured webhook subscriptions to review their settings, check active status, or manage you - lusha_update_subscription(id: string, url?: string, name?: string, is_active?: boolean, signal_types?: string[], regenerate_secret?: boolean) — Update an existing webhook subscription configuration. Use this action to modify an existing webhook subscription's settings such as name, webhook URL, active status, and signal types. Optionally, you ## Example prompts - "What can I do in Lusha?" - "Show me a summary of my Lusha account" ## Links Docs: https://mcp.ai/docs/mcps/lusha Website: https://mcp.ai/mcps/lusha