CrossFin✓
io.github.bubilife1202/crossfin · v1.18.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.bubilife1202/crossfin",
"description": "AI agent access to Asian crypto markets. Korean exchange routing and x402 paid APIs.",
"title": "CrossFin",
"repository": {
"url": "https://github.com/bubilife1202/crossfin",
"source": "github",
"subfolder": "apps/mcp-server"
},
"version": "1.18.0",
"packages": [
{
"registryType": "npm",
"identifier": "crossfin-mcp",
"version": "1.18.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base wallet private key for x402 USDC payments (only needed for paid tools)",
"format": "string",
"isSecret": true,
"name": "EVM_PRIVATE_KEY"
},
{
"description": "API base URL (default: https://crossfin.dev)",
"format": "string",
"name": "CROSSFIN_API_URL"
},
{
"description": "Local ledger file path (default: ~/.crossfin/ledger.json)",
"format": "string",
"name": "CROSSFIN_LEDGER_PATH"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://crossfin.dev/api/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}