Labsco
olaservo logo

MCP Advisor

โ˜… 26

from olaservo

Access the Model Context Protocol specification through prompts and resources.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

MCP Advisor

โš ๏ธWarning: currently this server depends on the official LLMS.txt file which no longer matches the format expected by this server. This server also still needs to be updated for the latest spec. For the time being, I recommend using the official docs server and pointing to the schemas in the MCP repo instead.

An MCP server that provides comprehensive access to the Model Context Protocol specification through both prompts and resources. This server helps LLMs and humans understand and work with the MCP specification by providing the complete JSON schema and detailed documentation.

When would I use this type of solution instead of web search or other RAG solutions?

While the same information is already available on the web, if you have a use case where precise spec information is preferred, directly fetching the spec details as context should provide a more reliable result.

Since these resources should easily fit within a model's context window, using a more complex RAG solution is not really necessary unless you need to compare documents to other documents, or do more complex types of querying.

Other ways to do the same thing

If you prefer a more ad-hoc approach you can also use an MCP server like fetch to do the following:

  1. Fetch the contents of https://modelcontextprotocol.io/llms.txt to get the list of valid links
  2. Fetch content from links that are relevant to the current task