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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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