MCP server exposing 1 tool for emailable.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/emailable/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
emailable_verify — Verify whether an email address is deliverable (`jane@stripe.com`) — deliverability state, quality score, disposable/role/free flags, and typo suggestions. Uses Emailable's SMTP-level check (state is one of deliverable/undeliverable/risky/unknown; score is 0-100). A slow SMTP check can take up to 10s — that is expected. Example: emailable_verify({ email: "jane@stripe.com", _apiKey: "live_..." })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/emailable/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io