API infrastructure for AI agents and builders.
truval.dev provides single-purpose utility APIs designed for machine consumption. Built for the era of autonomous agents, our endpoints are optimized for speed, reliability, and deterministic outcomes.
- Agent-native: OpenAPI 3.1, MCP server, and Agent Skills integrated from day zero.
- High Performance: Sub-500ms P90 latency for email verification.
- Privacy First: EU-hosted (Frankfurt) and GDPR compliant.
- Developer First: Direct API access; no product UI required (but a sleek dashboard exists if you need it).
Verify an email via cURL in milliseconds:
curl -X POST "https://api.truval.dev/v1/email/verify" \
-H "Authorization: Bearer sk_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{"email": "hello@truval.dev"}'| Repository | Description |
|---|---|
truval-sdk |
Official Node.js/TypeScript SDK for the truval.dev API. |
truval-mcp-server |
Remote MCP server to give your AI agents email verify and management tools. |
truval-skills |
Agent Skills for seamless LLM integration. |
| Site | truval.dev |
| Documentation | docs.truval.dev |
| Dashboard | dash.truval.dev |
| Status | status.truval.dev |
- OpenAPI: api.truval.dev/openapi.json
- Email: support@truval.dev
- LinkedIn: truval-dev
- Instagram: @truval.dev
