# Proofly — MCP server on mcp.ai > Connect your Proofly account and use 3 tools for marketing automation straight from your AI agent. Connect with your own API key. Proofly is a social proof toolkit that helps boost website conversions by displaying real-time notifications of customer activities. By: mcp.ai · official Page: https://mcp.ai/proofly ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_proofly?ms=1787295840000 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/proofly/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/proofly/ 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/proofly/skill.md Postman collection (v2.1): https://mcp.ai/proofly/postman.json ## Tools - proofly_get_activity_logs() — Tool to retrieve activity logs of the user. Use when needing recent actions; call after confirming authentication. - proofly_get_campaigns() — Tool to retrieve all Proofly campaigns. Use after authenticating to list your campaigns. - proofly_get_user() — Tool to retrieve general information of the authenticated user. Use after authentication to fetch user profile details. ## Example prompts - "What can I do in Proofly?" - "Show me a summary of my Proofly account" ## Links Docs: https://mcp.ai/docs/mcps/proofly Website: https://mcp.ai/mcps/proofly