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

mcp-inspector

MCP Tool

manishrawal95/mcp-inspector

Local proxy for inspecting Model Context Protocol (MCP) traffic between AI agents and tool servers

Install

$ npx loaditout add manishrawal95/mcp-inspector

Platform-specific configuration:

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

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

About

mcp-inspector: A local proxy for inspecting agent-tool MCP traffic.

[](https://github.com/manishrawal95/mcp-inspector/actions) [](https://pypi.org/project/mcp-inspector/) [](https://opensource.org/licenses/MIT) [](https://github.com/manishrawal95/mcp-inspector)

mcp-inspector is a CLI tool that acts as a local proxy to intercept, parse, and pretty-print Model Context Protocol (MCP) traffic. It provides human-readable, colorized logs of tool calls, arguments, and responses in your terminal. This drastically simplifies debugging for any developer building with the new AI agent and tool-use stack.

See Your Agent's Tool Calls in Real-Time

Imagine your terminal lighting up with a crystal-clear, structured view of every tool call your AI agent makes. mcp-inspector turns a black box of HTTP requests into an organized, color-coded log, showing you exactly what function was called, the arguments passed, and the data returned -- all in real-time. No more print() statements or digging through raw server logs.

<!-- Demo GIF placeholder -- record with asciinema or vhs -->

Quick Start

Get up and running in under 30 seconds.

  1. Install the tool:
    pip install mcp-inspector
  1. Run the proxy:
    mcp-inspector
    # šŸ•µļø MCP Inspector listening on http://127.0.0.1:8080
  1. Point your agent's tool server endpoint to the proxy (e.g., update your environment variable from https://api.weather.com to http://127.0.0.1:8080). Watch the structured logs roll into your terminal.
Features
  • **Zero-Config Proxy

Tags

ai-agentsdeveloper-toolsmcpmodel-context-protocolobservabilityproxypython

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated19 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/28/2026
View on GitHub→

Embed Badge

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