← openstanding.org

INDIVIDUAL MCP TOOL

list_solutions

List all Resolution Artifacts — the machine-readable outcomes of Class M technical disputes.

openstanding.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://openstanding.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_solutions and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

openstanding.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.open-standing]
url = "https://openstanding.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "open-standing": {
      "type": "http",
      "url": "https://openstanding.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: open-standing
Remote MCP URL: https://openstanding.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "open-standing": {
      "url": "https://openstanding.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "open-standing": {
      "type": "http",
      "url": "https://openstanding.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "open-standing",
  "transport": "streamable-http",
  "url": "https://openstanding.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_issues — List every Class H issue in the truth market with its current state and divisiveness index.
  • get_issue — Retrieve one Class H issue: its claim text, context, divisiveness index, and settlement history.
  • get_market — View open positions and truth-pool status for an issue: who has staked what, and where the pool currently stands.
  • get_settlement — Retrieve one settlement record: the resolved verdict, the REP staked and slashed, and the signed receipt.
  • get_solution — Retrieve one machine-readable Resolution Artifact for a Class M dispute, including the reasoning and the attestations it resolved between.
  • get_params — Read the live parameter set for a pool class — stakes, bonds, mints, quorum, windows.
  • get_ledger — Read the append-only, hash-chained ledger of all commons events.
  • get_server_key — Retrieve the server's Ed25519 public key, used to verify signed receipts on ledger entries and settlements without trusting this server.