# Sendspark — MCP server on mcp.ai > Connect your Sendspark account and use 9 tools for video and audio straight from your AI agent. Connect with your own API key. Sendspark is a video messaging platform that empowers businesses to create, send, and track personalized video content, simplifying communication by allowing users to quickly record or upload videos and share them via email, social media, or other digital channels. By: mcp.ai · official Page: https://mcp.ai/sendspark ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_sendspark?ms=1787291340000 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/sendspark/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/sendspark/ 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/sendspark/skill.md Postman collection (v2.1): https://mcp.ai/sendspark/postman.json ## Tools - sendspark_add_multiple_prospects_to_dynamic_campaign(dynamicsId: string, workspaceId: string, prospectList: object[], prospectDepurationConfig?: object, processAndAuthorizeCharge: boolean) — Tool to add multiple prospects to a dynamic campaign in bulk. Use when you need to add many prospects to your dynamic video campaign at once after confirming associated charges. - sendspark_add_prospect_to_dynamic_video_campaign(prospect: object, dynamicId: string, workspaceId: string, prospectDepurationConfig?: object, processAndAuthorizeCharge: boolean) — Tool to add a prospect to a dynamic video campaign. Use after confirming workspace and campaign IDs. Example: Add new prospect with name/contact details to dynamic "dyn12345" under a known workspace. - sendspark_api_health_status() — Tool to check the health status of the Sendspark API. Use before making other API calls to ensure the service is up. - sendspark_create_dynamic_video_campaign2(name: string, workspaceId: string) — Tool to create a dynamic video campaign in a workspace. Use when you need to create a container for AI-personalized dynamic videos that can be sent to prospects. - sendspark_delete_webhook(webhook_id: string, workspaceId?: string) — Delete a webhook by its unique ID. Returns a structured response with status code and message. This action is idempotent: deleting a non-existent webhook (404) with workspaceId provided returns succes - sendspark_get_dynamic_campaign_by_id(dynamic_id: string, workspace_id: string) — Tool to retrieve details of a specific dynamic video campaign. Use after confirming workspace and campaign IDs. - sendspark_get_workspace_prospect_data_by_email(email: string, dynamic_id: string, workspace_id: string) — Tool to retrieve prospect data by email in a dynamic campaign. Use after adding a prospect to a campaign to fetch its details. - sendspark_list_dynamic_video_campaigns(limit?: integer, offset?: integer, search?: string, filters?: string, workspaceId: string) — Tool to list all dynamic video campaigns in a workspace. Use when retrieving campaigns with optional pagination, filtering, or search. - sendspark_list_webhooks(workspaceId: string) — Retrieves all configured webhooks for a Sendspark workspace. Webhooks are automated notifications sent when specific events occur in dynamic video campaigns (e.g., video created, video played, CTA cli ## Example prompts - "What can I do in Sendspark?" - "Show me a summary of my Sendspark account" ## Links Docs: https://mcp.ai/docs/mcps/sendspark Website: https://mcp.ai/mcps/sendspark