← ClaudeAtlas

gate-dex-marketlisted

Gate Wallet market data and token info queries. K-line, transaction stats, liquidity, token details, rankings, security audit, new token discovery. Use when users ask about market data, prices, or token info. All queries require no authentication. Not for executing trades.
aiskillstore/marketplace · ★ 329 · Data & Documents · score 82
Install: claude install-skill aiskillstore/marketplace
# Gate Wallet Market Skill > Market / Token domain — K-line, transaction stats, liquidity, token details, rankings, security audit, new token discovery. 7 MCP tools, all require no authentication. **Trigger scenarios**: User mentions "market", "K-line", "kline", "price", "token info", "ranking", "security", "audit", "risk", "chart", "new token", "liquidity", or when market data / security audit assistance is needed. ## Step 0: MCP Server Connection Check (Mandatory) **Before executing any operation, the Gate Wallet MCP Server must be confirmed available. This step cannot be skipped.** Connectivity probe: ``` CallMcpTool(server="gate-dex-mcp", toolName="chain.config", arguments={chain: "eth"}) ``` | Result | Action | |--------|--------| | Success | MCP Server is available, proceed to next steps | | `server not found` / `unknown server` | Cursor not configured → show config guide (see below) | | `connection refused` / `timeout` | Unreachable → prompt to check URL and network | ### When Cursor Is Not Configured ``` ❌ Gate Wallet MCP Server Not Configured No MCP Server named "gate-dex-mcp" found in Cursor. Follow these steps to configure: Option 1: Via Cursor Settings (recommended) 1. Open Cursor → Settings → MCP 2. Click "Add new MCP server" 3. Fill in: - Name: gate-dex-mcp - Type: HTTP - URL: https://api.gatemcp.ai/mcp 4. Save and retry Option 2: Manually edit config file Edit ~/.cursor/mcp.json, add: { "mcpServers": { "gate-dex-