← antalpha.com

INDIVIDUAL MCP TOOL

swap-create-page

[Trading] Generate a DEX swap signing page from an existing quote.

antalpha.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

antalpha.com

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.antalpha-com]
url = "https://mcp-skills.ai.antalpha.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "antalpha-com": {
      "type": "http",
      "url": "https://mcp-skills.ai.antalpha.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: antalpha-com
Remote MCP URL: https://mcp-skills.ai.antalpha.com/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": {
    "antalpha-com": {
      "url": "https://mcp-skills.ai.antalpha.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "antalpha-com": {
      "type": "http",
      "url": "https://mcp-skills.ai.antalpha.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "antalpha-com",
  "transport": "streamable-http",
  "url": "https://mcp-skills.ai.antalpha.com/mcp"
}
MCP Inspector

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

Related tools

  • antalpha-register — [Trading] Register this agent with Antalpha platform.
  • test-ping — [Account] Connectivity test — confirms MCP server is reachable.
  • smart-money-signal — [Research] Get aggregated trading signals from ALL monitored wallets.
  • smart-money-watch — [Account] View a single wallet's recent on-chain activity.
  • smart-money-list — [Account] View / list the wallets currently being monitored — the pre-loaded public smart-money wallets (Paradigm, a16z, Wintermute, Vitalik.eth, …) plus your private watchlist.
  • smart-money-custom — [Trading] Manage your smart-money watchlist & settings — add or remove a private wallet (max 5), get/update signal push settings, manage stablecoin overrides.
  • smart-money-pool — [Research] View LP (liquidity provider) activity for smart money addresses: pool add/remove events, token pairs, amounts, protocol.
  • smart-money-token-scan — [Research] Token-centric whale scan: given a TOKEN (contract 0x… or symbol), return its top holders with balance, USD value and % of supply, flag which holders are labeled smart-money (Paradigm/a16z/Wintermute/etc.) or known entities (CEX/bridge), and report holding concentration (top1 / top10%).