Tray.io Connector for AI agents.
6 live capabilities
Manage and audit your Tray.io automation workflows in plain text.
Waiting for input…
Why people use Tray.io
Tray.io : Stop Hunting Through Nested Dashboards for Workflow Errors
With this Connector, you just ask your agent to show you the last few failed runs for that specific workflow. It pulls the logs, finds the error, and tells you exactly what happened in one sentence.
What Vinkius changes
You get a conversational interface for your automation stack.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Troubleshooting a failed sync
An engineer asks the agent to check the logs for a specific workflow to see why a Salesforce update failed and identifies the broken node.
- Real-world use case 02
Mapping a new architecture
An architect asks to list all current solutions to see how many existing integrations are already in place before starting a new project.
- Real-world use case 03
Checking connector availability
A developer asks which third-party apps are supported before starting a new integration project to see if their CRM is on the list.
Complete set · 6capabilities
The complete Tray.io capability set.
These are the exact actions your AI can choose when you ask it to work with Tray.io.
01—03
3 capabilities in this set.
Part of 6 available through Tray.io.
- 01 Capability
Get authenticated user
This capability pulls the details of the person currently logged into the account. It helps your agent understand who is making requests.
- 02 Capability
Get workflow details
This capability grabs all the metadata and trigger info for a specific workflow. You can use this to see how a specific process is built.
- 03 Capability
List available connectors
This capability shows a list of every service you can connect to, like Salesforce or Slack. This helps you see what integrations are possible.
04—06
3 capabilities in this set.
Part of 6 available through Tray.io.
- 04 Capability
List workflow executions
This capability pulls the recent run history for a workflow to see what succeeded or failed. Use this to find exactly where a process crashed.
- 05 Capability
List integration solutions
This capability lists all the pre-built integration templates in your account. This is great for seeing what's already been set up.
- 06 Capability
List workflows
This capability shows every workflow currently live in your Tray.io account. Use this to get a high-level overview of your automations.
Set up in minutes
One URL. Then ask Tray.io to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Tray.io from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_evTNppscc1KDLgaIYx2tKyUUxRFiGOkSK0W8SfP0/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Tray.io, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Tray.io for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_evTNppscc1KDLgaIYx2tKyUUxRFiGOkSK0W8SfP0/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Tray.io URL.
- Step 03
Save and start
Save the connection and enable Tray.io in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"trayio": {
"url": "https://edge.vinkius.com/vk_preview_evTNppscc1KDLgaIYx2tKyUUxRFiGOkSK0W8SfP0/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Tray.io
Open Agent mode in chat and ask: "Using Tray.io, help me...". 6 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"trayio": {
"url": "https://edge.vinkius.com/vk_preview_evTNppscc1KDLgaIYx2tKyUUxRFiGOkSK0W8SfP0/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Tray.io
Ask Copilot: "Using Tray.io, help me...". 6 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"trayio": {
"url": "https://edge.vinkius.com/vk_preview_evTNppscc1KDLgaIYx2tKyUUxRFiGOkSK0W8SfP0/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Tray.io
Open Cascade and ask: "Using Tray.io, help me...". 6 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"trayio": {
"url": "https://edge.vinkius.com/vk_preview_evTNppscc1KDLgaIYx2tKyUUxRFiGOkSK0W8SfP0/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Tray.io
Ask Cline: "Using Tray.io, help me...". 6 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add trayio --transport http "https://edge.vinkius.com/vk_preview_evTNppscc1KDLgaIYx2tKyUUxRFiGOkSK0W8SfP0/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Tray.io
Ask Claude: "Using Tray.io, show me...". 6 tools are ready
Where the request belongs
Work Tray.io can move forward.
For the integration architect who's tired of digging through dashboards at 2am or the ops lead trying to map out a mess of automated pipelines.
Integration Architect
Audits complex CRM connections and identifies broken loops in production environments via chat.
Operations Leader
Maps out all active pipelines across the organization to ensure data flows are correct.
Support Engineer
Troubleshoots why a specific client's data sync failed by pulling recent execution logs.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsActivepieces
Automate workflows with Activepieces. manage flows, monitor executions, and handle app connections directly from your AI agent.
Lindy (Autonomous AI Employees)
Manage autonomous AI employees via Lindy. trigger task runs, monitor reasoning logs, and audit app integrations.
Trigger.dev
Equip your AI agent with direct access to Trigger.dev. manage background jobs, monitor task runs, and inspect workflow executions without opening the dashboard.
Huginn (IFTTT Alternative)
Automate workflows with Huginn. manage agents, trigger webhooks, and orchestrate complex scenarios directly from your AI agent.
Workload
Build visual workflow automations that connect your favorite apps and eliminate repetitive manual tasks across your business.
Trigger.dev (Background Tasks & Jobs)
Manage background tasks and jobs via Trigger.dev. trigger tasks, monitor runs, manage schedules, and configure environment variables directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Tray.io connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Tray.io.
The practical details behind the request, access and result.
Can the Tray.io MCP help me find why a workflow failed?
Yes, it can pull the recent execution history for any specific workflow. This lets you see exactly which nodes succeeded or crashed without navigating the dashboard.
How do I see all my active integrations?
The Connector can list all integration solutions in your account. This gives you a clear view of every pre-built template and connection you have set up.
Can I check which apps are supported with Tray.io?
Yes, you can ask your agent to list all available service connectors. It will show you a list of supported apps like Salesforce, Slack, and more.
Does this Connector let me edit the workflow logic?
This Connector is for managing, auditing, and monitoring existing workflows. You'll still need to use the Tray.io platform to build or edit the visual logic of your automations.
How do I connect my Tray account to this Connector?
You just need to provide your Tray Access Token in your AI client's connection settings. You can also provide an optional regional endpoint if required.
Can I use this to audit my whole automation setup?
Absolutely. You can ask your agent to list all workflows and integration solutions to get a high-level audit of your entire automation architecture in seconds.
Where do I find my primary Tray.io Access Token?
Log in precisely through your Tray.io admin interface. Focus toward the user settings and click heavily on 'Profile' located usually top-right corner or bottom-left depending on your tier. Inside, shift directly to Personal Access Tokens to view the encoded array. Keep generated values incredibly safe as they orchestrate mass systems.
How important is defining the TRAY_REGION property?
The API fundamentally varies endpoints based on your region (e.g., us1, eu1, apac1). If unassigned or blank, it legally defaults to us1. If your instance is physically nested anywhere else in global scope, you must insert your region, or your API logs will constantly fail resolving token access domains.
Should I use a User Token or a Master Token for the Tray MCP?
You must use the Master Token. The Master Token acts as an administrative key allowing you to list authentications and orchestrate workflows across your organization's workspace, whereas a User Token is restricted.
One connection away
Give your agent a direct line to Tray.io.
Connect Tray.io once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available