The gate-local-mcp is a local MCP server that provides access to the full Gate API v4 for any MCP-compatible client, enabling functionalities such as trading, wallet management, and account operations.
From the registry: Public Gate market data MCP for spot, futures, margin, options, delivery, earn, and alpha.
Please install the `gate-mcp` MCP server into my current AI client (that's you).
Optional prerequisites:
- Gate API credentials (optional) — Public market data works without auth. For trading/wallet/account tools, get API key+secret from Gate.com (https://www.gate.com)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","gate-mcp"]
- optional environment variables:
- `GATE_API_KEY`: Gate API key (required for authenticated endpoints) (example: `<your-gate-api-key>`)
- `GATE_API_SECRET`: Gate API secret (example: `<your-gate-api-secret>`)
- `GATE_BASE_URL`: Override base URL (e.g. testnet) (example: `https://api.gateio.ws`)
- `GATE_MODULES`: Comma-separated list of modules to load (example: `spot,futures`)
- `GATE_READONLY`: Disable all write tools (example: `false`)
Note: 384 tools across 22 Gate API v4 modules. Use GATE_MODULES to reduce tool count for clients that warn above 80 tools.
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.GATE_API_KEYrequiredAPI key for authenticated endpointsGATE_API_SECRETrequiredAPI secret for authenticated endpointsOpen-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
MCP server integrating with Stripe - tools for customers, products, payments, and more.