← Registry

API Tools

modan.io

Provides real-time and historical currency exchange rates, conversion calculations, and provider comparisons across multiple corridors.

1 endpoint7 known toolsFirst detected August 21, 2026Last detected August 21, 2026

ENDPOINT 1

https://modan.io/api/mcp

No auth detected

MCP server metadata

Name
modan
Version
1.0.0
Capabilities
tools
Server instructions

Modan provides live and historical African FX / remittance pricing at the provider level (e.g. GBP→NGN across named providers), benchmarked against an independent mid-market reference when available. Use get_rates for current corridor pricing, convert to compute what an amount actually delivers per provider net of fees, fetch_rates for mid-market rates from one base to many quotes at once, get_history for time series, and the list_* tools for discovery (which corridors, providers and currencies exist). Currency codes are ISO-4217 (GBP, USD, NGN, KES, GHS, …) plus 4-5 char stablecoins (USDT, USDC). spread_bps is basis points below the best provider in the corridor at that moment (0 = best), NOT a spread vs mid; vs_mid_bps compares a provider against the independent mid where one exists. Data freshness is tiered: free and Individual keys serve rates as of the top of the current UTC hour (responses carry data_freshness: "hourly" and an as_of timestamp); Enterprise (Team) keys serve real-time data (data_freshness: "realtime"). Each tool call consumes one request of the API key's daily quota (free 25/day, Individual 500/day, Team 5,000/day).

Known tools 7

get_rates

Live exchange rates for a corridor (e.g.

Inferred read-only
convert

Convert an amount for every provider on a corridor: gross converted value, net-of-fee value in the target currency, and which provider delivers the best net amount to the recipient.

Inferred read-only
fetch_rates

Mid-market reference rates from one base currency to up to 20 quote currencies in a single call (cross-computed through the freshest USD snapshot), plus the best tracked provider rate for pairs that are covered corridors.

Inferred read-only
get_history

Historical provider rates for a corridor, oldest first.

Inferred read-only
list_corridors

All currency corridors Modan currently covers, with the number of providers quoting each.

Inferred read-only
list_providers

Active providers Modan tracks (banks, MTOs, fintechs) with type and typical transfer time.

Potential side effects
list_currencies

Active currencies with their role (source, target or both).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.modan]
url = "https://modan.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "modan": {
      "type": "http",
      "url": "https://modan.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: modan
Remote MCP URL: https://modan.io/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "modan": {
      "url": "https://modan.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "modan": {
      "type": "http",
      "url": "https://modan.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "modan",
  "transport": "streamable-http",
  "url": "https://modan.io/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.