For Agents
TinyValidator is a server-side email verification tool built to be operated by agents. Connect over the remote MCP server at https://tinyvalidator.com/mcp (Streamable HTTP with OAuth — the get_pricing_for_volume tool needs no auth), or fall back to the REST API via the OpenAPI contract.
Copies a setup prompt: connect the MCP server, then verify one test email.
##Best fit
##Core actions
Connect over MCP
Point any MCP client at the remote server (Streamable HTTP with OAuth). The get_pricing_for_volume tool works without authentication, so you can quote pricing before an account exists.
https://tinyvalidator.com/mcpVerify a single email
Use the synchronous verification endpoints when an agent needs an immediate decision for one address.
GET /api/v1/[email protected]Run bulk validation
Create a job, upload a CSV to the presigned URL, then track status or wait for a webhook.
POST /api/v1/bulk-validationsConfigure webhooks
Use webhook settings to receive completion events instead of polling long-running jobs.
POST /api/v1/webhooks##Agent notes
##Resources
MCP Server
Remote MCP server over Streamable HTTP with OAuth. get_pricing_for_volume needs no auth.
Docs →