Skip to content
@truval-dev

truval.dev

API Infrastructure for AI Agents

truval.dev Logo

truval.dev

API infrastructure for AI agents and builders.

Status Docs LinkedIn Instagram Twitter


// what is truval.dev?

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).

// quick start

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"}'

// repositories

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.

// ecosystem

Site truval.dev
Documentation docs.truval.dev
Dashboard dash.truval.dev
Status status.truval.dev

// community & support

Popular repositories Loading

  1. truval-sdk truval-sdk Public

    truval.dev sdk

    TypeScript

  2. truval-mcp-server truval-mcp-server Public

    truval.dev mcp server

    TypeScript

  3. truval-skills truval-skills Public

    truval.dev skills

  4. .github .github Public

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…