# org.wegtultrarich/mcp (remote · api.wegtultrarich.org)

A free, no-auth, computation-only MCP server that makes billionaire/trillionaire wealth tangible.

- Trust score: 66/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.wegtultrarich.org`: 66/100 (this document), [markdown](https://verifymcp.io/servers/org-wegtultrarich-mcp/api.md), [page](https://verifymcp.io/servers/org-wegtultrarich-mcp/api)

## Channel facts

- Endpoint: `https://api.wegtultrarich.org/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.3.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1993 tokens (~398/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http org-wegtultrarich-mcp https://api.wegtultrarich.org/mcp
```

### Codex

```toml
[mcp_servers.org-wegtultrarich-mcp]
url = "https://api.wegtultrarich.org/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "org-wegtultrarich-mcp": {
      "type": "remote",
      "url": "https://api.wegtultrarich.org/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add org-wegtultrarich-mcp --url https://api.wegtultrarich.org/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  org-wegtultrarich-mcp:
    url: "https://api.wegtultrarich.org/mcp"
```

### Other

```json
{
  "mcpServers": {
    "org-wegtultrarich-mcp": {
      "type": "http",
      "url": "https://api.wegtultrarich.org/mcp"
    }
  }
}
```

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 66, +1)

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

### 2026-08-01 (score 65, +1)

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

### 2026-07-31 (score 64, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 63, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 62, +1)

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

### 2026-07-28 (score 61, +1)

- [functional regression] Schema quality: 342 → 398
- [functional] Schema quality: good → excellent

### 2026-07-27 (score 60, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 59)

First indexed and scored.

## MCP tools (5)

### `duration_of_daily_spend` (~112 tokens)

Duration Of Daily Spend

How long a wealth would last if a fixed amount were spent every day. Answers "how long would it take to spend a billion dollars?"

Input parameters:

- `spend` (string, required): Amount spent per day (e.g. "1000" or "1K").
- `wealth` (string, required): Amount of money. Accepts plain numbers ("1000000000"), formatted numbers ("1,000,000,000"), or shorthand ("1B", "750B", "1T"). Currency defaults to USD.

### `height_of_money_stack` (~380 tokens)

Height Of Money Stack

How high a wealth would stack as physical currency, across 11 currencies. No currency conversion is performed — typeOfMoney's currency overrides any symbol on wealth.

Input parameters:

- `typeOfMoney` (string, required): Money slug. Denomination to stack, across 11 currencies. Coins stack far higher than bills — pick coins for maximum contrast. The slug's currency overrides any currency given for wealth (no conversio…
- `wealth` (string, required): Amount of money. Accepts plain numbers ("1000000000"), formatted numbers ("1,000,000,000"), or shorthand ("1B", "750B", "1T"). Currency defaults to USD.

### `number_of_items` (~359 tokens)

Number Of Items Paid For

How many of one item a wealth could buy or pay off, from coffees to superyachts. Prices are approximate U.S. benchmarks in USD.

Input parameters:

- `typeOfItem` (string, required): Item slug. Thing to buy or pay off. Choose what fits the question: a year of minimum-wage salary and a superyacht make very different points. One of: fancy_coffee ($10 Fancy Coffee); quick_meal ($15…
- `wealth` (string, required): Amount of money. Accepts plain numbers ("1000000000"), formatted numbers ("1,000,000,000"), or shorthand ("1B", "750B", "1T"). Currency defaults to USD.

### `growth_of_compound_interest` (~199 tokens)

Growth Of Compound Interest

How much a wealth grows from compound interest alone, untouched, over a period. Answers "how much does a fortune earn while its owner does nothing?"

Input parameters:

- `frequency` (string, required): Compounding Frequency: 1 annually, 2 semiannually, 4 quarterly, 12 monthly, 365 daily.
- `period` (number, required): Duration in years, between 0 and 100, exclusive.
- `rate` (number, required): Interest rate as a decimal between 0 and 1, exclusive. 0.01 = 1%, 0.05 = 5%. Never clamped: 1 returns "Rate Invalid (1)", 2 returns "Rate Outside Range".
- `wealth` (string, required): Amount of money. Accepts plain numbers ("1000000000"), formatted numbers ("1,000,000,000"), or shorthand ("1B", "750B", "1T"). Currency defaults to USD.

### `comparison` (~731 tokens)

Full Comparison Of Two Wealths

Complete "them vs. you": runs one expression for both wealths and returns both results plus the ratio between them. Ideal for questions like "how does my net worth compare to a billionaire's?" A ratio.value below 1 means the user's wealth is the larger.

Input parameters:

- `expression` (string, required): Which expression to compute for both wealths.
- `frequency` (string): growthOfCompoundInterest only.
- `period` (number): growthOfCompoundInterest only.
- `rate` (number): growthOfCompoundInterest only.
- `spend` (string): durationOfDailySpend only: daily spend amount.
- `typeOfItem` (string): numberOfItems only. Item slug. Thing to buy or pay off. Choose what fits the question: a year of minimum-wage salary and a superyacht make very different points. One of: fancy_coffee ($10 Fancy Coffe…
- `typeOfMoney` (string): heightOfMoneyStack only. Money slug. Denomination to stack, across 11 currencies. Coins stack far higher than bills — pick coins for maximum contrast. The slug's currency overrides any currency given…
- `wealthTheirs` (string, required): The ultrarich (larger) wealth.
- `wealthYours` (string, required): The user's (smaller) wealth.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/org-wegtultrarich-mcp/api#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 65
- 2026-08-01: 65
- 2026-07-31: 64
- 2026-07-30: 63
- 2026-07-29: 62
- 2026-07-28: 61
- 2026-07-27: 60
- 2026-07-26: 59

## Links

- Remote endpoint: https://api.wegtultrarich.org/mcp
- Changelog RSS feed: https://verifymcp.io/servers/org-wegtultrarich-mcp/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/org-wegtultrarich-mcp/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/org-wegtultrarich-mcp/api
