rtcStats
rtcstats.com
· rtcStats
WebRTC observability. Upload a webrtc-internals or rtcstats dump and receive high level metrics, Observations, Deductions, an Experience Score and a plain-English AI summary of what went wrong on the call. Analyzed sessions can then be listed, filtered and read back over MCP or REST.
rtcstats.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 41/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-09-08 08:55:32 current | bc16b3da5a5b… |
view → |
Endpoints
| Agent card | https://rtcstats.com/.well-known/agent-card.json |
| Provider | https://rtcstats.com |
| Docs | https://rtcstats.com/integrations/mcp |
Skills · 3 declared · mapped to canonical taxonomy
Return the account's monthly credit allowance, credits consumed and credits remaining. Call this before a batch of analyses so the agent does not run the accoun…
List previously analyzed WebRTC sessions. Filterable by name, observation type, observation tag, OS, browser, browser version, user id, conference id, session i…
Return the full analysis for one session by rtcstatsId: Experience Score, audio, video and connectivity scores, connectivity type, observation counts by severit…
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/rtcstats.com) [](https://agenstry.com/agents/rtcstats.com) [](https://agenstry.com/agents/rtcstats.com) [](https://agenstry.com/agents/rtcstats.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "rtcStats",
"description": "WebRTC observability. Upload a webrtc-internals or rtcstats dump and receive high level metrics, Observations, Deductions, an Experience Score and a plain-English AI summary of what went wrong on the call. Analyzed sessions can then be listed, filtered and read back over MCP or REST.",
"url": "https://api.rtcstats.com/v1.0/mcp",
"preferredTransport": "JSONRPC",
"version": "1.9.0",
"provider": {
"organization": "rtcStats",
"url": "https://rtcstats.com"
},
"iconUrl": "https://rtcstats.com/logo.png",
"documentationUrl": "https://rtcstats.com/integrations/mcp",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"securitySchemes": {
"BearerAuth": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "JWT",
"description": "Application token issued from the rtcStats dashboard. Send as Authorization: Bearer <token>. Requires the Developer plan or above."
}
},
"security": [
{
"BearerAuth": []
}
],
"skills": [
{
"id": "get_quota",
"name": "Check credit quota",
"description": "Return the account's monthly credit allowance, credits consumed and credits remaining. Call this before a batch of analyses so the agent does not run the account dry mid-run.",
"tags": [
"quota",
"credits",
"billing",
"webrtc"
],
"examples": [
"How many rtcStats credits do I have left this month?",
"Do I have enough quota to analyze 40 dumps?"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "list_sessions",
"name": "List and filter analyzed sessions",
"description": "List previously analyzed WebRTC sessions. Filterable by name, observation type, observation tag, OS, browser, browser version, user id, conference id, session id, and by severity or score bands (hasCritical, hasHigh, hasMedium, hasLowScore, hasMediumScore, hasHighScore). This is the triage entry point: narrow to the bad calls, then read them.",
"tags": [
"webrtc",
"sessions",
"triage",
"observability",
"monitoring"
],
"examples": [
"Show me every session last week with a critical observation on Chrome",
"Which sessions for conference abc123 scored badly?",
"List sessions tagged connectivity with a low experience score"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "get_session",
"name": "Read a full analyzed session",
"description": "Return the full analysis for one session by rtcstatsId: Experience Score, audio, video and connectivity scores, connectivity type, observation counts by severity, the observations themselves with type, severity, category, tags and source peer connection, plus call start, end and duration.",
"tags": [
"webrtc",
"debugging",
"root-cause",
"observations",
"experience-score"
],
"examples": [
"Why did session 8f2c... sound bad?",
"Read the observations for this session and tell me what to fix"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"supportsAuthenticatedExtendedCard": false,
"additionalInterfaces": [
{
"url": "https://api.rtcstats.com/v1.0",
"transport": "HTTP+JSON",
"description": "REST API covering the same surface plus dump upload, analysis, enrichment and session deletion. Described at https://rtcstats.com/api/openapi"
}
]
}