v1.0 — open source

Your MCP server is either production-ready or it isn't.

MCP Pulse tells you which. A CLI reliability monitor for Model Context Protocol servers — latency, errors, and dangerous methods, surfaced before your users find them.

$npm install -g @mcppulse/cli

Node 18+ · macOS, Linux, Windows · zero config

~/projects/my-mcp-server — mcp-pulse -- node ./server.js
$ mcp-pulse -- node ./server.js
Probing 12 tools, 4 resources, 2 prompts…
┌──────────────────────────────┬────────┬──────────┬─────────┐
tool p50 errors status
├──────────────────────────────┼────────┼──────────┼─────────┤
search_docs 42ms 0/812 ok
read_file 11ms 0/2.1k ok
exec_query 318ms 3/204 slow
delete_record danger
└──────────────────────────────┴────────┴──────────┴─────────┘
✖ delete_record exposes a destructive method without confirmation.
fix: wrap handler with requireConfirm() → docs.mcp-pulse.com/safety
✓ 11/12 tools healthy · uptime 99.94% · last 7 days
$

Pick your signal-to-noise ratio

Start free. Upgrade when uptime stops being optional.

Free

$0forever

For solo builders shipping their first MCP.

  • 7-day history
  • Terminal summary
  • Local-only checks
  • Community support
Most popular

Starter

$29/ month

When uptime starts mattering.

  • 30-day history
  • PDF report exports
  • Automated fix suggestions
  • Email digest

Team

$99/ month

Ship with a team that watches together.

  • Everything in Starter
  • Cross-user benchmarks
  • Slack alerts
  • Shared dashboards

Security

$299/ month

For MCPs that touch production data.

  • Real-time dangerous method alerts
  • Audit log export (SOC2-ready)
  • Method-level RBAC checks
  • Priority response SLA
Embed

Wear your uptime on your README.

Drop a live status badge in your repo. Green when your MCP server is healthy, red when it isn't. Updated every 60 seconds.

MCP Pulse badge previewlive preview
README.md
<!-- status badge -->
![MCP Pulse](https://badge.mcp-pulse.com/your-server.svg)