{"api_version":"6.0.0","docs":{"quickstart":"/docs/quickstart","api":"/docs/api","api_keys":"/docs/api-keys","cli":"/docs/cli","mcp":"/docs/mcp","sdk":"/docs/sdk","recipes":"/docs/recipes","endpoints":"/docs/endpoints","errors":"/docs/errors","explorer":"/docs","openapi":"/openapi.json","markdown":"append .md to any guide path, e.g. /docs/cli.md","llms_txt":"/llms.txt","llms_full_txt":"/llms-full.txt"},"cli":{"python":{"install":"pipx install emailverify","run":"emailverify verify someone@example.com"},"node":{"install":"npm i -g @emailverifypro/mcp","run":"emailverify verify someone@example.com"},"login":"emailverify login"},"mcp":{"node":{"command":"npx","args":["-y","@emailverifypro/mcp"]},"python":{"command":"uvx","args":["--from","emailverify[mcp]","emailverify-mcp"]},"env":{"EMAILVERIFY_API_KEY":"required","EMAILVERIFY_BASE_URL":"optional, defaults to this host","EMAILVERIFY_MCP_READONLY":"optional, 1 = only read-only tools","EMAILVERIFY_MCP_TAGS":"optional, comma-separated category allowlist","EMAILVERIFY_TIMEOUT":"optional, seconds, default 60"}},"sdk":{"python":{"install":"pip install emailverify","usage":"from emailverify import Client; Client.from_env().verify('a@b.com')"},"node":{"install":"npm install @emailverifypro/mcp","usage":"import { Client } from '@emailverifypro/mcp'"}},"auth":{"header":"X-API-Key","query_param":"api_key","create_key":"POST /keys","note":"a new key takes up to 2 minutes to replicate to all workers"},"result_field":"deliverability_score.can_send is the boolean send/no-send answer"}