Enhance your AI experience with our Model Context Protocol servers. Access real-time calculator data and perform complex calculations in any MCP-compatible application.
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:
Get started quickly by downloading our pre-packaged MCP servers. Each package includes all necessary files and setup instructions.
Real-time currency conversion with 163+ currencies
convert_currency
Convert amounts between currenciesget_exchange_rate
Get current exchange ratelist_supported_currencies
Search available currenciesCalculate mortgages with live interest rates
calculate_mortgage
Calculate mortgage paymentsget_current_rates
Get current mortgage ratescompare_loan_terms
Compare different loan termsCalculate inflation with real CPI data
calculate_inflation
Calculate inflation-adjusted valuesget_cpi_data
Get Consumer Price Index datacompare_purchasing_power
Compare purchasing power between yearsGet current gas prices and calculate fuel costs
get_gas_prices
Get current gas pricescalculate_fuel_cost
Calculate fuel cost for a tripcompare_fuel_types
Compare costs between fuel typesDownload 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
npm install
npm run build
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"] } } }
Restart your MCP client to load the new server. You can now use commands like:
Access live exchange rates, interest rates, and calculator data directly in Claude
Run servers locally for secure, private access to your calculator tools
Fully open source - inspect, modify, and contribute to the codebase
Download our MCP servers and start using real-time calculator data in your AI applications.
Download Now