Calculator Server

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):

{
  "mcpServers": {
    // your other mcp servers
    "calculator-server": {
      "url": "https://remitwise-6a64f8d5-sambar-spartans-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
    }
  }
}

Connect remote tools directly via Claude's Web UI:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):

{
  "mcpServers": {
    // your other mcp servers
    "calculator-server": {
      "serverUrl": "https://remitwise-6a64f8d5-sambar-spartans-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.calculator-server]
url = "https://remitwise-6a64f8d5-sambar-spartans-amrita-university-coimbatore.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://remitwise-6a64f8d5-sambar-spartans-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Available Tools
list_providers_providers_get

Return all active remittance providers from the local dataset.

get_corridors_providers_corridors_get

Return all remittance corridors supported across active providers. Optionally filter by sender and/or receiver country.

compare_providers_providers_compare_get

Return a side-by-side comparison of all providers that support a specific corridor, sorted by rating.

get_provider_providers_provider_id_get

Return full details for a specific provider by its unique ID.

get_payment_methods_providers_provider_id_payment_methods_get

Return accepted payment methods for a specific provider.

get_delivery_methods_providers_provider_id_delivery_methods_get

Return available delivery methods for a specific provider.

list_countries_compliance_get

Return a summary of all countries available in the local compliance dataset, including risk level and KYC/AML flags.

get_country_compliance_compliance_country_get

Return the full compliance profile for a country, including KYC requirements, AML rules, sanctions screening, transaction limits, required documents, and the regulatory framework.

get_documents_compliance_country_documents_get

Return the list of required and optional identity/address documents for a specific country.

get_kyc_compliance_country_kyc_get

Return Know Your Customer (KYC) requirements for a country, including mandatory and optional documents, risk level, and the applicable regulatory framework.

get_aml_compliance_country_aml_get

Return Anti-Money Laundering (AML) and sanctions screening requirements for a country, including transaction limits and risk level.

get_latest_rate_exchange_latest_get

Fetch the current mid-market exchange rate between two currencies using the Frankfurter API. Returns the rate, date, and source.

get_historical_rates_exchange_history_get

Fetch historical exchange rates between two currencies for a given date range (YYYY-MM-DD). Returns a time-series map of date → rate.

convert_amount_exchange_convert_get

Convert a specific monetary amount from one currency to another using the latest available exchange rate.

list_currencies_exchange_currencies_get

Return all currencies available via the Frankfurter API.

health_check_health_get

Returns the current health status of the RemitWise AI backend. Use this endpoint for liveness and readiness probes.