Financial Calculators MCP Server
Click on "Install 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
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lsantana57/sample-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server