Buy a live status line install for a team
Buy a live status line install for a team. Returns the client script file(s), config snippets, and step-by-step instructions for the installing agent to execute locally. The response token makes the line endpoint work and re-downloading the same bundle via /api/bundle is free — never pay twice for a retry.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.05listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://scorestatus.dev/api/install
| Category | Code and developer |
|---|---|
| Provider host | scorestatus.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"league": "mlb",
"target": "claude-code",
"team": "chc"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"format": {
"description": "'plain' strips ANSI colors (tmux/starship)",
"enum": [
"ansi",
"plain"
],
"type": "string"
},
"league": {
"description": "League key: mlb, nba, wnba, nfl, nhl, mls, epl, laliga, bundesliga, seriea, ligue1, ucl, worldcup",
"type": "string"
},
"target": {
"default": "claude-code",
"description": "Where the status line will be installed",
"enum": [
"claude-code",
"codex",
"generic"
],
"type": "string"
},
"team": {
"description": "Team abbreviation, nickname, or full name (e.g. 'chc', 'Cubs', 'Chicago Cubs')",
"minLength": 1,
"type": "string"
},
"tz": {
"description": "IANA timezone for pregame times (e.g. 'America/Chicago'); defaults to US Eastern",
"type": "string"
}
},
"required": [
"league",
"team",
"target"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"bundleUrl": {
"description": "Free re-download of this exact bundle \u2014 never pay twice",
"type": "string"
},
"files": {
"items": {
"additionalProperties": false,
"properties": {
"content": {
"type": "string"
},
"mode": {
"description": "chmod mode, e.g. 755",
"type": "string"
},
"path": {
"description": "Where to write the file on the user's machine (~ = home)",
"type": "string"
}
},
"required": [
"path",
"mode",
"content"
],
"type": "object"
},
"type": "array"
},
"installId": {
"type": "string"
},
"instructions": {
"description": "Markdown install steps for the installing agent to execute",
"type": "string"
},
"league": {
"type": "string"
},
"lineUrl": {
"description": "The status-line endpoint the installed client polls",
"type": "string"
},
"target": {
"type": "string"
},
"team": {
"type": "string"
},
"token": {
"description": "Install token; baked into the client script's line URL",
"type": "string"
}
},
"required": [
"installId",
"token",
"league",
"team",
"target",
"lineUrl",
"bundleUrl",
"files",
"instructions"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}