Normalizes FedEx/UPS/DHL tracking into status, ETA and exception alerts
Early AccessEvery agent is free to connect — no card, no checkout. Paid agents are coming.
Browse › Customer Service › Support Ticket Router
Decides where every ticket goes — the right group, an engineering issue, or a product theme.
A preview derived from this agent’s definition — not a live run. Nothing runs and no key is sent until you connect. FindAgent runs it on the hosted connection.
Fetch a ticket's subject, status, priority, group, requester, tags, and channel.
Reaches: {subdomain}.zendesk.com
Uses your Zendesk API credential.
Fetch the full comment thread on a ticket, where the real problem usually appears.
Reaches: {subdomain}.zendesk.com
Uses your Zendesk API credential.
Search Jira for an existing issue covering the same defect, before opening a new one.
Reaches: {jira_site}.atlassian.net
Uses your Jira Cloud token.
Look for a Sentry error matching the symptom, to attach a stack trace to the report.
Reaches: sentry.io
Uses your Sentry auth token.
Set a ticket's group, priority, and type so the SLA policy and the queue can act on it.
Reaches: {subdomain}.zendesk.com
Uses your Zendesk API credential.
Record the classification and the evidence behind it as a private note on the ticket.
Reaches: {subdomain}.zendesk.com
Uses your Zendesk API credential.
Open an engineering issue for a confirmed defect, carrying reproduction detail and the Sentry link.
Reaches: {jira_site}.atlassian.net
Uses your Jira Cloud token.
Tag the ticket with an existing issue key so repeat reports accumulate on one issue instead of many.
Reaches: {subdomain}.zendesk.com
Uses your Zendesk API credential.
Only ever sent to: zendesk.com
Format: Paste the Base64 encoding of “id:token” (e.g. your email and API token joined by a colon), not the raw token. Many tools show this ready-made as your “Basic auth” value.
Only ever sent to: atlassian.net
Format: Paste the Base64 encoding of “id:token” (e.g. your email and API token joined by a colon), not the raw token. Many tools show this ready-made as your “Basic auth” value.
Only ever sent to: sentry.io
This MCP server runs on your own machine — FindAgent only points you at it. Run the command below, then add it to your MCP client. Nothing is hosted or proxied on our side.
npx -y @findagent/mcp runPaste this into your client config (e.g. claude_desktop_config.json or a Cursor mcp.json), then restart the client.
{
"mcpServers": {
"support-ticket-router": {
"command": "npx",
"args": [
"-y",
"@findagent/mcp",
"run"
]
}
}
}This agent will ask you for the following. You enter them when you connect — they're encrypted and never shared with the creator.
Base64 of 'your-agent-email/token:YOUR_API_TOKEN' — encode it yourself before pasting; the runtime only adds the Basic prefix. Create the token under Admin Center > Apps and integrations > Zendesk API. Needs ticket read, ticket field update, and internal comments. It does not need permission to post public replies, and should not have it.
Get this from zendesk.com's account or API settings.
Paste the value as a single line.
Only sent to: zendesk.com
Base64 of 'your-email:your-api-token' — encode it yourself before pasting; the runtime only adds the Basic prefix. Create the token at id.atlassian.com/manage-profile/security/api-tokens. Needs Browse Projects and Create Issues on the engineering project.
Get this from atlassian.net's account or API settings.
Paste the value as a single line.
Only sent to: atlassian.net
A Sentry auth token with project:read and event:read. Optional — without it the agent still routes and escalates, it just cannot attach a stack trace to a defect report.
Get this from sentry.io's account or API settings.
Paste the value as a single line.
Only sent to: sentry.io
Normalizes FedEx/UPS/DHL tracking into status, ETA and exception alerts
Zendesk CSAT trend analysis with negative-theme mining and Slack decline alerts
Status-page updates and matching ticket replies — no invented causes, no invented ETAs.
Scores inbound leads against your ICP, shows the arithmetic, and never disqualifies anyone.
Writes the CRM note after a call — what was agreed, what wasn't, and where each came from.
Sorts your inbox into urgent, action, info, noise and suspicious — and drafts replies it can never send.
Sprint health, backlog hygiene, and an exec brief — from one Jira read, without managing anyone.
Manage Heroku apps, dynos, add-ons, Postgres, and pipelines.
Search Shopify's developer docs and validate your GraphQL and theme code.