← arcade.trading

INDIVIDUAL MCP TOOL

arcade_portfolio

Known-token balances and their USDC valuation for a wallet, plus a total.

arcade.tradingnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent endpoint

arcade.trading

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.arcade-trading]
url = "https://www.arcade.trading/api/agent/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "arcade-trading": {
      "type": "http",
      "url": "https://www.arcade.trading/api/agent/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: arcade-trading
Remote MCP URL: https://www.arcade.trading/api/agent/mcp

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": {
    "arcade-trading": {
      "url": "https://www.arcade.trading/api/agent/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "arcade-trading": {
      "type": "http",
      "url": "https://www.arcade.trading/api/agent/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "arcade-trading",
  "transport": "streamable-http",
  "url": "https://www.arcade.trading/api/agent/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • arcade_markets — List always-tradeable reference tokens on Arc (symbol, address, decimals).
  • arcade_trending — List launchpad tokens ranked by market cap, with price, curve progress and tradeVia (launchpad|swap).
  • arcade_quote — Best-execution price quote across all Arc venues.
  • arcade_swap — Build ordered approve + swap contract-call descriptors for the agent to sign with its own Circle Wallet.
  • arcade_swap_finalize — Permit2 step 2: after signing permit2.typedData from arcade_swap, inject the signature and return the executable call.
  • arcade_launchpad — Build bonding-curve buy/sell or create-token descriptors for the agent to sign.
  • arcade_usyc — Park idle USDC into USYC (Hashnote tokenized US T-Bills, ~4-5% yield) or redeem it back.
  • arcade_multiswap — Build a basket-converge swap: many input tokens into one output token in a single settlement (Arcade aggregator).