mcp-radar
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-radarfind trustworthy servers for database access"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Radar š°ļø
MCP Server quality radar ā find the trustworthy MCP server out of 20,000+, and avoid the 98% that nobody ever installs.
Dataset: 19,947 approved MCP servers (scraped from mcp-marketplace.io, 2026-08-25) The problem: 98% of servers have zero installs, 91% pile into "Developer Tools", only 0.1% are paid, and a single server's schema can burn 47K tokens before you even ask a question.
What it does
Works inside any MCP client (Claude Desktop / Cursor / Claude Code / etc.):
search_serversā search high-quality servers by keyword/category, ranked by an open quality scoreaudit_serverā audit any single server before you install: 5-dimension score breakdown, installs, stars, security level, links
Related MCP server: MCP Servers Search
Scoring model (out of 100, open & reproducible)
Dimension | Weight | Meaning |
Heat | 25% | log-normalized install count |
Security | 25% | marketplace security_score |
Quality | 25% | avg rating + creator reputation grade |
Activity | 15% | recency of last update (decay) |
Official | 10% | official/featured bonus (marketplace self-owned excluded to avoid bias) |
Quick start
pip install -r requirements.txt # installs the MCP SDK (mcp==1.29.1)
python mcp_radar_server.py --stats # print dataset stats
python mcp_radar_server.py # run as a stdio MCP serverClaude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"mcp-radar": {
"command": "python",
"args": ["/absolute/path/mcp_radar_server.py"],
"env": { "PYTHONUNBUFFERED": "1" }
}
}
}Structure
mcp-radar/
āāā mcp_radar_server.py # MCP server (official MCP SDK / FastMCP)
āāā pyproject.toml # project metadata + pinned mcp==1.29.1
āāā requirements.txt # mcp==1.29.1
āāā README.md
āāā LAUNCHGUIDE.md # marketplace onboarding guide
āāā data/
āāā mcp_radar_data.csv # 19,947 scored serversData refresh
Re-scrape the latest data with mcp_radar_extract.py, then copy the generated CSV into data/.
Roadmap
Per-server token cost estimation (schema-size proxy)
Deep rankings for non-Developer-Tools categories (the underserved niches)
Web leaderboard page (GitHub Pages)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables searching and retrieving detailed information about MCP servers from the official MCP registry. Provides tools to list servers with filtering options and get comprehensive details about specific servers.463MIT
- AlicenseNot gradedqualityDmaintenanceEnables discovery and querying of available MCP servers from the official repository. Supports searching by name, description, features, categories, and provides random server suggestions for exploration.173MIT
- FlicenseNot gradedqualityDmaintenanceEnables discovery and automatic installation of MCP servers via mcpmarket.com integration. Searches repositories, scrapes GitHub READMEs for configuration details, and provides one-click installation to MCP clients.

mcp-server-mcpindexofficial
AlicenseAqualityBmaintenanceEnables agents to discover, compare, and install other MCP servers using natural language tasks, backed by a searchable index of thousands of servers.6227MIT
Related MCP Connectors
Look up independent trust ratings and security, maintenance, and adoption evidence for MCP servers.
Find, compare, and audit software for AI agents. Scored registry of tools and MCP servers.
Independent A-F trust grade for any MCP server, watched for drift. Free, never for sale.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/XiaoMoDern/mcp-radar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server