← Registry

API Tools

arcade.trading

Provides tools for trading tokens on Arc, including market data, quotes, and swap execution.

1 endpoint9 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://www.arcade.trading/api/agent/mcp

No auth detected

MCP server metadata

Name
arcade-agent
Version
1.0.0
Capabilities
toolsresourcesprompts

Known tools 9

arcade_markets

List always-tradeable reference tokens on Arc (symbol, address, decimals).

Inferred read-only
arcade_trending

List launchpad tokens ranked by market cap, with price, curve progress and tradeVia (launchpad|swap).

Inferred read-only
arcade_portfolio

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

Inferred read-only
arcade_quote

Best-execution price quote across all Arc venues.

Inferred read-only
arcade_swap

Build ordered approve + swap contract-call descriptors for the agent to sign with its own Circle Wallet.

Inferred read-only
arcade_swap_finalize

Permit2 step 2: after signing permit2.typedData from arcade_swap, inject the signature and return the executable call.

Inferred read-only
arcade_launchpad

Build bonding-curve buy/sell or create-token descriptors for the agent to sign.

Potential side effects
arcade_usyc

Park idle USDC into USYC (Hashnote tokenized US T-Bills, ~4-5% yield) or redeem it back.

Inferred read-only
arcade_multiswap

Build a basket-converge swap: many input tokens into one output token in a single settlement (Arcade aggregator).

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "arcade-agent",
  "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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for arcade.trading was fetched 2026-08-25T17:53:55.256Z.

Trust status Neutral

arcade.trading is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.