← calcfleet.com

INDIVIDUAL MCP TOOL

mortgage_piti_calculator

Mortgage PITI Calculator — Calculate your full monthly PITI mortgage payment—principal, interest, property taxes, homeowners insurance, and PMI.

calcfleet.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://calcfleet.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for mortgage_piti_calculator and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "calcfleet",
  "transport": "streamable-http",
  "url": "https://calcfleet.com/api/mcp"
}
MCP Inspector

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

Related tools

  • mortgage_overpayment_calculator — Mortgage Overpayment Calculator — See exactly how much interest and time you save by overpaying your mortgage.
  • debt_payoff_calculator — Debt Payoff Calculator: Avalanche vs Snowball — Compare the avalanche and snowball debt payoff strategies side by side.
  • freelance_hourly_rate_calculator — Freelance Hourly Rate Calculator — Calculate your freelance hourly rate accounting for taxes, business expenses, and a profit margin.
  • compound_interest_calculator — Compound Interest Calculator — Calculate compound interest with monthly contributions.
  • savings_goal_calculator — Savings Goal Calculator — Calculate the monthly savings you need to reach any goal.
  • car_loan_calculator — Car Loan Calculator with Sales Tax and Trade-In — Calculate your exact monthly car payment including sales tax and trade-in.
  • break_even_calculator — Break-Even Point Calculator — Calculate your break-even point in units and revenue.
  • margin_markup_calculator — Margin and Markup Calculator — Calculate gross profit, margin percentage, and markup percentage instantly.