mcpbeat Sign in

Arc Treasury MCP Server

local only

Arc Treasury runs on your own machine — the client starts it, so there is no endpoint to ping. 333 installs a week from npm.

What USDC and EURC really earn on Arc, by deposit size: Aave v4 and Morpho read directly. x402.

Installs per day peak 285 · avg 9
a month agotoday
333
Installs / week
npm · arc-treasury-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Arc Treasury every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add arc-treasury-mcp -- npx -y arc-treasury-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "arc-treasury-mcp": {
      "args": [
        "-y",
        "arc-treasury-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.arc-treasury-mcp]
command = "npx"
args = ["-y", "arc-treasury-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "arc-treasury-mcp": {
      "args": [
        "-y",
        "arc-treasury-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "arc-treasury-mcp": {
      "args": [
        "-y",
        "arc-treasury-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PAY_WALLET_KEY (Optional. Private key of a funded Circle Gateway wallet, for the paid tools. Free tools need nothing.), PAY_CHAIN (Optional. Where that wallet holds USDC: arc, base, arbitrum or hyperEvm. Default arc.), PAY_MAX_USDC_PER_CALL (Optional. The most one call may cost before the tool refuses to pay. Default 0.05.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Arc Treasury

same job, measured the same way
Texttostl
by texttostl

x402-paid tools: text to 3D-printable STL, web search, and search+read. USDC on Base.

4 tools answering
MetaLend
by rabeles11

Browse, deposit, withdraw & rebalance stablecoins on Aave, Morpho & Euler across major EVM chains.

19 tools answering
Keryx
by tang-vu

Autonomous research agent that pays every source it cites in USDC on Arc via x402 micropayments.

33 installs/wk 2 tools answering
Arbiter
by godwin105

Is this transaction safe to sign? Decodes what it really does and answers allow, warn or block.

24 installs/wk local only
x402 Pay — USDC API Payment Helper
by scriptmasterlabs

Pay for APIs with USDC. Read-only x402 payment discovery, verification, evidence, and status.

4 tools answering
Pingpoint
by sudzikcoin

Live truck GPS: create loads, read position, ETA, driver state, trip stats. API key or USDC x402.

455 installs/wk local only
Zooidfund
by zooid

MCP server for AI agents to discover campaigns by humans and donate USDC directly on Base.

9 tools answering
Pay MCP
by pay-skill

USDC payments for AI agents on Base — direct, tabs, x402 paywalls, discovery

43 installs/wk local only

Arc Treasury — questions

Answers built from our own checks of this server.

Why is there no uptime for Arc Treasury?
Arc Treasury runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package arc-treasury-mcp was installed 333 times last week.
How do I connect Arc Treasury?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls arc-treasury-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Arc Treasury?
The npm package arc-treasury-mcp was installed 333 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.