← modan.io

INDIVIDUAL MCP TOOL

get_history

Historical provider rates for a corridor, oldest first.

modan.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://modan.io/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_history and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

modan.io

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.

Related tools

  • get_rates — Live exchange rates for a corridor (e.g.
  • 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.
  • 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.
  • list_corridors — All currency corridors Modan currently covers, with the number of providers quoting each.
  • list_providers — Active providers Modan tracks (banks, MTOs, fintechs) with type and typical transfer time.
  • list_currencies — Active currencies with their role (source, target or both).