# Dropcontact — MCP server on mcp.ai > Connect your Dropcontact account and use 7 tools for contact management straight from your AI agent. Connect with your own API key. Dropcontact is a B2B email finder and data enrichment service that provides verified professional email addresses and enriches contact information. By: mcp.ai · official Page: https://mcp.ai/dropcontact ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_dropcontact?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/dropcontact/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/dropcontact/ 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/dropcontact/skill.md Postman collection (v2.1): https://mcp.ai/dropcontact/postman.json ## Tools - dropcontact_create_webhook_subscription(active: boolean, period_s: integer, event_type: string, callback_url: string, max_webhooks_per_period: integer) — Tool to create a new webhook subscription for receiving automatic notifications when enrichment results are ready. Use this instead of polling GET /v1/enrich/all to receive push notifications when con - dropcontact_delete_webhook_subscription(subscription_id: string) — Tool to delete a webhook subscription. Use when you need to remove a configured webhook and stop receiving notifications. Alternatively, you can pause a subscription by setting it to inactive using th - dropcontact_enrich_contacts(data: object[], siren?: boolean, language?: string) — Initiates asynchronous batch enrichment for up to 250 contacts with email finding, validation, and company information. Returns a request_id that must be used with the 'Retrieve Enrichment Results' ac - dropcontact_list_webhook_subscriptions() — Tool to list webhook subscriptions. Use when you need to inspect your configured webhooks. - dropcontact_list_webhook_subscriptions_v2() — Tool to list all webhook subscriptions configured for the account. Returns webhook URLs, event types, and subscription details. Use when you need to inspect your configured webhooks. - dropcontact_retrieve_enrichment_results(request_id: string) — Retrieves enriched contact data by request ID after submitting contacts for enrichment. Use this tool to fetch the results of a contact enrichment request created with the 'Batch Enrich Contacts' acti - dropcontact_update_webhook_subscription(active?: boolean, period_s?: integer, callback_url?: string, subscription_id: string, max_webhooks_per_period?: integer) — Tool to update an existing webhook subscription. Use when you need to modify the callback URL, rate limiting settings, or active status. The event_type field cannot be changed after creation. ## Example prompts - "What can I do in Dropcontact?" - "Show me a summary of my Dropcontact account" ## Links Docs: https://mcp.ai/docs/mcps/dropcontact Website: https://mcp.ai/mcps/dropcontact