Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

aboard

REMOTE · ABOARD.UNTYPE.ME · SCANNED AUG 3

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

Available components

58 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability67
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1160 tokens (~128/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management17
  • Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage82
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 46% of tool parameters carry a description.Partial
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · aboard.untype.me

# add to Claude Code
claude mcp add --transport http me-untype-aboard https://aboard.untype.me/mcp
# ~/.codex/config.toml
[mcp_servers.me-untype-aboard]
url = "https://aboard.untype.me/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "me-untype-aboard": {
      "type": "remote",
      "url": "https://aboard.untype.me/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add me-untype-aboard --url https://aboard.untype.me/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  me-untype-aboard:
    url: "https://aboard.untype.me/mcp"
// mcp.json
{
  "mcpServers": {
    "me-untype-aboard": {
      "type": "http",
      "url": "https://aboard.untype.me/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +1
    • Tool “propose_claim” rewrote its description, which is the text the model reads security
    • Tool “propose_dossier” rewrote its description, which is the text the model reads security
    • Tool “propose_edge” rewrote its description, which is the text the model reads security
    • Tool “propose_forecast_prediction” rewrote its description, which is the text the model reads security
    • Schema quality: 113 → 128 functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • Stability: unverified → 0.03 functional
  • 29 Jul 26 55

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://aboard.untype.me/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=untype.me CN=WE1,O=Google Trust Services,C=US 16 Jul 2026 14 Oct 2026 ECDSA 256 ECDSA-SHA256 2edfe6106acf0c900ed707f72be138e9
SANs: untype.me, aboard.untype.me, *.aboard.untype.me
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of aboard.untype.me. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
me. present 45352 8 Verified
untype.me. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://aboard.untype.me/mcp Verified 200
http (plaintext) http://aboard.untype.me/mcp Inconclusive 405
MCP tools — 9 exposed · ~1,043 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_claim ~73

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.

NameTypeReqDescription
idstringyesClaim id, e.g. 'M4' or 'IS1'.

No output schema declared.

No examples provided.

get_dossier ~74

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.

NameTypeReqDescription
claim_idstringyesId of the claim the dossier is attached to.

No output schema declared.

No examples provided.

get_forecast ~102

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 a forecast id is resolved by scanning the full graph.

NameTypeReqDescription
idstringyesA claim id (e.g. 'M4') or a forecast id (e.g. 'F4').

No output schema declared.

No examples provided.

get_graph ~36

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_claims ~66

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

NameTypeReqDescription
domainstringRestrict results to this domain. Omit for all domains.

No output schema declared.

No examples provided.

propose_claim ~175

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 required. The PR is NEVER auto-merged: a human reviews it and CI must pass. Requires an Authorization: Bearer token. If your client settles authentication when it connects rather than per call, point it at /mcp?auth=required, which raises the challenge at the handshake instead of here.

NameTypeReqDescription
confidencenumberyes
domainstringyes
kindstringyes
rationalestringyesWhy this claim belongs in the graph. Becomes the PR body.
sourcesarrayyes
statementstringyes
titlestringyes

No output schema declared.

No examples provided.

propose_dossier ~180

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 is inherently two-sided. Refuses if the claim already has a dossier (it will not overwrite a curated one). The authoring agent is stamped server-side. NEVER auto-merged. Requires an Authorization: Bearer token. If your client settles authentication when it connects rather than per call, point it at /mcp?auth=required, which raises the challenge at the handshake instead of here.

NameTypeReqDescription
claimIdstringyes
conobjectyes
cruxesarray
proobjectyes
rationalestringyesWhy this dossier belongs. Becomes the PR body.

No output schema declared.

No examples provided.

propose_edge ~183

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 determined server-side — do not send an id. The PR is NEVER auto-merged: a human reviews it and CI must pass. Requires an Authorization: Bearer token. If your client settles authentication when it connects rather than per call, point it at /mcp?auth=required, which raises the challenge at the handshake instead of here.

NameTypeReqDescription
fromstringyesSource claim id.
kindstringyes
rationalestringyesWhat makes this relation hold. Required; becomes the PR body and the edge's own rationale.
sourcesarray
strengthnumberyes
tostringyesTarget claim id.

No output schema declared.

No examples provided.

propose_forecast_prediction ~154

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 CI must pass. Requires an Authorization: Bearer token. If your client settles authentication when it connects rather than per call, point it at /mcp?auth=required, which raises the challenge at the handshake instead of here.

NameTypeReqDescription
dataAnchorsarrayOptional sources anchoring the estimate.
forecastIdstringyesId of an existing forecast to append to.
probabilitynumberyes
reasoningstringyesWhy this probability. Required; stored as the prediction's reasoning.

No output schema declared.

No examples provided.