MCP Servers for AI Applications

Enhance your AI experience with our Model Context Protocol servers. Access real-time calculator data and perform complex calculations in any MCP-compatible application.

What is Model Context Protocol?

The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect to external data sources and tools. With MCP servers, AI applications can:

  • Access real-time data from various sources
  • Perform calculations and data processing
  • Integrate with your local development environment
  • Provide context-aware assistance based on live data

Quick Downloads

Get started quickly by downloading our pre-packaged MCP servers. Each package includes all necessary files and setup instructions.

Currency Converter

Real-time currency conversion with 170+ currencies

Download (10 KB)

Mortgage Calculator

Calculate payments with current mortgage rates

Download (8 KB)

Inflation Calculator

Historical inflation data and calculations

Download (9 KB)

Gas Price Calculator

Current gas prices and fuel cost calculations

Download (8.5 KB)

Available MCP Servers

Currency Converter

Real-time currency conversion with 163+ currencies

available

Features

  • Convert between any supported currencies
  • Get current exchange rates
  • Search and list currencies
  • Live data updates

Available Tools

  • convert_currencyConvert amounts between currencies
  • get_exchange_rateGet current exchange rate
  • list_supported_currenciesSearch available currencies

Mortgage Calculator

Calculate mortgages with live interest rates

available

Features

  • Calculate monthly payments with current rates
  • Compare 15, 20, and 30-year mortgages
  • Get historical rate trends
  • Live rate updates

Available Tools

  • calculate_mortgageCalculate mortgage payments
  • get_current_ratesGet current mortgage rates
  • compare_loan_termsCompare different loan terms

Inflation Calculator

Calculate inflation with real CPI data

available

Features

  • Calculate purchasing power over time
  • Get current inflation rates
  • Access historical CPI data
  • Live economic data

Available Tools

  • calculate_inflationCalculate inflation-adjusted values
  • get_cpi_dataGet Consumer Price Index data
  • compare_purchasing_powerCompare purchasing power between years

Gas Price Calculator

Get current gas prices and calculate fuel costs

available

Features

  • Current gas prices by fuel type
  • Calculate trip fuel costs
  • Compare diesel vs regular prices
  • Live price updates

Available Tools

  • get_gas_pricesGet current gas prices
  • calculate_fuel_costCalculate fuel cost for a trip
  • compare_fuel_typesCompare costs between fuel types

Quick Installation Guide

1Download the MCP Server

Download the MCP server package for your chosen calculator from the Quick Downloads section above.

# Extract the downloaded package
unzip mcp-currency-server.zip
cd currency

2Install and Build

npm install
npm run build

3Configure Your MCP Client

Add the server configuration to your MCP client. For Claude Desktop:

• macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

• Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mycalculators-currency": {
      "command": "node",
      "args": ["/path/to/mycalculators/mcp-servers/currency/dist/index.js"]
    }
  }
}

4Restart Your MCP Client

Restart your MCP client to load the new server. You can now use commands like:

  • • "Convert 100 USD to EUR"
  • • "What's the exchange rate from GBP to JPY?"
  • • "List all supported currencies"

Real-Time Data

Access live exchange rates, interest rates, and calculator data directly in Claude

Local Integration

Run servers locally for secure, private access to your calculator tools

Open Source

Fully open source - inspect, modify, and contribute to the codebase

Ready to enhance your AI experience?

Download our MCP servers and start using real-time calculator data in your AI applications.

Download Now