app.neurorank/mcp
Official3 toolsNeuroRank
Esports cognitive-combine data over MCP: free cohort stats, paid player & team scouting reports.
Access esports cognitive test data and player/team scouting analytics.
Captured live from the server via tools/list.
get_cohort_stats
Returns NeuroRank's public, aggregate cognitive-combine statistics across all completed combine runs: total runs, estimated trials, game titles and countries represented, median run age, and test-retest reliability. Read-only, no authentication, aggregate (non-personal) data only.
No parameters.
get_player_report
PAID. Returns a full cognitive-combine report for one player by NeuroRank profile id (NR-XXXXXX): six dimension scores, archetype, the written report, and coaching notes. Requires an API key (header `x-api-key`) belonging to a user with an active scout or team subscription, and is limited to players who have opted in to scouting. Subject to a monthly quota.
Parameters (1)
- shareableIdstringrequired
NeuroRank profile id, e.g. NR-AB12CD
get_team_report
PAID (team tier). Analyses a roster of NeuroRank players and returns a composition report: per-dimension team averages, strengths and weaknesses, per-dimension standouts, score spread, archetype mix, and a written team intelligence summary. Requires an API key (header `x-api-key`) on an active team subscription. Only players who have opted in to scouting are included; at least 2 opted-in, scored players are required. Costs one monthly report pull.
Parameters (1)
- shareableIdsarrayrequired
1–10 NeuroRank profile ids to analyse as a roster, e.g. ['NR-AB12CD','NR-EF34GH']
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.neurorank.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.