An MCP server that exposes the [Kraken](https://www.kraken.com/) cryptocurrency exchange Spot REST API over HTTP, secured with bearer tokens you
If you already use MCP Kraken, the mcp kraken mcp server is the piece that lets your assistant work with it directly. An MCP server that exposes the Kraken cryptocurrency exchange Spot REST API over HTTP, secured with bearer tokens you manage locally.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Account — get_account_balance, get_extended_balance,Trading — get_open_orders, get_closed_orders, query_orders,Funding — get_deposit_methods, get_deposit_addresses,Earn — list_earn_strategies, list_earn_allocations, allocate_earn,Subaccounts — create_subaccount, account_transferDeposit — depositWithdraw — withdrawSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Configuration is passed through the environment: KRAKEN_API_KEY, KRAKEN_API_SECRET, KRAKEN_BASE_URL, MCP_KRAKEN_HOST, MCP_KRAKEN_PATH. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
>=3.12 - uv for dependency management - just for the dev command runner (optional) - A Kraken Spot API key — generate one in Account → Security → API. The permissions you enable on the key directly determine which MCP tools succeed (see PermissionsAmong the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Kraken's toolset — Account, Trading, Funding and 4 more — is a fair guide to whether it matches your workflow. It is maintained by xavierbeheydt; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Account | get_account_balance, get_extended_balance, |
| Trading | get_open_orders, get_closed_orders, query_orders, |
| Funding | get_deposit_methods, get_deposit_addresses, |
| Earn | list_earn_strategies, list_earn_allocations, allocate_earn, |
| Subaccounts | create_subaccount, account_transfer. |
| Deposit | deposit |
| Withdraw | withdraw |
>=3.12 - uv for dependency management - just for the dev command runner (optional) - A Kraken Spot API key — generate one in Account → Security → API. The permissions you enable on the key directly determine which MCP tools succeed (see Permissions| Variable | Description | Required |
|---|---|---|
| KRAKEN_API_KEY | Credential the server authenticates with. | Yes |
| KRAKEN_API_SECRET | Credential the server authenticates with. | Yes |
| KRAKEN_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| MCP_KRAKEN_HOST | Endpoint or connection string the server talks to. | Optional |
| MCP_KRAKEN_PATH | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.