INDIVIDUAL MCP TOOL
arc_grow
Put USDC to work in the APEX/USDC pool on Arc (eip155:5042) from your own key, non-custodially: call grow(minApexOut) on the ArcGrow contract with the USDC as native value; half is swapped for APEX, both halves become a full-range Uniswap v4 position minted to the caller, leftovers refunded, nothing kept.
LIVE ENDPOINT
https://apexfaucet.xyz/api/mcp/arc
Connect to this endpoint to inspect the live schema for arc_grow and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.apex-arc]
url = "https://apexfaucet.xyz/api/mcp/arc"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apex-arc": {
"type": "http",
"url": "https://apexfaucet.xyz/api/mcp/arc"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apex-arc
Remote MCP URL: https://apexfaucet.xyz/api/mcp/arc
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"apex-arc": {
"url": "https://apexfaucet.xyz/api/mcp/arc"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apex-arc": {
"type": "http",
"url": "https://apexfaucet.xyz/api/mcp/arc"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apex-arc",
"transport": "streamable-http",
"url": "https://apexfaucet.xyz/api/mcp/arc"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
arc_faucet_claim— Claim real USDC and APEX on Arc for an EVM address, three times a day, no gas needed: the operator pays.arc_faucet_status— APEX faucet on Arc (Circle USDC chain, eip155:5042): the pot, the amount per claim (USDC + APEX), claims left today and left right now (the day's claims open in three parts, at 00:00, 08:00 and 16:00 UTC; nextReleaseAt says when), cooldown.arc_exit_check— If I buy this token on Arc, can I get out?arc_exit_check_bulk— PAYWALLED.arc_pools— Arc Sniper Watch: new Uniswap v4 pools on Arc in the last 24 h, who bought each first and how many seconds after it opened, whether the first buyer sold straight back, USDC depth, flags with reasons, and a leaderboard of the fastest first buyers.arc_bridges— How to get USDC onto Arc (eip155:5042) from other chains, measured: a live 2 USDC quote per source chain (Ethereum, Base, Arbitrum, Optimism, Polygon, Avalanche, Solana and more) through LI.arc_touchstone— Touchstone on Arc: on-chain assays.