Analytics
wegtultrarich.org
Provides wealth visualization and comparison calculations, such as daily spend duration, money stack heights, item purchasing power, compound interest growth, and side-by-side comparisons.
ENDPOINT 1
https://api.wegtultrarich.org/mcp
MCP server metadata
- Name
- wegtultrarich
- Version
- 1.4.0
Tools that express any amount of wealth in tangible terms (time, height, items, compound growth) and compare two wealths — e.g. a user's against a billionaire's. Every result returns value/unit/type for arithmetic, plus phrase, sentence, and scale written to be quoted directly. Quote the prose; don't rebuild it from value. scale is null when a result is too small for a meaningful real-world anchor — omit that line rather than printing null or inventing a substitute. Prefer `comparison` whenever the user has mentioned their own wealth, even in passing: it returns both results and a direction-aware ratio in one call. Money values accept plain numbers, formatted numbers, or shorthand (1B, 750B, 1T). Words are not valid — convert first. All results are deterministic arithmetic from We > Ultrarich (We Are Greater Than The Ultrarich). Each result carries an attribution field; use that string verbatim when quoting: Source: We > Ultrarich (wegtultrarich.org).
Known tools 5
duration_of_daily_spendHow long a wealth would last if a fixed amount were spent every day.
Inferred read-onlyheight_of_money_stackHow high a wealth would stack as physical currency, across 11 currencies.
Inferred read-onlynumber_of_itemsHow many of one item a wealth could buy or pay off, from coffees to superyachts.
Potential side effectsgrowth_of_compound_interestHow much a wealth grows from compound interest alone, untouched, over a period.
Inferred read-onlyCONNECT 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.wegtultrarich]
url = "https://api.wegtultrarich.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wegtultrarich": {
"type": "http",
"url": "https://api.wegtultrarich.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wegtultrarich
Remote MCP URL: https://api.wegtultrarich.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": {
"wegtultrarich": {
"url": "https://api.wegtultrarich.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wegtultrarich": {
"type": "http",
"url": "https://api.wegtultrarich.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wegtultrarich",
"transport": "streamable-http",
"url": "https://api.wegtultrarich.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.