mcpbeat Sign in

Kucoin MCP Server

local only

Kucoin MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Keyless KuCoin market data: symbols, stats, order books, klines, prices.

Installs / week
npm · kucoin-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Kucoin MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kucoin-mcp -- npx -y kucoin-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kucoin-mcp": {
      "args": [
        "-y",
        "kucoin-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kucoin-mcp]
command = "npx"
args = ["-y", "kucoin-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kucoin-mcp": {
      "args": [
        "-y",
        "kucoin-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kucoin-mcp": {
      "args": [
        "-y",
        "kucoin-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Kucoin MCP

same job, measured the same way
Albiononline MCP
by mrfentmen

Keyless Albion Online data: market prices, history, gold, killboard events.

local only
Gemini Crypto
by pipeworx-io

Gemini Exchange keyless public market: symbols, ticker, candles, book, trades, price feed.

41 tools answering
Buda MCP
by gtorreal

Buda.com market data: prices, spreads, OHLCV, order books, trades, and volume for CLP, COP, PEN.

32 installs/wk local only
Crypto Market Data
by nirholas

Real-time crypto prices OHLCV orderbook - Bitcoin Ethereum 10000+ tokens

local only
Furlpay CLI
by furlpay

Stablecoin payments, swaps, stock orders, market data, travel booking, yield and card controls.

35 installs/wk local only
Prediction Markets Data: Kalshi + Polymarket
by brenton-keller

Live Kalshi + Polymarket prices, orderbooks, trades, results. Pay per result via Apify.

answering
Polymarket Toolkit
by runesleo

Read-only Polymarket data tools for AI agents: profiles, PnL, market scans. No keys, no orders.

38 installs/wk local only
Knoww
by metatxn

Read-only Polymarket search, market details, order books, price history, and market cards.

answering

Kucoin MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Kucoin MCP?
Kucoin MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package kucoin-mcp.
How do I connect Kucoin MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls kucoin-mcp straight from npm; nothing to host, nothing to sign up for.
Is Kucoin MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.