# Bouncify — MCP server on mcp.ai > Connect your Bouncify account and use 7 tools for marketing straight from your AI agent. Connect with your own API key. Bouncify verifies individual email addresses and bulk email lists and reports the account's remaining verification credits. By: mcp.ai · official Page: https://mcp.ai/bouncify ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_bouncify?ms=1787296080000 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/bouncify/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/bouncify/ 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/bouncify/skill.md Postman collection (v2.1): https://mcp.ai/bouncify/postman.json ## Tools - bouncify_create_bulk_list(emails: object[]) — Submit at least two email records for asynchronous bulk-job preparation without starting verification or consuming credits. Poll Get Bulk Job Status until the job is ready before starting verification - bouncify_download_bulk_results(job_id: string, filter_results?: string[]) — Download selected result classes from a completed bulk-verification job as a CSV file. - bouncify_get_bulk_job_status(job_id: string) — Return a bulk job's preparation or verification state, progress, analysis, and result counts. Treat status as authoritative: a failed job can still have success=true. - bouncify_get_credit_balance() — Return the connected Bouncify account's remaining verification credits without consuming a credit. - bouncify_request_bulk_list_deletion(job_id: string) — Permanently request deletion of a bulk list and its results. This operation is irreversible. Bouncify acknowledges an asynchronous or delayed deletion, so success means the request was accepted, not t - bouncify_start_bulk_verification(job_id: string) — Irreversibly start verification for a prepared bulk list. This consumes one verification credit per email and, after a successful start, cannot be paused, stopped, cancelled, or restarted. Check that - bouncify_verify_email(email: string, timeout_ms?: integer) — Verify one email address in real time. Every successful API call consumes one verification credit, including an address that Bouncify classifies as invalid syntax. ## Example prompts - "What can I do in Bouncify?" - "Show me a summary of my Bouncify account" ## Links Docs: https://mcp.ai/docs/mcps/bouncify Website: https://mcp.ai/mcps/bouncify