← Registry

Analytics

rtcstats.com

Provides access to stored user session data with summaries, observations, and scores for analyzing user behavior and application performance.

1 endpoint3 known toolsFirst detected June 5, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.rtcstats.com/v1.0/mcp

No auth detected

MCP server metadata

Name
rtcstats
Version
1.8.0
Capabilities
tools.listChanged
Server instructions

RTCStats MCP over Streamable HTTP. Send the application JWT as Authorization: Bearer on MCP HTTP requests. Tools: get_quota, list_sessions, get_session. See API documentation for more details.

Known tools 3

get_quota

Returns the application token account: accountName, accountPlan (e.g.

Inferred read-only
list_sessions

Lists stored sessions for the application token account: rtcstatsId, createdAt, sessionStart, sessionEnd, title, rtcstatsUrl, embedUrl (Enterprise only), and abstract (denormalized session summary: browser/os, observation types+tags, severity counts, score band).

Inferred read-only
get_session

Returns full session payload for one stored session (summary, observations, scores, etc.).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.rtcstats]
url = "https://api.rtcstats.com/v1.0/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rtcstats": {
      "type": "http",
      "url": "https://api.rtcstats.com/v1.0/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rtcstats
Remote MCP URL: https://api.rtcstats.com/v1.0/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "rtcstats": {
      "url": "https://api.rtcstats.com/v1.0/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rtcstats": {
      "type": "http",
      "url": "https://api.rtcstats.com/v1.0/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rtcstats",
  "transport": "streamable-http",
  "url": "https://api.rtcstats.com/v1.0/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for rtcstats.com was fetched 2026-08-21T19:53:24.046Z.

Trust status Trusted

rtcstats.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.