Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mascope": {
"args": [
"-y",
"mascope-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for MAScope — World MiniApp reviews and analytics data, powered by verified humans.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mascope-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mascope-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
App framework, testing framework, and inspector for MCP Apps.
MCP Security Weekly
Get CVE alerts and security updates for io.github.bbb-build/mascope-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for MAScope — World MiniApp reviews and analytics data, powered by verified humans.
Every review on MAScope is posted by a human verified through World ID proof-of-personhood. No bots. No fakes. Real reviews.
| Tool | Description |
|---|---|
search_miniapps | Search World MiniApps by keyword, category, or sort criteria |
get_app_details | Get detailed info about a specific MiniApp (rank, users, trend) |
get_app_reviews | Get verified reviews with ratings, comments, and distribution |
get_trending_apps | Get trending apps sorted by growth rate |
get_category_analytics | Category breakdown with app count and top apps |
compare_apps | Compare 2-5 apps side by side |
Add to claude_desktop_config.json:
{
"mcpServers": {
"mascope": {
"command": "npx",
"args": ["-y", "mascope-mcp"]
}
}
}
claude mcp add mascope -- npx -y mascope-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"mascope": {
"command": "npx",
"args": ["-y", "mascope-mcp"]
}
}
}
Add to .vscode/mcp.json:
{
"servers": {
"mascope": {
"command": "npx",
"args": ["-y", "mascope-mcp"]
}
}
}
Free tier: 100 API calls/day per IP address. Rate limit headers are included in all responses.
MIT