INDIVIDUAL MCP TOOL
email_validate
Validate an email address: RFC syntax, MX/A records via DNS-over-HTTPS, disposable and free-provider detection, role-account flag, deliverability score and verdict.
LIVE ENDPOINT
https://agent-margin-router-production.up.railway.app/mcp
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
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.agent-margin-router]
url = "https://agent-margin-router-production.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-margin-router": {
"type": "http",
"url": "https://agent-margin-router-production.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-margin-router
Remote MCP URL: https://agent-margin-router-production.up.railway.app/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": {
"agent-margin-router": {
"url": "https://agent-margin-router-production.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-margin-router": {
"type": "http",
"url": "https://agent-margin-router-production.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-margin-router",
"transport": "streamable-http",
"url": "https://agent-margin-router-production.up.railway.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
extract_clean— Structured JSON extraction from any public URL (HTML, PDF, JS-rendered pages).market_spread— Live cross-exchange crypto spread with slippage-adjusted net edge for a given trade size.gas_fees— Live EIP-1559 gas fees (slow/standard/fast tiers) plus USD cost per transaction type (transfer, ERC-20 transfer, swap, NFT mint) for Base, Ethereum, Arbitrum, Optimism and Polygon.token_price— Multi-venue median spot price for any major crypto asset (Binance, Coinbase, Kraken, CoinGecko) with min/max, deviation and confidence score – one call instead of four.wallet_balance— Native + stablecoin balances (ETH, USDC, USDT, DAI, WETH) of any EVM wallet with USD valuation, read directly from public RPC nodes on Base, Ethereum, Arbitrum, Optimism or Polygon.web_search— Live web search results (title, URL, domain, snippet) for any query, key-less, region-aware.dns_whois— DNS records (A, AAAA, MX, NS, TXT, CNAME, SOA, CAA) via DNS-over-HTTPS plus RDAP/WHOIS registration data (registrar, created/expires, status, nameservers, DNSSEC).pdf_text— Extract clean text (per page + full) and metadata from any public PDF URL up to 25 MB / 200 pages.