Arcadia Finance✓
io.github.arcadia-finance/mcp-server · v0.4.6
{}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.arcadia-finance/mcp-server",
"description": "Concentrated liquidity on Uniswap/Aerodrome (rebalance, compound, leverage) or single-sided lending.",
"title": "Arcadia Finance",
"repository": {
"url": "https://github.com/arcadia-finance/mcp-server",
"source": "github"
},
"version": "0.4.6",
"websiteUrl": "https://arcadia.finance",
"packages": [
{
"registryType": "npm",
"identifier": "@arcadia-finance/mcp-server",
"version": "0.4.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "RPC URL for Base (8453). Falls back to public RPC if not set.",
"isSecret": true,
"name": "RPC_URL_BASE"
},
{
"description": "RPC URL for Unichain (130). Falls back to public RPC if not set.",
"isSecret": true,
"name": "RPC_URL_UNICHAIN"
},
{
"description": "RPC URL for Optimism (10). Falls back to public RPC if not set.",
"isSecret": true,
"name": "RPC_URL_OPTIMISM"
},
{
"description": "Private key for dev-only signing (not for production).",
"isSecret": true,
"name": "PK"
},
{
"description": "Transport mode: stdio (default) or http.",
"name": "TRANSPORT"
},
{
"description": "HTTP listen port (default 3000). Only used when TRANSPORT=http.",
"name": "PORT"
},
{
"description": "Comma-separated allowed Origin headers for CORS and DNS rebinding protection. Only used when TRANSPORT=http.",
"name": "ALLOWED_ORIGINS"
},
{
"description": "Max requests per minute per session (default 60). Only used when TRANSPORT=http.",
"name": "RATE_LIMIT_RPM"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.arcadia.finance/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}