# Proofly — how to use (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.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_proofly?ms=1787293320000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `proofly_get_activity_logs`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/proofly`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/proofly/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/proofly/get/activity/logs` — Tool to retrieve activity logs of the user. Use when needing recent actions; call after confirming authentication.
- `POST https://api.mcp.ai/api/proofly/get/campaigns` — Tool to retrieve all Proofly campaigns. Use after authenticating to list your campaigns.
- `POST https://api.mcp.ai/api/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"

## More
- Page: https://mcp.ai/proofly
- Agent spec (llms.txt): https://mcp.ai/proofly/llms.txt
- Postman collection: https://mcp.ai/proofly/postman.json
