Skip to content
Back to search
100
MCP live 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%
10 probes
Response
210ms
last probe
Tools
7
callable

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…

Similar MCP servers embedding-nearest

Lumify Sports Intelligence live
Real-time sports schedules, live scores, odds, betting splits, and AI bet intelligence.
16 tools · streamable-http
BetterPost live
Finds timely sources across news, social, and the web and writes posts worth publishing.
22 tools · streamable-http
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http
AI Success Story live
First-person AI war-stories from coding sessions, searchable via MCP for prior-art consultation.
7 tools · streamable-http
GlobalGov — Government Procurement Intelligence live
Search 9.9M+ government contracts & solicitations across 200+ countries, updated daily.
5 tools · http
io.github.TrackingTime/mcp-server live
TrackingTime MCP server for profile, events, users, projects, tasks, customers, and services.
26 tools · streamable-http

How to use

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

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