← smartmoney77.com

INDIVIDUAL MCP TOOL

latte_factor

Calculate what a small recurring daily expense (coffee, cigarettes, takeaway) costs over time and what it would grow to if invested instead.

smartmoney77.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://smartmoney77.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for latte_factor 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

smartmoney77.com

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.com-smartmoney77-financial-calculators]
url = "https://smartmoney77.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-smartmoney77-financial-calculators": {
      "type": "http",
      "url": "https://smartmoney77.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: com-smartmoney77-financial-calculators
Remote MCP URL: https://smartmoney77.com/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": {
    "com-smartmoney77-financial-calculators": {
      "url": "https://smartmoney77.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-smartmoney77-financial-calculators": {
      "type": "http",
      "url": "https://smartmoney77.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-smartmoney77-financial-calculators",
  "transport": "streamable-http",
  "url": "https://smartmoney77.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_tool_guide — Discovery helper: returns the standard prompt template, argument template, output-interpretation guide and related resources for one or all SmartMoney77 tools, so you can call them correctly without guessing.
  • list_calculators — List every SmartMoney77 calculator with its slug, accepted URL parameters and supported languages/currencies.
  • build_calculator_link — Build a deep link to a SmartMoney77 calculator with pre-filled values that auto-calculate on open.
  • build_share_pack — Build everything needed to share a SmartMoney77 calculation on social media in one call: the deep link to the result, a ready-to-embed 1200x628 image URL rendered on our servers, a link that opens the on-site share modal (1200x628, 1080x1080, 1080x1920 downloads), and a localized caption with attribution.
  • compound_interest — Project the future value of an initial amount plus monthly contributions at a given annual return (monthly compounding), and return a link to the same calculation on SmartMoney77.
  • fire_number — Calculate the financial-independence (FIRE) target from monthly expenses using the 4% rule, plus how many years of saving are needed.
  • credit_card_payoff — Calculate how long it takes to clear a credit card balance at a fixed monthly payment and APR, plus the total interest paid.
  • emergency_fund — Calculate how many months of expenses current savings cover, the target emergency fund size, the gap, and how long it takes to close it.