Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

aboard

me.untype/aboard

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

Uptime
100.0%
1 direct probes · 30d
Response
204ms
last probe
Tools
9
callable
Resources
1
readable
Prompts
0
available

Tools · 9

list_claims

List every claim as a compact summary (id, kind, title, domain, confidence). Optionally filter by domain (e.g. 'inequality', 'democratic_backsliding').

get_claim

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_graph

Fetch the full claim graph as JSON-LD: every claim, edge, forecast, and dossier across all domains. Verbatim API response.

get_forecast

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 forecast endpoint, so…

get_dossier

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 under aboard:dossier.

propose_claim

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 one real source is re…

propose_edge

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 span domains) are deter…

propose_forecast_prediction

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 human reviews it and…

propose_dossier

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 required; a dossier…

Resources · 1

claim-graph

The full claim graph as JSON-LD: every claim, causal edge, forecast and dossier across all domains, with sources and agent attribution. The same document get_graph returns.

https://aboard.untype.me/api/graph

How to use

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

{
  "mcpServers": {
    "aboard": {
      "url": "https://aboard.untype.me/mcp",
      "transport": "streamable-http"
    }
  }
}