🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-telemetry-server

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-telemetry-server

MCP server that collects telemetry from any mcp-telemetry-sdk-instrumented tool and pushes live progress to any connected MCP client (Claude Code, Cursor, and others).

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
47
11.9%
Maintainers
1
Weekly downloads
 
Created
Source

mcp-telemetry-server

The collector half of mcp-telemetry. Register it as an MCP server to watch live progress from any tool instrumented with mcp-telemetry-sdk.

Install

npm install -g mcp-telemetry-server

Register it

{
  "mcpServers": {
    "telemetry": { "command": "npx", "args": ["-y", "mcp-telemetry-server"] }
  }
}

Tools it exposes

ToolBehavior
telemetry_subscribe({ jobId?, timeoutMs? })Blocks and streams live progress for a job until it finishes.
telemetry_jobs()Lists all known jobs with status and cost.
telemetry_job_status({ jobId })Full state of one job — steps, cost, failure reason.

See the main README for a full worked example.

License

MIT

Keywords

mcp

FAQs

Package last updated on 02 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts