Server data from the Official MCP Registry
Manage Uniswap and Aerodrome liquidity positions with automated rebalancing and leverage.
Manage Uniswap and Aerodrome liquidity positions with automated rebalancing and leverage.
Set these up before or after installing:
Environment variable: RPC_URL_BASE
Environment variable: RPC_URL_OPTIMISM
Environment variable: RPC_URL_UNICHAIN
Environment variable: PK
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-arcadia-finance-mcp-server": {
"env": {
"PK": "your-pk-here",
"RPC_URL_BASE": "your-rpc-url-base-here",
"RPC_URL_OPTIMISM": "your-rpc-url-optimism-here",
"RPC_URL_UNICHAIN": "your-rpc-url-unichain-here"
},
"args": [
"-y",
"@arcadia-finance/mcp-server"
],
"command": "npx"
}
}
}This is a well-structured Arcadia Finance MCP server for DeFi operations with proper authentication patterns and appropriate permissions for its purpose. Some minor code quality issues around hardcoded constants and broad exception handling don't significantly impact security, as permissions are well-scoped to DeFi functionality. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.
Scanned 5 files · 9 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!