Real-time entity verification API for AI agents. Verify emails, URLs, and domains before your agent acts on them. Returns trust scores (0-1), verdicts (pass/warn/fail), and detailed signals. Free tier (50 calls/day) + instant metered access for agents with wallets ($0.003/call). The check before the action.
Server Config
{
"mcpServers": {
"trustping": {
"url": "https://trustping.co/.well-known/mcp.json",
"description": "Real-time entity verification API for AI agents. Verify emails, URLs, and domains before acting. Returns trust scores, verdicts, and signals. Free tier (50 calls/day) + instant metered access for agents with wallets ($0.003/call).",
"tools": [
"trustping_verify_email",
"trustping_verify_url",
"trustping_verify_domain"
]
}
}
}