Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

IPSC Scoreboard

mandakan/ssi-scoreboard

Analyze IPSC competition data and results from Shoot-n-Score-It to track shooter performance. Compare competitors stage-by-stage using detailed metrics like hit factors, time-vs-accuracy breakdowns, and efficiency percentages. Search for upcoming matches or retrieve popular event details to stay updated on competitive practical shooting.

Uptime
100.0%
1 direct probes · 30d
Response
313ms
last probe
Tools
7
callable
Resources
2
readable
Prompts
4
available

Tools · 7

search_events

Search for IPSC competitions by name, country, date range, or level. Use this to find a specific match the user has named, or to browse upcoming/recent events. Each result contains `id` and `content_t…

get_match

Fetch full details for a specific IPSC match. Returns the complete competitor list — each entry has a numeric `id`, `name`, `club`, and `division`. Also returns a `squads` list where each squad has a …

compare_competitors

Run a deep stage-by-stage comparison for 1–12 competitors in a match. Returns scores, hit factors, penalties, efficiency %, consistency, time-vs-accuracy breakdown, what-if rank simulations, and perfo…

get_stage_times

Export raw stage times for a list of competitors at a match — built for video editors who want to auto-cut a long match recording into per-stage clips. Returns one object per competitor with a stages[…

get_popular_matches

List recently-viewed IPSC matches from the cache. Call this first whenever the user hasn't specified a match — it surfaces currently-active or recently-popular events so you can ask which one they mea…

get_shooter_dashboard

Fetch a shooter's cross-competition profile and career statistics. Returns: profile (name, club, division), match history (up to 50 recent matches with per-match stats), aggregate stats (overall match…

find_shooter

Search for shooter profiles by name. Returns a list of matching shooters with their shooter_id — pass that ID to get_shooter_dashboard to load their full career history. Only shooters who have appeare…

Resources · 2

guide

How to use the SSI Scoreboard MCP tools, including workflows and data quality notes

ssi://guide
ipsc-reference

IPSC reference: divisions, match levels, status codes, scoring zones, hit factor formula, and shooter archetypes

ssi://ipsc-reference

Prompts · 4

analyze_performance

Analyse a competitor's stage-by-stage performance at an IPSC match and produce coaching feedback

compare_squad

Compare all members of a squad (or a named group) head-to-head at an IPSC match

pre_match_prep

Generate a pre-match preparation brief for a shooter at an upcoming IPSC match

find_matches

Find upcoming or recent IPSC matches, optionally filtered by country, name, or competition level

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ipsc_scoreboard": {
      "url": "https://scoreboard.urdr.dev/api/mcp",
      "transport": "http"
    }
  }
}