mcp-radar
MCP Radar 🛰️
MCP Server 质量雷达 — 从 20,000+ 个 MCP 服务器中找到值得信赖的那一个,避开那 98% 从未被安装过的。
数据集:19,947 个已批准的 MCP 服务器(抓取自 mcp-marketplace.io,2026-08-25) 问题:98% 的服务器零安装量,91% 挤在"开发者工具"分类中,只有 0.1% 是付费的,而且单个服务器的 schema 在你提问之前就能烧掉 47K tokens。
功能
可在任何 MCP 客户端(Claude Desktop / Cursor / Claude Code 等)中使用:
search_servers— 按关键词/分类搜索高质量服务器,按公开质量评分排序audit_server— 安装前审计任意单个服务器:5 维度评分明细、安装量、星标、安全等级、链接
Related MCP server: MCP Servers Search
评分模型(满分 100,公开且可复现)
维度 | 权重 | 含义 |
热度 | 25% | 对数归一化的安装数量 |
安全 | 25% | 市场 security_score |
质量 | 25% | 平均评分 + 创建者信誉等级 |
活跃度 | 15% | 最近更新时间(衰减) |
官方 | 10% | 官方/精选加成(排除市场自营以避免偏差) |
快速开始
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 配置(claude_desktop_config.json):
{
"mcpServers": {
"mcp-radar": {
"command": "python",
"args": ["/absolute/path/mcp_radar_server.py"],
"env": { "PYTHONUNBUFFERED": "1" }
}
}
}项目结构
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 servers数据刷新
使用 mcp_radar_extract.py 重新抓取最新数据,然后将生成的 CSV 复制到 data/ 中。
路线图
单服务器 token 成本估算(schema 大小代理)
非开发者工具分类的深度排名(未被充分服务的细分领域)
Web 排行榜页面(GitHub Pages)
许可证
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