A powerful MCP server built with NitroStack
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:
Configure custom tools directly via ChatGPT's Web UI:
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
Return all active remittance providers from the local dataset.
Return all remittance corridors supported across active providers. Optionally filter by sender and/or receiver country.
Return a side-by-side comparison of all providers that support a specific corridor, sorted by rating.
Return full details for a specific provider by its unique ID.
Return accepted payment methods for a specific provider.
Return available delivery methods for a specific provider.
Return a summary of all countries available in the local compliance dataset, including risk level and KYC/AML flags.
Return the full compliance profile for a country, including KYC requirements, AML rules, sanctions screening, transaction limits, required documents, and the regulatory framework.
Return the list of required and optional identity/address documents for a specific country.
Return Know Your Customer (KYC) requirements for a country, including mandatory and optional documents, risk level, and the applicable regulatory framework.
Return Anti-Money Laundering (AML) and sanctions screening requirements for a country, including transaction limits and risk level.
Fetch the current mid-market exchange rate between two currencies using the Frankfurter API. Returns the rate, date, and source.
Fetch historical exchange rates between two currencies for a given date range (YYYY-MM-DD). Returns a time-series map of date → rate.
Convert a specific monetary amount from one currency to another using the latest available exchange rate.
Return all currencies available via the Frankfurter API.
Returns the current health status of the RemitWise AI backend. Use this endpoint for liveness and readiness probes.