Home › Finance › Arcadia Finance
Arcadia Finance
Concentrated liquidity on Uniswap/Aerodrome (rebalance, compound, leverage) or single-sided lending.
Topics: Finance & Fintech
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.arcadia.finance/mcp Reachable (checked 2026-09-24)
Claude Code:
claude mcp add --transport http mcp-server https://mcp.arcadia.finance/mcp
Or add to your MCP client config:
{
"mcpServers": {
"mcp-server": {
"url": "https://mcp.arcadia.finance/mcp"
}
}
}
Package (npm 0.5.1)
npx -y @arcadia-finance/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@arcadia-finance/[email protected]"
],
"env": {
"RPC_URL_BASE": "<YOUR_VALUE>",
"RPC_URL_UNICHAIN": "<YOUR_VALUE>",
"RPC_URL_OPTIMISM": "<YOUR_VALUE>",
"PK": "<YOUR_VALUE>",
"TRANSPORT": "<YOUR_VALUE>",
"PORT": "<YOUR_VALUE>",
"ALLOWED_ORIGINS": "<YOUR_VALUE>",
"RATE_LIMIT_RPM": "<YOUR_VALUE>"
}
}
}
}
RPC_URL_BASEsecret — RPC URL for Base (8453). Falls back to public RPC if not set.RPC_URL_UNICHAINsecret — RPC URL for Unichain (130). Falls back to public RPC if not set.RPC_URL_OPTIMISMsecret — RPC URL for Optimism (10). Falls back to public RPC if not set.PKsecret — Private key for dev-only signing (not for production).TRANSPORT— Transport mode: stdio (default) or http.PORT— HTTP listen port (default 3000). Only used when TRANSPORT=http.ALLOWED_ORIGINS— Comma-separated allowed Origin headers for CORS and DNS rebinding protection. Only used when TRANSPORT=http.RATE_LIMIT_RPM— Max requests per minute per session (default 60). Only used when TRANSPORT=http.
Related servers
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
metatrader-mcp-server
Enable AI LLMs to execute trades using MetaTrader 5 platform
OpenAccountants
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
mcp_massive
) π βοΈ - An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex,β¦
evm-mcp-server
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENSβ¦
xero-mcp-server
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry