Documentation Index
Fetch the complete documentation index at: https://help.mytruv.com/llms.txt
Use this file to discover all available pages before exploring further.
What is Developer MCP?
Developer MCP is MyTruv’s specialized Model Context Protocol server designed for developers building with MyTruv’s API. It enables AI assistants to search documentation, look up API endpoints, and provide implementation guidance directly within your development workflow. Unlike MyTruv MCP, no MyTruv account is needed - making it accessible to any developer exploring or integrating with MyTruv’s API.This MCP is for developers building with MyTruv APIs. If you want your agent to access your personal financial data (balances, transactions, spending), see MyTruv MCP instead.
Setup
The Developer MCP server is hosted at:Claude Desktop
- Open Settings > Connectors
- Click Add custom connector
- Set Name to
MyTruv Docs - Set Remote MCP server URL to:
- Click Add
Claude Code
Cursor
Open Cursor Settings > Tools & MCP, click Add new MCP server, and select Streamable HTTP as the type. Or add directly to yourmcp.json:
- macOS / Linux
- Windows
Config file location:
Codex
~/.codex/config.toml:
Available tools
Two read-only tools - full reference on the Available tools page.- search_my_truv - search the knowledge base for articles, guides, and API references
- get_page_my_truv - retrieve the full content of a specific documentation page
Using both MCP servers
You can run Developer MCP and MyTruv MCP together. This lets your agent both read documentation and access financial data in the same conversation.Example use cases
- “How does the transactions API endpoint work?”
- “What parameters does the spending analysis endpoint accept?”
- “How do I authenticate with the MyTruv API?”
- “What institutions does MyTruv support?”
- “Show me the income report response format”