mcp-advisor
Verified Safeby olaservo
Overview
Provides Model Context Protocol (MCP) specification and documentation as context to LLMs and humans, helping with topic explanation and server compliance evaluation.
Installation
npx -y mcp-advisor@latestEnvironment Variables
- DEFAULT_SPEC_VERSION
Security Notes
The server does not use 'eval' or other highly dangerous patterns with user input. Network requests are made to specific external URLs (`modelcontextprotocol.io`, `raw.githubusercontent.com`) for fetching documentation and schema, which introduces a supply chain risk if those sources are compromised. The `path` argument for `evaluate_server_compliance` is passed as a descriptive string to the LLM, not used for direct file system access or command execution by this server. A warning in the README notes that the `LLMS.txt` file format is currently not matching the server's expectation, which could lead to fetching unexpected or incomplete content, but not direct code execution within the server itself. Caching is implemented to reduce repeated external fetches.
Similar Servers
fastmcp
FastMCP is a Python framework for building and interacting with Model Context Protocol (MCP) servers. It provides client and server capabilities, enabling the creation of AI agents and services through definable tools, resources, and prompts. It supports various transports, authentication methods, logging, and background task execution, with strong integration for OpenAPI specifications.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
tmcp
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.
mcp-interviewer
A Python CLI tool designed to evaluate, test, and generate reports on Model Context Protocol (MCP) servers to ensure compatibility and quality for LLM agent use cases.