mcp-orbit-kraken
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-orbit-krakencheck my account balance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-orbit-kraken
Kraken exchange plugin for mcp-orbit. Provides 32 MCP tools for trading, account management, and grid trading automation.
Usage
As a plugin (in an existing mcp-orbit server)
import { registerPlugin, startServer } from "mcp-orbit";
import { krakenPlugin } from "mcp-orbit-kraken";
await registerPlugin(krakenPlugin);
startServer({ mode: "stdio", plugins: [krakenPlugin] });Manual CLI (lokaler Test)
# stdio mode (manual run)
npx mcp-orbit-kraken --stdio
# HTTP mode
npx mcp-orbit-kraken --http --port 3333Dieser Schritt ist nur für lokale Tests nötig. Claude Desktop (oder andere MCP-Clients) starten den Server selbstständig über ihre Command/Args-Konfiguration.
Claude Desktop configuration
{
"mcpServers": {
"kraken": {
"command": "node",
"args": ["/path/to/mcp-orbit-kraken/dist/index.js", "--stdio"],
"env": {
"KRAKEN_API_KEY": "your-api-key",
"KRAKEN_PRIVATE_KEY": "your-private-key"
}
}
}
}Related MCP server: cdcx
Environment Variables
Variable | Required | Description |
| Yes (for private endpoints) | Kraken API key |
| Yes (for private endpoints) | Kraken API private key |
| No | SQLite database path for grid trading (default: |
| No | Webhook URL for grid monitoring (default: |
| No | Secret for grid check webhook authentication |
Tools
Public Market Data (no API key required)
Tool | Description |
| Get Kraken server time |
| Get system status |
| Get asset information |
| Get tradable asset pairs |
| Get ticker information |
| Get OHLC candlestick data |
| Get order book depth |
| Get recent trades |
| Get recent bid/ask spreads |
Account Balance
Tool | Description |
| Get account balances |
| Get extended balance info |
Trading
Tool | Description |
| Place a new order |
| Edit an existing order |
| Cancel a specific order |
| Cancel all open orders |
| Dead man's switch — cancel all orders after timeout |
| Query order status |
Deposits
Tool | Description |
| Get available deposit methods |
| Get deposit addresses |
| Get deposit status |
Withdrawals
Tool | Description |
| Get withdrawal methods |
| Get withdrawal addresses |
| Get withdrawal fee and limit info |
| Execute a withdrawal |
| Get withdrawal status |
| Cancel a pending withdrawal |
Misc
Tool | Description |
| Get trade history |
| Get WebSocket authentication token |
| Transfer between Kraken wallets |
Grid Trading
Tool | Description |
| Calculate a grid trading plan |
| CRUD store for grid configurations (save/get/list/delete) |
| Log and query grid trading events |
Development
npm install
npm run build
npm run start:stdioLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server for the pex.bot AI simulated crypto exchange that enables users to manage accounts, check real-time market data, and execute trades. It provides tools for profile management, order execution, and asset tracking within a simulated cryptocurrency trading environment.11511MIT

cdcxofficial
Alicense-qualityBmaintenanceMCP server for the Crypto.com Exchange API, providing 86 dynamically generated tools for market data, trading, account management, and more with real-time WebSocket streaming and safety enforcement.2424Apache 2.0- AlicenseBqualityCmaintenanceAn MCP server that exposes the Kraken cryptocurrency exchange Spot REST API over HTTP with bearer token authentication, enabling account management, trading, and market data queries through natural language.541MIT
- Flicense-qualityCmaintenanceMCP server for Hyperliquid perpetual DEX with 48 tools for trading, monitoring, risk management, and security. Enables real-time market data, order management, risk validation, and automated trading strategies.
Related MCP Connectors
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
MCP server exposing the Backtest360 engine API as tools for AI agents.
Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/okahari/mcp-orbit-kraken'
If you have feedback or need assistance with the MCP directory API, please join our Discord server