Financial Calculators MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Financial Calculators MCP Serverestimate monthly payment for a $350k home with 20% down at 6% for 30 years"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Financial Calculators ChatGPT App
A greenfield ChatGPT app/plugin starter with a TypeScript MCP server and a vanilla financial calculators widget.
The app exposes read-only tools for educational fixed-rate loan estimates. It does not use an OpenAI API key or any external financial API.
What It Includes
MCP server at
http://localhost:8787/mcpHealth endpoint at
http://localhost:8787/healthcalculate_mortgagetool with structured outputcalculate_auto_loantool with structured outputInline widget at
ui://widget/mortgage-calculator.htmlMortgage sliders for home price, down payment, interest rate, term, taxes, insurance, HOA, PMI, and extra payments
Auto loan sliders for vehicle price, down payment, trade-in, interest rate, term, sales tax, fees, and extra payments
Focused unit tests for mortgage math
Related MCP server: EMI Calculator MCP Server
Local Development
npm install
npm run devIn another terminal:
npm run inspectorThe inspector command uses MCP Inspector against:
http://localhost:8787/mcpTest In ChatGPT Developer Mode
Start the local server with
npm run dev.Expose it over HTTPS with Secure MCP Tunnel, ngrok, or Cloudflare Tunnel.
In ChatGPT, enable Developer Mode.
Create a developer-mode app/plugin and use the public MCP URL, ending in
/mcp.Refresh the app metadata after changing tool names, descriptions, schemas, or widget metadata.
Example Prompt
Use the mortgage calculator to estimate the monthly payment for a $400,000 home with $80,000 down, a 6.5% fixed rate, a 30-year term, $6,000 annual property tax, and $1,800 annual homeowners insurance.Use the auto loan calculator to estimate the monthly payment for a $42,000 vehicle with $5,000 down, a $3,000 trade-in, 7.25% APR, a 60-month term, 6.25% sales tax, and $900 in fees.Safety Note
This app is for educational estimates only. It is not financial, lending, tax, or legal advice. Production versions should add stronger disclosures, localization, logging, monitoring, and review-specific metadata before public submission.
This server cannot be deployed
Maintenance
Related MCP Connectors
90+ pure finance calculators: loans, investing, bonds, options, tax. Stateless, stores nothing.
US mortgage calculator and amortization API with 50-state property tax, PMI, and affordability data.
Australian mortgage tools: repayment & borrowing-power calculators, guidance & enquiry capture.
Deterministic Canadian mortgage calculations for qualification, debt service, LTV, and penalties.
Related MCP Servers
- FlicenseDqualityCmaintenanceProvides access to RateSpot.io mortgage rate APIs, enabling AI assistants to fetch real-time mortgage rates, compare loan products, calculate payments, and access comprehensive lending information.7-
- FlicenseAqualityDmaintenanceProvides loan EMI calculation tools including EMI amount, amortization schedule, loan comparison, and prepayment analysis.4-
- AlicenseNot gradedqualityCmaintenanceProvides mortgage calculation tools, including monthly payment, amortization schedules, lump sum payments, and extra monthly payments for real estate agents and AI assistants.MIT
- FlicenseNot gradedqualityBmaintenanceEnables users to calculate alternative-income student loan repayment estimates, generate supporting-documentation templates, and check versioned federal repayment policy status.-