{"name":"email-validator","protocol":"mcp","transport":"streamable-http","post_url":"https://api.lazy-mac.com/email/mcp","jsonrpc":"2.0","info":"MCP endpoint. POST JSON-RPC 2.0 to this URL. Supports: initialize, tools/list, tools/call.","tools":[{"name":"validate_email","description":"Validate a single email address with comprehensive checks: syntax (RFC 5322), MX records, disposable domain detection, role-based detection, SPF/DKIM, typo suggestions, and risk scoring (0-100)."},{"name":"validate_batch","description":"Batch validate up to 100 email addresses at once. Returns individual results plus summary stats."},{"name":"check_domain","description":"Check domain reputation: MX records, SPF, DKIM, disposable detection, A record existence, and overall reputation score."},{"name":"suggest_fix","description":"Detect common email typos and suggest corrections (e.g. user@gmial.com -> user@gmail.com). Covers Gmail, Yahoo, Hotmail, Outlook, iCloud, Protonmail, and more."}],"example_initialize":{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"your-app","version":"1.0"}}},"example_tools_call":{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"validate_email","arguments":{"email":"user@example.com"}}},"docs":"https://modelcontextprotocol.io/"}