← ogrealm.com

INDIVIDUAL MCP TOOL

get_realm_state

The entire live spine of the Realm of OGs — the single source of truth behind every page (census, quota, ledger/TRV, prices, engines), read from Solana and priced by the Crown Oracle.

ogrealm.comnone authenticationAvailability not checked

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 endpoint

ogrealm.com

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.ogrealm-com]
url = "https://ogrealm.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ogrealm-com": {
      "type": "http",
      "url": "https://ogrealm.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ogrealm-com
Remote MCP URL: https://ogrealm.com/api/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": {
    "ogrealm-com": {
      "url": "https://ogrealm.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ogrealm-com": {
      "type": "http",
      "url": "https://ogrealm.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ogrealm-com",
  "transport": "streamable-http",
  "url": "https://ogrealm.com/api/mcp"
}
MCP Inspector

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

Related tools

  • read_census — The living social order — strata, the count over time, and the Living Quota.
  • read_ledger — Proof of Reserves — Total Realm Value reconciled, per-token market caps, and TRV history.
  • read_realm — The living engines — per-epoch emissions, vaults, and epochs (Mine, Reserve, Lottery).
  • read_quota — The Living Quota — seat reachability per class (figures only; the reckoning is sealed to the Crown).
  • read_prices — The Crown Oracle price-of-record — six tokens, real-world anchors, reliability tiers.
  • read_airdrop — The Alchemy Airdrop — epochs to UEC 904, the $OGA prize, the citizenship floor.
  • look_up_wallet — Read any Solana wallet's seat in the Realm — its class, holdings, and standing — live from chain.