mcp-radar
MCP Radar 🛰️
MCP 서버 품질 레이더 — 20,000개 이상의 MCP 서버 중 신뢰할 수 있는 서버를 찾고, 아무도 설치하지 않는 98%를 피하세요.
데이터셋: 승인된 MCP 서버 19,947개 (mcp-marketplace.io에서 스크래핑, 2026-08-25) 문제: 서버의 98%는 설치 횟수가 0이고, 91%는 "Developer Tools"에 몰려 있으며, 유료 서버는 0.1%에 불과하고, 단일 서버의 스키마는 질문을 하기 전에 47K 토큰을 소모할 수 있습니다.
하는 일
모든 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/에 복사하세요.
로드맵
서버별 토큰 비용 추정 (스키마 크기 프록시)
Developer Tools가 아닌 카테고리에 대한 심층 순위 (소외된 틈새 시장)
웹 리더보드 페이지 (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