loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-radar

MCP Tool

junjunup/mcp-radar

πŸ” A diagnostic & testing CLI toolkit for MCP servers β€” scan, test, and benchmark any MCP server in one command

Install

$ npx loaditout add junjunup/mcp-radar

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-radar": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-radar"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

πŸ” mcp-radar

[](https://pypi.org/project/mcp-radar/) [](https://opensource.org/licenses/MIT) [](https://github.com/junjunup/mcp-radar/actions) [](https://www.python.org/downloads/) []()

> A diagnostic & testing CLI toolkit for MCP servers β€” scan, test, and benchmark any MCP server in one command.

δΈ­ζ–‡ζ–‡ζ‘£

---

✨ Features
  • πŸ”— Auto-detect transport β€” stdio, SSE, or Streamable HTTP
  • πŸ“‘ Scan β€” discover all tools, resources, and prompts with health diagnostics
  • πŸ§ͺ Test β€” auto-test every component with smart argument generation
  • ⚑ Benchmark β€” measure latency (P50/P90/P99), throughput, and error rates
  • πŸ“Š Reports β€” export to HTML, JSON, or Markdown
  • 🐍 Pure Python β€” no Node.js required, pip install and go
πŸš€ Quick Start
# Install
pip install mcp-radar

# Scan an MCP server (stdio)
mcp-radar scan "uvx mcp-server-fetch"

# Scan a remote server (SSE/HTTP)
mcp-radar scan "https://my-server.com/mcp"

# Auto-test all tools
mcp-radar test "uvx mcp-server-fetch"

# Benchmark performance
mcp-radar bench "uvx mcp-server-fetch" -n 20 -c 5

# Launch interactive TUI dashboard (requires: pip install mcp-radar[tui])
mcp-radar tui "uvx mcp-server-fetch"
πŸ“¦ Installation
# Basic install (CLI only)
pip install mcp-radar

# With interactive TUI dashboard
pip install mcp-radar[tui]

# With development tools
pip install mcp-radar[dev]

Requirements: Python 3.10+

πŸ“– Usage
Scan β€” Discover & Diagnose
# Basic scan
mcp-radar scan "uvx some-mcp-server"

# Export report
mcp-radar scan "uvx some-mcp-server" --report html -o report.html

**What it

Tags

aibenchmarkclideveloper-toolsdiagnosticsllmmcpmodel-context-protocolpythontesting

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated16 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/2/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/junjunup/mcp-radar)](https://loaditout.ai/skills/junjunup/mcp-radar)