API Tools
arcade.trading
Provides tools for trading tokens on Arc, including market data, quotes, and swap execution.
ENDPOINT 1
https://www.arcade.trading/api/agent/mcp
MCP server metadata
- Name
- arcade-agent
- Version
- 1.0.0
Known tools 9
arcade_marketsList always-tradeable reference tokens on Arc (symbol, address, decimals).
Inferred read-onlyarcade_trendingList launchpad tokens ranked by market cap, with price, curve progress and tradeVia (launchpad|swap).
Inferred read-onlyarcade_portfolioKnown-token balances and their USDC valuation for a wallet, plus a total.
Inferred read-onlyarcade_swapBuild ordered approve + swap contract-call descriptors for the agent to sign with its own Circle Wallet.
Inferred read-onlyarcade_swap_finalizePermit2 step 2: after signing permit2.typedData from arcade_swap, inject the signature and return the executable call.
Inferred read-onlyarcade_launchpadBuild bonding-curve buy/sell or create-token descriptors for the agent to sign.
Potential side effectsarcade_usycPark idle USDC into USYC (Hashnote tokenized US T-Bills, ~4-5% yield) or redeem it back.
Inferred read-onlyarcade_multiswapBuild a basket-converge swap: many input tokens into one output token in a single settlement (Arcade aggregator).
Inferred read-onlyCONNECT 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.
arcade.trading is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.