Back to Home
olaservo icon

mcp-advisor

Verified Safe

by 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

Run Command
npx -y mcp-advisor@latest

Environment 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

Stats

Interest Score41
Security Score9
Cost ClassHigh
Avg Tokens50000
Stars25
Forks3
Last Update2025-12-06

Tags

MCPSpecificationDocumentationLLM ContextCompliance