INDIVIDUAL MCP TOOL
net_worth_percentile
Given a household net worth in USD and a country, return the wealth percentile it falls in (and the 'top X%').
LIVE ENDPOINT
https://api.keepup.finance/mcp
Connect to this endpoint to inspect the live schema for net_worth_percentile 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
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.
Related tools
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.list_supported_countries— List every country KeepUp has wealth-distribution data for, with whether it has full survey breakpoints (higher precision at the tails).