
Agentmonitorrelay Mcp
- Updated May 19, 2026
- clauxel/agent-monitor-relay-mcp
Agent Monitor Relay is an MCP server that monitors AI agent runs and provides incident replay with SLA receipts over a remote streamable-http endpoint.
About
Agent Monitor Relay MCP is a Clauxel-hosted remote server for developers who already ship agent automations and need those runs visible from the same MCP workspace they use to fix code. After you add the endpoint with Bearer authentication, tools expose monitoring-oriented data including incident replay and SLA receipts so you can reconstruct what an agent did when latency spikes or a workflow aborts. Skip it if you have no production agent jobs or already centralize observability in Datadog or similar with no MCP bridge requirement. This is an agent-focused monitoring MCP, not a general infrastructure metrics skill or local test harness.
- AI agent run monitoring with incident replay capabilities
- SLA receipts for accountability after outages or degraded runs
- Remote streamable-http MCP at agentmonitorrelay.clauxel.com
- Tagged for ai-agents, monitoring, and sla-receipts in the registry
Agentmonitorrelay Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http agentmonitorrelay-mcp https://agentmonitorrelay.clauxel.com/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Last updated | May 19, 2026 |
| Repository | clauxel/agent-monitor-relay-mcp ↗ |
What it does
Monitor live AI agent runs from your MCP client with incident replay and SLA-style receipts when things fail or slow down.
Who is it for?
Best when you're running paid or critical agent workflows and want MCP-native monitoring without building a custom relay service.
Skip if: Hobby prototypes with no production traffic or teams standardized on a non-MCP observability stack only.
What you get
Hooking up the relay MCP gives your agent monitored run visibility, replay-friendly incident context, and SLA receipts you can reference during fixes.
- Configured monitoring MCP endpoint with authenticated access
- Incident replay oriented responses from monitoring tools
- SLA receipt data usable in postmortems or customer comms
By the numbers
- Registry-listed version 1.0.0
- Remote type streamable-http with Authorization Bearer header
- Publisher tags: ai-agents, monitoring, sla-receipts, remote-mcp
README.md
Agent Monitor Relay MCP
Track agent runs, failures, replay evidence, and SLA receipts from one MCP.
Paid remote MCP for AI agent run monitoring, failure detection, tool-call incident replay, SLA receipts, and client status exports.
Public Endpoints
- Website: https://agentmonitorrelay.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605
- MCP endpoint: https://agentmonitorrelay.clauxel.com/mcp
- Server card: https://agentmonitorrelay.clauxel.com/server-card.json
- Registry name:
com.clauxel.agentmonitorrelay/agentmonitorrelay-mcp
Access
This is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
Tools
record_agent_rundetect_agent_failurereplay_tool_call_incidentissue_sla_receiptexport_client_status
Quick Start
- Open the website and choose a plan.
- Create or request an API token.
- Add the endpoint to an MCP client that supports Streamable HTTP remote servers.
- Send JSON-RPC requests with the bearer token.
Useful Links
- Product page: https://agentmonitorrelay.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605
- Pricing: https://agentmonitorrelay.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605#pricing
- Server card: https://agentmonitorrelay.clauxel.com/server-card.json
- MCP endpoint: https://agentmonitorrelay.clauxel.com/mcp
Status
This repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.
Recommended MCP Servers
How it compares
Agent-run monitoring MCP with SLA receipts, not a unit-test skill or generic log grep helper.
FAQ
Who is Agent Monitor Relay for?
It is for developers operating production AI agents who want incident replay and SLA receipts accessible from MCP-enabled coding tools.
When should I use Agent Monitor Relay?
Use it in Operate when agents run on schedules or in production and you need to investigate failures without leaving the agent IDE.
How do I add Agent Monitor Relay to my agent?
Add https://agentmonitorrelay.clauxel.com/mcp as a streamable-http remote MCP and configure Authorization with your Bearer token from the product site.