# Wisepops — MCP server on mcp.ai > Connect your Wisepops account and use 5 tools for marketing straight from your AI agent. Connect with your own API key. WisePops helps you design smart pop-ups for your website to increase sign-ups and conversions. By: mcp.ai · official Page: https://mcp.ai/wisepops ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_wisepops?ms=1787293560000 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/wisepops/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/wisepops/ 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/wisepops/skill.md Postman collection (v2.1): https://mcp.ai/wisepops/postman.json ## Tools - wisepops_create_webhook(event: string, target_url: string, wisepop_id?: string) — Tool to create a webhook to receive real-time data updates when forms are collected in Wisepops. Use when you need to set up automated data synchronization for sign-up, phone, or survey form submissio - wisepops_data_privacy_delete_user_data(email?: string, phone?: string) — Tool to automatically delete and suppress data about end-users for GDPR and CCPA compliance. Use when you need to remove user data from the system. Requires at least one identifier (email or phone). W - wisepops_delete_webhook(hook_id: string) — Tool to delete an existing webhook by its hook_id. Use when you need to remove a webhook that is no longer needed or should be deactivated. - wisepops_get_wisepops_performance_data() — Tool to retrieve a list of your Wisepops with display and conversion metrics. Use when you need to analyze pop-up performance data including display counts, clicks, and email collections. - wisepops_retrieve_collected_contacts(page_size?: integer, wisepop_id?: integer, collected_after?: string) — Tool to retrieve contacts collected through Wisepops opt-in forms. Use when you need to fetch contact information with their custom fields and metadata. ## Example prompts - "What can I do in Wisepops?" - "Show me a summary of my Wisepops account" ## Links Docs: https://mcp.ai/docs/mcps/wisepops Website: https://mcp.ai/mcps/wisepops