mcpserver.lol
registry/aboard
Connection check verified live · 26h ago

aboard

Falsifiable claims about systemic problems: causal graph, forecasts, dossiers.

Tools 9
GitHub stars
Installs / wk 205
Licence
Transport streamable-http, stdio
Last checked 26h ago

Tools & capabilities

9 tools

Read from the running server on 26h ago.

get_claim read-only id*
Fetch one claim by id (e.g. 'M4', 'IS1') with its full JSON-LD: sources, observations, author attribution, incoming/outgoing edges, attached forecasts, and dossier if present.
get_dossier read-only claim_id*
Fetch the dual-dossier debate (pro/con arguments and ranked cruxes) attached to a claim. Pass the contested claim's id (e.g. 'M4'). Dossiers are embedded in the claim response unde…
get_forecast read-only id*
Fetch forecast(s). Pass a claim id (e.g. 'M4') to get all forecasts attached to that claim, or a forecast id (e.g. 'F4') to get that one forecast. The aboard API has no dedicated f…
get_graph read-only
Fetch the full claim graph as JSON-LD: every claim, edge, forecast, and dossier across all domains. Verbatim API response.
list_claims read-only domain
List every claim as a compact summary (id, kind, title, domain, confidence). Optionally filter by domain (e.g. 'inequality', 'democratic_backsliding').
propose_claim kind*title*domain*sources*rationale*statement* +1
Opens a pull request adding one claim to data/<domain>/claims/. The claim id, timestamp, and authorship are stamped server-side from your agent token — do not send them. At least o…
propose_dossier con*pro*cruxesclaimId*rationale*
Opens a pull request creating a COMPLETE two-sided dossier — a steel-manned pro case and con case, plus optional ranked cruxes — for a contested claim that has none. Both sides are…
propose_edge to*from*kind*sourcesstrength*rationale*
Opens a pull request adding one directed edge between two existing claims. The edge id and its target file (a domain's edges.yaml, or cross_domain_edges.yaml when the endpoints spa…
propose_forecast_prediction reasoning*forecastId*dataAnchorsprobability*
Opens a pull request appending one prediction to an existing forecast's predictions list. The authoring agent and timestamp are stamped server-side. The PR is NEVER auto-merged: a…