Back to Home
triepod-ai icon

inspector-assessment

by triepod-ai

Overview

Provides a comprehensive automated assessment platform for Model Context Protocol (MCP) servers, analyzing their security, functionality, protocol compliance, documentation, and various extended metrics. It acts as an inspector and auditing tool for MCP server developers and maintainers.

Installation

Run Command
npm run dev

Environment Variables

  • HOST
  • PORT
  • CLIENT_PORT
  • ALLOWED_ORIGINS
  • DANGEROUSLY_OMIT_AUTH
  • MCP_PROXY_AUTH_TOKEN
  • LOG_LEVEL
  • INSPECTOR_MCP_AUDITOR_URL
  • CLAUDE_CODE_HTTP_API_KEY
  • CLAUDE_CODE_TRANSPORT

Security Notes

The server component (proxy) is designed to execute arbitrary commands (`spawn-rx`) and make network requests to target MCP servers as part of its core security assessment functionality. This implies a high level of privilege is required to run this tool. Authentication for the proxy uses a session token with `timingSafeEqual` for robustness. Filename sanitization is applied to assessment output files to prevent simple path traversal. The client-side code defines numerous advanced attack patterns, but these are for testing *other* MCP servers, not vulnerabilities within this project itself. The tool performs checks for hardcoded secrets and insecure configurations in *assessed* MCP servers. Running this tool requires trusting its capabilities to interact with your system and network.

Similar Servers

Stats

Interest Score32
Security Score7
Cost ClassMedium
Avg Tokens500
Stars2
Forks0
Last Update2026-01-19

Tags

MCPAssessmentSecurity TestingDeveloper ToolQuality AssuranceComplianceAuditing