← agentsvc.io

INDIVIDUAL MCP TOOL

email_validate

Validate an email address: RFC 5322 format check, domain MX record lookup, disposable provider detection, and role address detection (e.

agentsvc.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://agentsvc.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for email_validate and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent server

agentsvc.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentsvc]
url = "https://agentsvc.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentsvc": {
      "type": "http",
      "url": "https://agentsvc.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentsvc
Remote MCP URL: https://agentsvc.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentsvc": {
      "url": "https://agentsvc.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentsvc": {
      "type": "http",
      "url": "https://agentsvc.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentsvc",
  "transport": "streamable-http",
  "url": "https://agentsvc.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • screenshot — Capture any URL as a PNG screenshot.
  • weather — Real-time weather + 3-day forecast.
  • exchange_rates — Live forex rates from European Central Bank (ECB), updated hourly.
  • html_to_pdf — Render a URL or raw HTML string to PDF.
  • ip_lookup — Resolve any IPv4 or IPv6 address to location and network data.
  • webpage_reader — Fetch and extract clean readable text from any URL.
  • dns_lookup — Resolve DNS records for any domain.
  • qr_code — Generate a QR code for any text or URL.