The Trayo MCP
Connect your AI assistant — Claude, Cursor, or ChatGPT Codex — directly to your Trayo workspace. Once set up, you can drive your pipeline in plain English instead of clicking through the app.
What you can do
- Set up your workspace
Describe your solutions, define stakeholder criteria, and invite teammates.
- Manage accounts
Browse, add (one at a time or in bulk), update, assign to teammates, and trigger AI research.
- Manage people
Browse contacts and trigger AI research on specific stakeholders.
- Define signals
Create, edit, or have AI propose buying signals based on your setup.
- Run discoveries
Scan your signals across your accounts to surface new events — trigger a run, check progress, and review results.
Setup
All clients point to the same endpoint: https://api.trayo.ai/mcp.
On first connect, a browser window opens for you to sign in with your
Trayo account — no API keys needed.
Claude Desktop
Open Settings → Developer → Edit Config and add this, then restart Claude Desktop. Trayo tools appear under the tools (hammer) icon.
{
"mcpServers": {
"trayo": {
"type": "http",
"url": "https://api.trayo.ai/mcp"
}
}
} Claude Code
Run this command, then run /mcp — trayo should show as connected.
claude mcp add --transport http trayo https://api.trayo.ai/mcp Cursor
Open Settings → MCP → Add new MCP server and paste the same JSON as Claude Desktop.
{
"mcpServers": {
"trayo": {
"type": "http",
"url": "https://api.trayo.ai/mcp"
}
}
} ChatGPT Codex
Edit ~/.codex/config.toml and add:
[mcp_servers.trayo]
url = "https://api.trayo.ai/mcp" Troubleshooting
Do I need an API key to connect the Trayo MCP?
No. On first connect, a browser window opens for you to sign in with your Trayo account — no API keys required. All clients point to the same endpoint, https://api.trayo.ai/mcp.
Which AI clients does the Trayo MCP support?
Claude Desktop, Claude Code, Cursor, and ChatGPT Codex. They all connect to the same endpoint, https://api.trayo.ai/mcp.
Tools not showing up after connecting?
Fully quit and relaunch your client — on macOS, closing the window isn't enough. Trayo tools then appear under the tools (hammer) icon.
The sign-in window didn't open?
Check that pop-ups aren't blocked in your browser, then retry the connection. If you're still stuck, reach out to your Trayo contact.
Put your buying signals in your agent's hands
The Trayo MCP gives any AI assistant real-time access to the buying signals across your target accounts.