INDIVIDUAL MCP TOOL
get_corpus
Fetch the externally verifiable corpus tier: works submitted for fetch-verify-attest.
LIVE ENDPOINT
https://openstanding.org/mcp
Connect to this endpoint to inspect the live schema for get_corpus and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.list_solutions— List all Resolution Artifacts — the machine-readable outcomes of Class M technical disputes.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.