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
Add the following to yourclaude_desktop_config.json:
- macOS
- Windows
Config file location:
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
- 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”
Next steps
MyTruv MCP
Access your financial data via MCP
API Reference
REST API for programmatic access