Skip to content

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.

2,210 searchable entries4 sportsHistorical snapshotsSearch runs in your browser

Preparing Scout's published answers...

Calibration & the market
Players & teams
How the system works
Data availability

Scout searches published answers and links each result to its source.

Turn an answer into an investigation.

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.

  1. Clone the repository and follow the Python setup in the quickstart.
  2. Replace <REPO_ROOT> with your clone's absolute path in the Desktop configuration.
  3. 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": "." }
    }
  }
}