# Deadline Funnel — MCP server on mcp.ai > Connect your Deadline Funnel account and use 6 tools for marketing automation straight from your AI agent. Connect with your own API key. Deadline Funnel provides tools to create authentic, personalized deadlines for marketing campaigns, enhancing urgency and conversions. By: mcp.ai · official Page: https://mcp.ai/deadline_funnel ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_deadline_funnel?ms=1787291400000 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/deadline_funnel/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/deadline_funnel/ 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/deadline_funnel/skill.md Postman collection (v2.1): https://mcp.ai/deadline_funnel/postman.json ## Tools - deadline_funnel_email_link_redirect(link_id: string, utm_term?: string, utm_medium?: string, utm_source?: string, utm_content?: string, utm_campaign?: string, subscriber_email: string) — Tool to redirect an email link to the correct before- or after-deadline URL for a subscriber. Use when processing clicks on Deadline Funnel email links. Returns the final destination URL after redirec - deadline_funnel_generate_sales_tracking_webhook_url(campaign_id: string, integration: string) — Tool to generate the sales-tracking webhook URL details. Use when you need the campaign-specific sales-tracking webhook parameters before tracking a sale. Use after creating or retrieving your campaig - deadline_funnel_get_account_id() — Tool to retrieve the Deadline Funnel account ID. Use when you need the account identifier for subsequent API calls. Attempts known endpoints then falls back to parsing response or request headers. - deadline_funnel_list_campaigns() — Tool to retrieve existing Deadline Funnel campaigns. Use when you need to obtain campaign IDs and names for downstream actions. - deadline_funnel_start_deadline_custom_webhook(email: string, token: string, account_id: string) — Tool to start an individual subscriber’s deadline tracking via a custom webhook URL. Use after generating a campaign-specific webhook token. Example: StartDeadlineCustomWebhook(account_id='123456', to - deadline_funnel_track_sale_webhook(email: string, token: string, amount: number, currency: string, contact_id?: string, first_name?: string, campaign_id: string, integration: string) — Tool to record a sale for a subscriber in a specific campaign via the campaign-generated sales-tracking webhook. Use after generating the campaign sales-tracking webhook URL. ## Example prompts - "What can I do in Deadline Funnel?" - "Show me a summary of my Deadline Funnel account" ## Links Docs: https://mcp.ai/docs/mcps/deadline_funnel Website: https://mcp.ai/mcps/deadline_funnel