← nowcapital.ca
INDIVIDUAL MCP TOOL
get_monte_carlo_results
Retrieves the status and final results of a Monte Carlo simulation.
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 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.nowcapital-ca]
url = "https://mcp.nowcapital.ca/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nowcapital-ca": {
"type": "http",
"url": "https://mcp.nowcapital.ca/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nowcapital-ca
Remote MCP URL: https://mcp.nowcapital.ca/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": {
"nowcapital-ca": {
"url": "https://mcp.nowcapital.ca/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nowcapital-ca": {
"type": "http",
"url": "https://mcp.nowcapital.ca/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nowcapital-ca",
"transport": "streamable-http",
"url": "https://mcp.nowcapital.ca/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
calculate_sustainable_spend— Calculates the maximum sustainable monthly spending (after-tax) for a user (and optional spouse) until death.calculate_detailed_spend_plan— Calculates a detailed year-by-year retirement plan, returning data in CSV format.start_monte_carlo_simulation— Begins a Monte Carlo risk analysis to determine the Probability of Success for a retirement plan.