Skip to main content
Connect your AI coding tool to Truv’s MCP server. It searches the docs and retrieves full page content on demand, so you get correct auth headers, status enums, and webhook handlers without pasting context manually.

Connect the MCP server

The Truv MCP server runs at https://docs.truv.com/mcp. It exposes two tools: search across all documentation and retrieve the full content of any page by path.
Test it by starting a new chat and asking: “What headers does the Truv API use for authentication?”

Context files

Truv publishes two static context files following the llms.txt standard. Use these to seed CLAUDE.md / AGENTS.md, paste into a prompt, or as a fallback when MCP isn’t available.
  • Authentication pattern (headers, base URL, SDK init)
  • All products and when to use each integration method
  • Complete integration code for Embedded Orders and User Token flows
  • Connection lifecycle with every status and error state
  • Webhook event types with example payloads and signature verification
  • Field-level data reference for Income & Employment, Employment, and Assets reports
  • Every enum value: job types, pay frequencies, deposit types, account types, income units
  • All API endpoints grouped by resource
  • Sandbox test credentials for every scenario

Seed your rules file

Drop this into CLAUDE.md, AGENTS.md, or .cursorrules so your AI tool follows Truv conventions without re-deriving them each time:

Reference repos

Clone these repos and point your AI tool at the source for working reference implementations.

What AI commonly gets wrong


Prompting tips

Copy these prompts directly or adapt for your use case.

Next steps

Quickstart

Create your first verification in minutes

Embedded Orders

Full integration walkthrough

Testing & Sandbox

Test credentials and sandbox environment

API Reference

Complete endpoint documentation