Trustping
@charlieSAX
About Trustping
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).
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
]
}
}
}Tools
3Checks syntax, disposable domain detection, MX records, SMTP reachability, domain age. Returns trust score (0-1) and verdict (pass/warn/fail).
Checks DNS resolution, SSL certificate, HTTP status, redirect chains, Google Safe Browsing, domain age. Returns trust score and verdict.
Checks DNS records (A, AAAA, MX, TXT, NS), SSL certificate, nameserver analysis, Google Safe Browsing, domain age. Returns trust score and verdict.
Overview
What is Trustping?
Trustping is a real-time entity verification API for AI agents. It checks whether an email, URL, or domain is real, safe, and trustworthy, returning a structured JSON response with a trust score and verdict in under a second.
How to use Trustping?
Call the Trustping API via its MCP tools (trustping_verify_email, trustping_verify_url, trustping_verify_domain) or the REST endpoints directly. For testing, sign up at POST /v1/auth/signup for 50 free calls per day. For production, use POST /v1/access/instant with a Stripe payment method to get an API key immediately at $0.003 per call.
Key features of Trustping
- Verifies email, URL, and domain trustworthiness.
- Provides a trust score (0-1) and verdict (pass/warn/fail).
- Sub-second response times for all checks.
- Structured JSON output — no interpretation needed.
- Crowdsourced trust signals improve with every check.
- Instant metered access with no signup form.
Use cases of Trustping
- Verify an email address before sending a message from an agent.
- Check a URL is safe before an agent visits it.
- Confirm a domain is trustworthy before interacting with it.
- Prevent agents from acting on fraudulent, stale, or malicious entities.
FAQ from Trustping
What entities can Trustping verify?
Trustping verifies emails, URLs, and domains. For emails it checks syntax, disposable domains, MX records, SMTP reachability, and domain age. For URLs it checks DNS, SSL, HTTP status, redirect chains, and Google Safe Browsing. For domains it checks DNS records, SSL, nameservers, and domain age.
How do I get an API key?
Two options: (1) Sign up via POST /v1/auth/signup with an email — you get 50 free calls per day. (2) Use POST /v1/access/instant with a Stripe payment method — no email required, you receive an API key immediately at $0.003 per call.
What is the pricing?
The free tier offers 50 calls per day after signing up with an email. The instant metered tier costs $0.003 per call with unlimited usage, paid via Stripe.
What format does the response come in?
The response is a structured JSON object containing a trust score between 0 and 1, a verdict (pass, warn, or fail), and details of the checks performed. No manual parsing or interpretation is needed.
Does Trustping have any runtime dependencies?
The README does not list any specific runtime dependencies beyond being an API. It is called over HTTP from any agent or application.
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments