Server data from the Official MCP Registry
Query real user session replay data: tapes, transcripts, error/rage-click filters, alerts.
About
Query real user session replay data: tapes, transcripts, error/rage-click filters, alerts.
Remote endpoints: streamable-http: https://usertapes.com/mcp
Security Report
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Connect
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-mcdca-usertapes-mcp": {
"url": "https://usertapes.com/mcp"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
UserTapes MCP Server
UserTapes is a session replay tool. This is its Model Context Protocol server: a hosted, stateless JSON-RPC endpoint that lets any MCP client — Claude Code, Claude Desktop, Cursor, or your own agent — query what real users did on your site.
This repo does not contain the server's application source (that lives in the main UserTapes codebase). It exists to document and register the public connection details: the endpoint, its tools, and how to authenticate.
Why
Your coding agent can read your repository, your git history, and your test output. None of that describes what a real person actually did when something broke. UserTapes derives a text transcript from every recorded session — clicks, navigation, errors, rage clicks — so an agent can query sessions the same way it queries anything else, instead of you exporting a video and pasting it into a prompt.
Connecting
The server is one HTTP endpoint speaking stateless JSON-RPC 2.0 over
Streamable HTTP (protocol revision 2025-06-18). Get a token from your
account's Agent access page, then add:
{
"mcpServers": {
"usertapes": {
"url": "https://usertapes.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_TOKEN" }
}
}
}
No package install, no local process — the client talks to
https://usertapes.com/mcp directly.
Tools
| Tool | What it does |
|---|---|
list_sites | The account's sites |
list_tapes | Sessions for a site, newest first, filterable by errors, rage clicks, URL substring, duration, and date range |
read_transcript | One session as a markdown transcript |
get_stats | Aggregate counts over N days |
site_digest | One-call briefing of the last N days |
list_alerts / create_alert / delete_alert | Saved standing watches over sessions (e.g. "notify when a session hits an error on /checkout") |
The MCP token is a distinct, revocable, read-scoped credential — separate from a site's ingest-only tracking token. Its only write surface is alerts; it cannot delete a recording, change a site, or touch billing.
Docs
- MCP server docs — endpoint, auth, connection config, full tool reference
- MCP agent access — feature overview
- Session replay over MCP — full protocol details and tool schema
License
MIT — see LICENSE. (This repo is documentation and a registry manifest; the UserTapes application itself is closed source.)
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
FinAgent
Freeby mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
