New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

arc-treasury-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arc-treasury-mcp

What USDC and EURC really earn on Arc: Aave v4 and Morpho rates read from the contracts, and where a given size earns most after its own effect on the pool. MCP tools; paid ones settle per call in USDC over x402.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

arc-treasury-mcp

What USDC and EURC really earn on Arc (chain 5042), read from the lending contracts rather than from an index.

A quoted rate is what a pool pays as it stands. On 18 September 2026 the best quoted USDC rate on Arc was 6.26 percent, in a market holding eleven thousand dollars; ten million deposited into it earns 0.007 percent. arc_best_yield answers for your size.

Tools

ToolWhat it answers
arc_best_yieldWhere a given amount of USDC earns most once the deposit's own effect on the pool is counted. Call before moving treasury.
arc_lending_ratesSupply and borrow rates, utilisation and pool size for every USDC and EURC market on Aave v4 and Morpho.
gateway_activity_arcCircle Gateway activity on Arc, measured at the contract.free

Aave on Arc is version 4, a Hub-and-Spoke design with no Pool and no aTokens; an address book written for version 3 will not find it. These tools read it directly.

Use it

{ "mcpServers": { "arc-treasury": { "command": "npx", "args": ["-y", "arc-treasury-mcp"] } } }

With nothing else set the free tool works and the paid ones say what they need.

Paying per call

VariableWhat
PAY_WALLET_KEYThe agent's own key. Read from its own environment, used only to sign the payment authorisation locally, never sent anywhere.
PAY_CHAINWhere that wallet's USDC is: arc (default), base, arbitrum or hyperEvm. The payment need not be on the chain the data is about.
PAY_MAX_USDC_PER_CALLThe most one call may cost. Default 0.05, which admits every tool here. The owner sets this. A price above it is refused before anything is signed.

Payment is USDC over x402 through Circle Gateway, gas-free for the buyer.

You are never charged for an answer that was not produced. The service verifies the payment, produces the answer, and only then settles.

What has and has not been exercised

Audited on 18 September 2026 with Circle's own client and a real signature from an unfunded wallet: on every route and on all four chains Circle verified the signature, the answer was produced, and settlement was refused for one reason only, insufficient_balance, with the answer withheld.

Keywords

mcp

FAQs

Package last updated on 19 Sep 2026

Related posts