# Proxiedmail — MCP server on mcp.ai > Connect your Proxiedmail account and use 5 tools for email straight from your AI agent. Connect with your own API key. ProxiedMail offers privacy-focused email services, including automatic creation of proxy emails and receiving emails via webhooks. By: mcp.ai · official Page: https://mcp.ai/proxiedmail ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_proxiedmail?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/proxiedmail/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/proxiedmail/ 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/proxiedmail/skill.md Postman collection (v2.1): https://mcp.ai/proxiedmail/postman.json ## Tools - proxiedmail_create_webhook_receiver() — Tool to create a webhook receiver for incoming email callbacks. Use when you need a unique endpoint to capture proxiedmail webhook events. - proxiedmail_get_api_token(bearer_token: string) — Tool to retrieve a permanent API token. Use after obtaining a Bearer token from the auth endpoint (POST /api/v1/auth). - proxiedmail_get_webhook_data(hash: string) — Tool to retrieve data from a webhook receiver. Returns the payload sent to the webhook's call_url, status info about whether a callback was received, and the HTTP method used. - proxiedmail_list_proxy_bindings() — Tool to fetch a list of proxy bindings. Use after authentication to list all proxy bindings associated with the user. - proxiedmail_update_proxy_binding(data: object) — Tool to update an existing proxy binding. Use after obtaining the binding ID to modify its addresses or settings. ## Example prompts - "What can I do in Proxiedmail?" - "Show me a summary of my Proxiedmail account" ## Links Docs: https://mcp.ai/docs/mcps/proxiedmail Website: https://mcp.ai/mcps/proxiedmail