February 2026 Update
🌱 February 2026 Update: Run Check has a refreshed interface with a brand new Session check, the new MCP Server lets you run Trustfull checks directly from AI agents, and two new Low Latency APIs deliver phone and email enrichment in under 500ms.
Run Check
The Run Check dashboard has a new interface across all products, with improved Domain and Login views and a brand new Session check.
🔍 Key Features
- 🖥️New interface across all products, including improved Domain and Login views
- 🔍Session Run Check: open Session to immediately start page analysis, then click Run Check to get a full breakdown of the session and device
- 📋Results are stored in the Lookup list and billed like any standard API call
MCP Server: Run Trustfull on AI Agents
The Trustfull MCP Server connects AI agents to Trustfull's risk scoring platform through the Model Context Protocol, letting them score phone numbers, emails, and IPs in real time through natural language.
Connect to https://mcp.trustfull.com/mcp/ using your existing Trustfull API key, no additional infrastructure needed. Ask your agent to score any phone, email, or IP and get back a full Trustfull result including score, cluster, and reason codes. All calls are logged and visible in your dashboard Lookups under the used API key.
The MCP Server works with Claude Desktop, Claude Code, ChatGPT, Cursor, VS Code / GitHub Copilot, Windsurf, and any MCP-compatible client. Learn how to set it up in the MCP Server Guide.
Phone & Email APIs: Low Latency Endpoints
Two new fast endpoints for phone and email enrichment, built for speed-first use cases where response time is critical.
🔍 Key Features
- ⚡ Phone enrichment in ~500ms instead of 3,700ms; Email enrichment in ~500ms instead of 3,500ms
- 🔄 Same request and response structure as the standard Phone and Email endpoints, no integration changes needed
- 💰 Pay only on match: if there is no result, the call is not charged
To achieve higher speed, match rate may be lower compared to the full enrichment endpoints.
📊 Example Output (Phone Low Latency)
{
"resolution_id": "00000000-0000-0000-0000-000000000000",
"device_request_time": "2026-04-21T12:15:36.009Z",
"customer_id": "customer_id_393494108457",
"phone": {
"value": "39354789865",
"number_type": "MOBILE",
"country_code": "IT",
"is_valid_format": true,
"is_disposable": false,
"score": 900,
"score_cluster": "very_high",
"current_network": "Fastweb - full mvno TIM",
"has_whatsapp": true,
"has_telegram": true,
"data_breaches_count": 5
}
}NB The Email and Phone Low Latency response follows the same structure as the standard Email endpoint.
Snapchat Account Detection on Trustfull Phone
Every Phone check now returns whether the number has a connected Snapchat account, expanding the set of social presence signals available for identity verification.
🔍 Key Features
has_snapchat(boolean) — returnstrueif the phone number is associated with a Snapchat account
📊 Example Output
{
"phone_number": "39354******",
"has_snapchat": true
}📚 Resources
- Support Center — Assistance and answers from the Trustfull support team.
- Phone (Low Latency) API Reference — Full documentation for the Phone Low Latency endpoint.
- Email (Low Latency) API Reference — Full documentation for the Email Low Latency endpoint.
- MCP Server Guide — Guide on connecting AI agents to Trustfull via the MCP Server.