Mcp Advisor — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Advisor (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- mcp-name: io.github.stucchi/mcp-advisor -->
<p align="center"> <img src="assets/icon.png" alt="MCP Advisor" width="200"> </p>
An MCP server that lets your AI assistant browse, search, and discover MCP servers from the MCP Advisor registry.
# Run directly (recommended)
uvx mcp-advisor
# Or install globally
pip install mcp-advisorAdd to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-advisor": {
"command": "uvx",
"args": ["mcp-advisor"]
}
}
}Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-advisor": {
"command": "uvx",
"args": ["mcp-advisor"]
}
}
}uvx mcp-advisor # stdio transport (default)
uvx mcp-advisor --transport sse # SSE transport
uvx mcp-advisor --api-token YOUR_TOKEN # authenticated (for starring)| Tool | Description |
|---|---|
search_servers | Search MCP servers with filters (query, transport, registry type, tag, sort) |
get_server_details | Get full details about a specific server |
get_install_instructions | Get install config for Claude Desktop, Cursor, or generic |
star_server | Star a server (requires auth token) |
unstar_server | Remove a star (requires auth token) |
list_starred_servers | List your starred servers (requires auth token) |
get_trending_servers | Get trending servers by star count |
get_registry_stats | Get registry statistics |
browse_tags | List all tags with server counts |
MIT - Luca Stucchi
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.