Gate MCP Server exposes Model Context Protocol endpoints for interacting with Gate cryptocurrency exchange data and services. It provides public market data, authenticated trading and account operations, DEX wallet and swap functions, coin analysis, and crypto news.
From the registry: Gate info MCP for coin discovery, market snapshots, technical analysis, and on-chain data.
Please install the `gate-info` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **MCP-compatible client** — Use an MCP client that supports Streamable HTTP MCP servers.
Optional prerequisites:
- Gate account for private endpoints — A Gate account is required only when using the private exchange endpoint with OAuth2 (`/mcp/exchange`).
- OAuth login for protected endpoints — Authorize in the client when connecting to `/mcp/exchange` (Gate OAuth2) or `/mcp/dex` (Google or Gate OAuth). Public endpoints `/mcp`, `/mcp/info`, and `/mcp/news` do not require authentication.
Canonical MCP server config (HTTP transport):
- url: `https://api.gatemcp.ai/mcp`
Note: Primary install path is a remote MCP server over Streamable HTTP (with SSE fallback). Available endpoints: public market data `https://api.gatemcp.ai/mcp`, private exchange `https://api.gatemcp.ai/mcp/exchange` (OAuth2 required), DEX `https://api.gatemcp.ai/mcp/dex` (Google or Gate OAuth required), info `https://api.gatemcp.ai/mcp/info`, and news `https://api.gatemcp.ai/mcp/news`. For HTTP configs that include headers, the README shows `Content-Type: application/json` and `Accept: application/json, text/event-stream` for some clients, but these are client-level request headers rather than server-specific secrets. The DEX example includes `x-api-key` and `Authorization: Bearer ${GATE_MCP_TOKEN}`, but the README does not provide a general canonical setup flow for these values beyond OAuth-based auth tools, so they are not treated as required install env vars. An alternative local stdio server also exists via npm package `gate-mcp` (`npx -y gate-mcp`) using env vars `GATE_API_KEY`, `GATE_API_SECRET`, optional `GATE_MODULES`, `GATE_READONLY`, and `GATE_BASE_URL`, but the simpler portable path in this README is the hosted HTTP service.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.