Research assistant / Published evidence
Start with a question.
Follow the evidence.
Find a player profile, understand a metric, or inspect a research result. Every answer keeps its source and snapshot date.
Preparing Scout's published answers...
Scout searches published answers and links each result to its source.
Turn an answer into an investigation.
Put two profiles side by side
Compare reported metrics and available percentiles within the same population.
02 / MeasureExplore a measurement
Change metrics, inspect individual observations, and download the rows behind a chart.
03 / InspectOpen the evidence gallery
Explore published visualizations alongside their methods and source artifacts.
Developer integration: connect a local CourtVision MCP server
Documented integration / Requires setup
Use CourtVision tools from Claude.
The repository documents a set of typed MCP tools for scouting, comparisons, matchup previews, and source receipts. Tool availability depends on the artifacts in your local installation. Missing data returns an explicit status.
- Clone the repository and follow the Python setup in the quickstart.
- Replace
<REPO_ROOT>with your clone's absolute path in the Desktop configuration. - Restart Claude and verify the tool connection.
This public page searches committed snapshots. It does not connect to your Claude session or run the MCP backend. A hosted connector requires a separately available endpoint.
Read the full MCP quickstart on GitHub{
"mcpServers": {
"courtvision": {
"command": "python",
"args": ["-m", "scripts.platformkit.mcp_server.server"],
"cwd": "<REPO_ROOT>",
"env": { "PYTHONPATH": "." }
}
}
}