Arcadia Finance
Rank #4,595io.github.arcadia-finance/mcp-server
Concentrated liquidity on Uniswap/Aerodrome (rebalance, compound, leverage) or single-sided lending.
Arcadia Finance is a Model Context Protocol (MCP) server published by arcadia-finance. It ranks #4,595 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Arcadia Finance is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 14 tracked versions. It was first listed on Mar 3, 2026 and most recently updated on Aug 10, 2026.
Ranks ahead of 127,451 of 132,046 servers on MCP Toplist.
Use Arcadia Finance
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http arcadia-finance https://mcp.arcadia.finance/mcpclaude mcp add arcadia-finance -e "RPC_URL_BASE=<your RPC_URL_BASE>" -e "RPC_URL_UNICHAIN=<your RPC_URL_UNICHAIN>" -e "RPC_URL_OPTIMISM=<your RPC_URL_OPTIMISM>" -e "PK=<your PK>" -e "TRANSPORT=<your TRANSPORT>" -e "PORT=<your PORT>" -e "ALLOWED_ORIGINS=<your ALLOWED_ORIGINS>" -e "RATE_LIMIT_RPM=<your RATE_LIMIT_RPM>" -- npx -y @arcadia-finance/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.arcadia-finance]
url = "https://mcp.arcadia.finance/mcp"Add to ~/.codex/config.toml.
[mcp_servers.arcadia-finance]
command = "npx"
args = ["-y", "@arcadia-finance/mcp-server"]
[mcp_servers.arcadia-finance.env]
RPC_URL_BASE = "<your RPC_URL_BASE>"
RPC_URL_UNICHAIN = "<your RPC_URL_UNICHAIN>"
RPC_URL_OPTIMISM = "<your RPC_URL_OPTIMISM>"
PK = "<your PK>"
TRANSPORT = "<your TRANSPORT>"
PORT = "<your PORT>"
ALLOWED_ORIGINS = "<your ALLOWED_ORIGINS>"
RATE_LIMIT_RPM = "<your RATE_LIMIT_RPM>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.arcadia.finance/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"arcadia-finance": {
"command": "npx",
"args": [
"-y",
"@arcadia-finance/mcp-server"
],
"env": {
"RPC_URL_BASE": "<your RPC_URL_BASE>",
"RPC_URL_UNICHAIN": "<your RPC_URL_UNICHAIN>",
"RPC_URL_OPTIMISM": "<your RPC_URL_OPTIMISM>",
"PK": "<your PK>",
"TRANSPORT": "<your TRANSPORT>",
"PORT": "<your PORT>",
"ALLOWED_ORIGINS": "<your ALLOWED_ORIGINS>",
"RATE_LIMIT_RPM": "<your RATE_LIMIT_RPM>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arcadia-finance": {
"url": "https://mcp.arcadia.finance/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"arcadia-finance": {
"command": "npx",
"args": [
"-y",
"@arcadia-finance/mcp-server"
],
"env": {
"RPC_URL_BASE": "<your RPC_URL_BASE>",
"RPC_URL_UNICHAIN": "<your RPC_URL_UNICHAIN>",
"RPC_URL_OPTIMISM": "<your RPC_URL_OPTIMISM>",
"PK": "<your PK>",
"TRANSPORT": "<your TRANSPORT>",
"PORT": "<your PORT>",
"ALLOWED_ORIGINS": "<your ALLOWED_ORIGINS>",
"RATE_LIMIT_RPM": "<your RATE_LIMIT_RPM>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"arcadia-finance": {
"type": "http",
"url": "https://mcp.arcadia.finance/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"arcadia-finance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@arcadia-finance/mcp-server"
],
"env": {
"RPC_URL_BASE": "<your RPC_URL_BASE>",
"RPC_URL_UNICHAIN": "<your RPC_URL_UNICHAIN>",
"RPC_URL_OPTIMISM": "<your RPC_URL_OPTIMISM>",
"PK": "<your PK>",
"TRANSPORT": "<your TRANSPORT>",
"PORT": "<your PORT>",
"ALLOWED_ORIGINS": "<your ALLOWED_ORIGINS>",
"RATE_LIMIT_RPM": "<your RATE_LIMIT_RPM>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arcadia-finance": {
"serverUrl": "https://mcp.arcadia.finance/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"arcadia-finance": {
"command": "npx",
"args": [
"-y",
"@arcadia-finance/mcp-server"
],
"env": {
"RPC_URL_BASE": "<your RPC_URL_BASE>",
"RPC_URL_UNICHAIN": "<your RPC_URL_UNICHAIN>",
"RPC_URL_OPTIMISM": "<your RPC_URL_OPTIMISM>",
"PK": "<your PK>",
"TRANSPORT": "<your TRANSPORT>",
"PORT": "<your PORT>",
"ALLOWED_ORIGINS": "<your ALLOWED_ORIGINS>",
"RATE_LIMIT_RPM": "<your RATE_LIMIT_RPM>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arcadia-finance": {
"url": "https://mcp.arcadia.finance/mcp"
}
}
}{
"mcpServers": {
"arcadia-finance": {
"command": "npx",
"args": [
"-y",
"@arcadia-finance/mcp-server"
],
"env": {
"RPC_URL_BASE": "<your RPC_URL_BASE>",
"RPC_URL_UNICHAIN": "<your RPC_URL_UNICHAIN>",
"RPC_URL_OPTIMISM": "<your RPC_URL_OPTIMISM>",
"PK": "<your PK>",
"TRANSPORT": "<your TRANSPORT>",
"PORT": "<your PORT>",
"ALLOWED_ORIGINS": "<your ALLOWED_ORIGINS>",
"RATE_LIMIT_RPM": "<your RATE_LIMIT_RPM>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.arcadia-finance%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.arcadia-finance%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.arcadia-finance%2Fmcp-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
arcadia-finance
Available versions (14)
| Version | Published |
|---|---|
| 0.5.1 | Aug 10, 2026 |
| 0.5.0 | Aug 10, 2026 |
| 0.4.6 | May 4, 2026 |
| 0.4.5 | Apr 24, 2026 |
| 0.4.4 | Apr 23, 2026 |
| 0.4.3 | Apr 21, 2026 |
| 0.4.2 | Apr 21, 2026 |
| 0.4.1 | Apr 20, 2026 |
| 0.4.0 | Apr 20, 2026 |
| 0.3.4 | Mar 30, 2026 |
| 0.3.2 | Mar 17, 2026 |
| 0.3.1 | Mar 16, 2026 |
| 0.1.3 | Mar 5, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Arcadia Finance?
- Arcadia Finance is maintained by arcadia-finance, which publishes 1 MCP server (14 total versions) tracked on MCP Toplist.
- Is Arcadia Finance listed on the Official MCP Registry?
- Yes — Arcadia Finance is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Arcadia Finance have?
- MCP Toplist tracks 14 versions of Arcadia Finance, most recently published on Aug 10, 2026.
- Where can I find the source code for Arcadia Finance?
- The source code for Arcadia Finance is hosted at github.com/arcadia-finance/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.