Financial Calculators MCP Server

Financial Calculators MCP Server

Provides educational fixed-rate loan estimates with mortgage and auto loan calculators.

Category
Visit Server

README

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/mcp
  • Health endpoint at http://localhost:8787/health
  • calculate_mortgage tool with structured output
  • calculate_auto_loan tool with structured output
  • Inline widget at ui://widget/mortgage-calculator.html
  • Mortgage 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 dev

In another terminal:

npm run inspector

The inspector command uses MCP Inspector against:

http://localhost:8787/mcp

Test In ChatGPT Developer Mode

  1. Start the local server with npm run dev.
  2. Expose it over HTTPS with Secure MCP Tunnel, ngrok, or Cloudflare Tunnel.
  3. In ChatGPT, enable Developer Mode.
  4. Create a developer-mode app/plugin and use the public MCP URL, ending in /mcp.
  5. 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured