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 › Refund & Credit Advisor
Reads your refund policy against the actual charge and tells the agent what it says.
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 the refund request ticket's subject, status, requester, and tags.
Reaches: {subdomain}.zendesk.com
Uses your Zendesk API credential.
Fetch the full thread, where the amount and the reason for the request usually appear.
Reaches: {subdomain}.zendesk.com
Uses your Zendesk API credential.
Fetch the written refund policy article so every recommendation cites a real clause.
Reaches: {subdomain}.zendesk.com
Uses your Zendesk API credential.
List a customer's charges with amounts, dates, and any refunds already issued.
Reaches: api.stripe.com
Uses your Stripe secret key.
Fetch one charge in full, including its refund state and dispute status.
Reaches: api.stripe.com
Uses your Stripe secret key.
Write the recommendation and the clause it rests on as a private note for the agent handling the case.
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: api.stripe.com
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": {
"refund-credit-advisor": {
"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, Help Center read, and internal comments. It does not need public-reply permission.
Get this from zendesk.com's account or API settings.
Paste the value as a single line.
Only sent to: zendesk.com
A Stripe restricted key with READ access to Charges and Customers only. Grant no write scope at all — this agent never moves money, and a read-only key makes that structural rather than a promise.
Copy a secret key from the Stripe Dashboard (Developers → API keys).
Paste the value as a single line.
Only sent to: api.stripe.com
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.