# Bettercontact — MCP server on mcp.ai > Connect your Bettercontact account and use 5 tools for contact management straight from your AI agent. Connect with your own API key. Smart Waterfall Email & Phone Finder for contact enrichment and lead generation. By: mcp.ai · official Page: https://mcp.ai/bettercontact ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_bettercontact?ms=1787293620000 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/bettercontact/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/bettercontact/ 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/bettercontact/skill.md Postman collection (v2.1): https://mcp.ai/bettercontact/postman.json ## Tools - bettercontact_check_credits_balance() — Tool to check the remaining credits balance for a BetterContact account. Use when you need to verify available credits before making API requests that consume credits. - bettercontact_create_lead_finder_search(filters: object, webhook?: string, max_leads?: integer) — Tool to create a new Lead Finder search to discover leads based on company and people criteria. Use when you need to find prospects matching specific job titles, departments, seniority, company size, - bettercontact_enrich_leads(data: object[], webhook?: string, process_flow?: string, enrich_phone_number: boolean, enrich_email_address: boolean) — Tool to create a lead enrichment request for work emails and direct phone numbers. Uses waterfall enrichment across multiple data providers for higher accuracy. Supports batches of 1-100 leads. - bettercontact_get_enrichment_results(request_id: string) — Tool to retrieve enrichment results for a specific request ID. Use when you need to check the status and get enriched lead data including email addresses, contact information, and summary statistics f - bettercontact_get_lead_finder_results(request_id: string) — Tool to retrieve results from a submitted Lead Finder search. Returns comprehensive lead and company data including contact information, LinkedIn profiles, job titles, company details, and enrichment ## Example prompts - "What can I do in Bettercontact?" - "Show me a summary of my Bettercontact account" ## Links Docs: https://mcp.ai/docs/mcps/bettercontact Website: https://mcp.ai/mcps/bettercontact