{
  "markdown": "<!-- mcp-name: io.github.bbb-build/mascope-mcp -->\n# MAScope MCP Server\n\nMCP server for [MAScope](https://miniapps.humanary.world) — World MiniApp reviews and analytics data, powered by verified humans.\n\nEvery review on MAScope is posted by a human verified through [World ID](https://world.org) proof-of-personhood. No bots. No fakes. Real reviews.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `search_miniapps` | Search World MiniApps by keyword, category, or sort criteria |\n| `get_app_details` | Get detailed info about a specific MiniApp (rank, users, trend) |\n| `get_app_reviews` | Get verified reviews with ratings, comments, and distribution |\n| `get_trending_apps` | Get trending apps sorted by growth rate |\n| `get_category_analytics` | Category breakdown with app count and top apps |\n| `compare_apps` | Compare 2-5 apps side by side |\n\n## Setup\n\n### Claude Desktop\n\nAdd to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"mascope\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mascope-mcp\"]\n    }\n  }\n}\n```\n\n### Claude Code\n\n```bash\nclaude mcp add mascope -- npx -y mascope-mcp\n```\n\n### Cursor\n\nAdd to `.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"mascope\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mascope-mcp\"]\n    }\n  }\n}\n```\n\n### VS Code\n\nAdd to `.vscode/mcp.json`:\n\n```json\n{\n  \"servers\": {\n    \"mascope\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mascope-mcp\"]\n    }\n  }\n}\n```\n\n## Rate Limits\n\nFree tier: **100 API calls/day** per IP address. Rate limit headers are included in all responses.\n\n## License\n\nMIT\n",
  "bytes": 1581,
  "sha": "6b290355f6f45e5de6019ec83be7a7351abdbf3a0bd0f0fa225574bc0a85e5b7",
  "repo_slug": "bbb-build/mascope-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_bbb_build_mascope_mcp_0e7ec831/readme"
}