Discovery is free.
initialize and tools/list do not spend project credits. Known free and disposable domain checks are free too.
Connect one remote MCP endpoint and let agents check an address before they create a lead, invite a user, or update customer data.
Add these values to any client that accepts a remote HTTP MCP server.
Available tools
Verify a complete address or check a provider domain. Both tools return the same compact results as the REST API.
JSON-RPC request
POST /mcp{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "check_domain",
"arguments": {
"domain": "example.com"
}
}
}initialize and tools/list do not spend project credits. Known free and disposable domain checks are free too.
The server resolves the project from its API key. Clients never send or choose a project ID.
If a reliable answer is not available, the result is unknown.