← Registry

Analytics

keepup.finance

An MCP server that provides household wealth-distribution analytics, including net-worth percentiles and country-specific wealth thresholds.

1 endpoint3 known toolsFirst detected September 16, 2026Last detected September 16, 2026

ENDPOINT 1

https://api.keepup.finance/mcp

No auth detected

MCP server metadata

Name
KeepUp
Version
1.0.0
Capabilities
tools
Server instructions

KeepUp's public net-worth-percentile tools. Given a household net worth in USD and a country, they return the wealth percentile and the thresholds for the median and the top 25/10/5/1%. Public, aggregate survey data — no personal or account information is available here.

Known tools 3

net_worth_percentile

Given a household net worth in USD and a country, return the wealth percentile it falls in (and the 'top X%').

Inferred read-only
country_net_worth_thresholds

Return the household net worth (USD) needed to reach the median and the top 25%, 10%, 5%, and 1% in a given country.

Inferred read-only
list_supported_countries

List every country KeepUp has wealth-distribution data for, with whether it has full survey breakpoints (higher precision at the tails).

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "keepup": {
      "type": "http",
      "url": "https://api.keepup.finance/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "keepup",
  "transport": "streamable-http",
  "url": "https://api.keepup.finance/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.