MAScope MCP Server
MAScope MCP Server
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.
Tools
Tool | Description |
| Search World MiniApps by keyword, category, or sort criteria |
| Get detailed info about a specific MiniApp (rank, users, trend) |
| Get verified reviews with ratings, comments, and distribution |
| Get trending apps sorted by growth rate |
| Category breakdown with app count and top apps |
| Compare 2-5 apps side by side |
Setup
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"mascope": {
"command": "npx",
"args": ["-y", "mascope-mcp"]
}
}
}Claude Code
claude mcp add mascope -- npx -y mascope-mcpCursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"mascope": {
"command": "npx",
"args": ["-y", "mascope-mcp"]
}
}
}VS Code
Add to .vscode/mcp.json:
{
"servers": {
"mascope": {
"command": "npx",
"args": ["-y", "mascope-mcp"]
}
}
}Rate Limits
Free tier: 100 API calls/day per IP address. Rate limit headers are included in all responses.
License
MIT