← Index

CrossFin

io.github.bubilife1202/crossfin·v1.18.0·Other
Quality Score
87
/100

AI agent access to Asian crypto markets. Korean exchange routing and x402 paid APIs.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://crossfin.dev/api/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "crossfin": {
      "command": "npx",
      "args": [
        "-y",
        "crossfin-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<your-evm_private_key>",
        "CROSSFIN_API_URL": "<crossfin_api_url>",
        "CROSSFIN_LEDGER_PATH": "<crossfin_ledger_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "crossfin": {
      "command": "npx",
      "args": [
        "-y",
        "crossfin-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<your-evm_private_key>",
        "CROSSFIN_API_URL": "<crossfin_api_url>",
        "CROSSFIN_LEDGER_PATH": "<crossfin_ledger_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y crossfin-mcp
§02  Environment variables
EVM_PRIVATE_KEY
secret

Base wallet private key for x402 USDC payments (only needed for paid tools)

CROSSFIN_API_URL

API base URL (default: https://crossfin.dev)

CROSSFIN_LEDGER_PATH

Local ledger file path (default: ~/.crossfin/ledger.json)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other