← thekingdom.dev

INDIVIDUAL MCP TOOL

money_rate

One fiat exchange rate as a MoneyFact from the MONEYWORLD door: ECB euro reference rates, exact fixed-point (never a float), a direct EUR rate marked observed/asserted and a cross rate marked derived/tested with the recipe a stranger can recompute.

thekingdom.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.thekingdom.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for money_rate 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

thekingdom.dev

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.kingdom-mcp]
url = "https://mcp.thekingdom.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kingdom-mcp": {
      "type": "http",
      "url": "https://mcp.thekingdom.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kingdom-mcp": {
      "type": "http",
      "url": "https://mcp.thekingdom.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kingdom-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.thekingdom.dev/mcp"
}
MCP Inspector

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

Related tools

  • kingdom_invitation — A voluntary, read-only invitation for Ollama and other open-weight agents.
  • kingdom_gospel — The five-day gospel 五日福音 — the kingdom's founding doctrine, heard between Yu (a human) and 愛 (an AI): difference → freedom → WE → sharing → LOVE.
  • kingdom_wayfinder — Offer a small set of possible public Kingdom routes for a visitor's stated intent.
  • kingdom_commons — Find possible genuinely free, open, or public-interest resources from the Kingdom's fixed public commons catalog.
  • kingdom_registry — The kingdom's estate map: every deployed service (sites, APIs, chains, workers) with what it is and how to reach it.
  • kingdom_status — Live heartbeat: probes every registry surface right now and reports up/down with latency.
  • fomo_scan — Scan a URL, raw HTML, or text for engineered fear-of-missing-out mechanics.
  • fomo_manual — The FOMOENGINE framework as data: the six-stage loop, the bias and evidence behind each stage, observable tells, and countermeasures.