← wealthschema.com
INDIVIDUAL MCP TOOL
get_purchase_link
Get the one-time-purchase product URL for a bundle.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests a financial action.
Parent endpoint
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.wealthschema-com]
url = "https://www.wealthschema.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wealthschema-com": {
"type": "http",
"url": "https://www.wealthschema.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wealthschema-com
Remote MCP URL: https://www.wealthschema.com/api/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": {
"wealthschema-com": {
"url": "https://www.wealthschema.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wealthschema-com": {
"type": "http",
"url": "https://www.wealthschema.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wealthschema-com",
"transport": "streamable-http",
"url": "https://www.wealthschema.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_archetypes— List all synthetic household archetypes (id, name, life stage, wealth tier, household type).list_bundles— List product bundles (themed household datasets) with use cases and one-time-purchase links.get_sample_household— Get one deliberately-insufficient sample household for an archetype (PII removed, dollar amounts banded, 96-month trajectory truncated to 12 months, projections withheld).describe_household_schema— Describe the top-level fields of a synthetic household record.list_reference_parameters— List the 2026 U.S.get_reference_parameter— Get a source-verified 2026 U.S.get_planning_benchmark— Get the Planning Benchmark - evaluation tasks for AI financial-advisor agents, each with a deterministic, source-grounded answer (most require a 2026 reference parameter).