{
  "name": "mailvalid",
  "title": "MailValid Email Verification",
  "description": "Email verification, disposable-domain detection, role-account checks, and bulk list verification.",
  "version": "0.1.0",
  "homepage": "https://mailvalid.io",
  "documentation": "https://mailvalid.io/docs",
  "server_card": "https://mailvalid.io/.well-known/mcp/server-card.json",
  "servers": [
    {
      "name": "mailvalid",
      "transport": "streamable-http",
      "url": "https://mailvalid.io/mcp",
      "description": "Remote MCP server (Streamable HTTP). Authenticate with your API key in the X-API-Key header."
    },
    {
      "name": "mailvalid-rest",
      "transport": "https",
      "url": "https://mailvalid.io/api/v1",
      "description": "REST API protected by X-API-Key."
    },
    {
      "name": "mailvalid-webmcp",
      "transport": "webmcp",
      "url": "https://mailvalid.io",
      "description": "Browser-native WebMCP tools registered on the homepage when supported."
    }
  ],
  "authentication": {
    "type": "api_key",
    "header": "X-API-Key",
    "metadata": "https://mailvalid.io/auth.md",
    "register_uri": "https://mailvalid.io/api/auth/agent/register"
  }
}
