Arcadia Finance MCP Server

Concentrated liquidity on Uniswap/Aerodrome (rebalance, compound, leverage) or single-sided lending. Its 35 documented tools cover account, wallet, asset, pool.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-10 · ★ 5 · #58 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

AGPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Arcadia Finance

before you install - you'll need

RPC_URL_BASE

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add arcadia-finance-mcp-server --transport http https://mcp.arcadia.finance/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "arcadia-finance-mcp-server": {
      "url": "https://mcp.arcadia.finance/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.arcadia.finance/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.arcadia.finance

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license AGPL-3.0 - declared in the repository

npm package @arcadia-finance/mcp-server - published under the repo owner's npm scope (@arcadia-finance)

registry namespace io.github.arcadia-finance is GitHub-verified and matches the repo owner

03 · What Arcadia Finance can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all Arcadia accounts owned by a wallet address, create a new Arcadia account via Factory, and configure automations from an intents array (full desired state). Returns the unsigned setAssetManagers tx.

Capability map

Tools grouped from the project's README - what Arcadia Finance lets an agent do.

Account

16 tools - e.g. Account overview: health factor, collateral, debt, positions, liquidation price, automation status.; Historical account value over time.; PnL and yield data for an account.

read.account.info · read.account.history · read.account.pnl · write.account.create · write.account.deposit · write.account.withdraw…

Wallet

5 tools - e.g. List all Arcadia accounts owned by a wallet address.; On-chain ERC20 balances and native ETH for a wallet address.; Check ERC20 token allowances for a spender. Use before write.wallet.approve to avoid…

read.wallet.accounts · read.wallet.balances · read.wallet.allowances · read.wallet.points · write.wallet.approve

Asset

4 tools - e.g. Supported collateral assets with addresses, types, decimals.; USD prices for one or more asset addresses.; Automation intents and their params; add account_address for live per-account availability.

read.asset.list · read.asset.prices · read.asset_manager.intents · read.asset_manager.current

Pool

4 tools - e.g. All lending pools: TVL, APY, utilization, liquidity.; Single pool detail with APY history over time.; Lend the pool's underlying asset into an ERC-4626 tranche to earn interest. Mints tranche shares to…

read.pool.list · read.pool.info · write.pool.deposit · write.pool.redeem

Strategy

3 tools - e.g. LP strategies with APY, underlyings, pool info. Supports featured filter and pagination.; Full detail for a specific LP strategy: APY per range width, pool config.; Rebalancing recommendation for an…

read.strategy.list · read.strategy.info · read.strategy.recommendation

read & search

2 tools - e.g. Paginated Arcadia points leaderboard.; Reference guides: automation setup, strategy selection, strategy templates.

read.point_leaderboard · read.guides

Dev

1 tool - e.g. Sign and broadcast an unsigned transaction using a local private key (PK env var). Not for production - use a dedicated wallet MCP server instead.

dev.send

Latest releases

v0.5.1 · 2026-08-10

Fix the Smithery publish and badge, make releases retryable and verified

v0.5.0 · 2026-08-10

Move asset-manager config to the backend intent API

v0.4.6 · 2026-05-04

http trust proxy and safer dev.send inputs · Enable SlipstreamV3 on Optimism · New Contributors · @mooncitydev made their first contribution in

04 · Who maintains Arcadia Finance

Arcadia Finance is maintained by arcadia-finance. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
finance - ranked #58 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-08-10)
registry
io.github.arcadia-finance/mcp-server (active, first published 2026-03-05 · 13 versions)
packages
npm:@arcadia-finance/mcp-server

06 · Arcadia Finance FAQ

Is Arcadia Finance still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-10 and it shipped 2 releases in the last 90 days. We re-verify nightly.

What can Arcadia Finance do?

With this server connected, an agent can list all Arcadia accounts owned by a wallet address, create a new Arcadia account via Factory, and configure automations from an intents array (full desired state). Returns the unsigned setAssetManagers tx.

How do I install Arcadia Finance?

Run `npx -y @arcadia-finance/mcp-server`. The README documents one environment variable (RPC_URL_BASE) to set first. You can also paste the ready-made client config above.

Does Arcadia Finance require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Arcadia Finance