74
/ 100
28 days ago
glama

mcp-orbit-kraken

MCP server for interacting with the Kraken cryptocurrency exchange, providing 32 tools for trading, account management, deposits, withdrawals, and grid trading automation.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: GRID_WEBHOOK_SECRET, KRAKEN_API_KEY, KRAKEN_PRIVATE_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGRID_CHECK_WEBHOOK_URLNo Webhook URL for grid monitoring (default: http://localhost:3001)
🔐 secretGRID_WEBHOOK_SECRETNo Secret for grid check webhook authentication
🔐 secretKRAKEN_API_KEY"": "your-api-key",
configKRAKEN_DB_PATHNo SQLite database path for grid trading (default: data/grids.db)
🔐 secretKRAKEN_PRIVATE_KEY"": "your-private-key"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/okahari-mcp-orbit-kraken-1samcl)](https://m8ven.ai/mcp/okahari-mcp-orbit-kraken-1samcl)
commit: 25118cd0e23ef5968ebe0e78145b7b8fbaf3ef57
code hash: 747954b17748c6bcae6e967b5d50b241efc56fad711ca6af8123fb1deeaa5fd8
verified: 6/24/2026, 10:11:14 AM
view raw JSON →