mcp-kraken
JSON →MCP server wrapping the Kraken cryptocurrency exchange Spot REST API over HTTP.
Tools · 54
- get_server_time Get the server's current time
- get_system_status Get the current system status
- get_assets Get available assets
- get_asset_pairs Get available asset pairs
- get_ticker Get ticker information
- get_ohlc Get OHLC data
- get_order_book Get order book data
- get_recent_trades Get recent trades
- get_recent_spreads Get recent spreads
- get_account_balance Get account balance
- get_extended_balance Get extended balance
- get_trade_balance Get trade balance
- get_trade_volume Get trade volume
- get_ledgers Get ledgers
- query_ledgers Query ledgers
- get_credit_lines Get credit lines
- get_api_key_info Get API key information
- request_export_report Request an export report
- get_export_status Get export status
- retrieve_export Retrieve an export
- remove_export Remove an export
- get_open_orders Get open orders
- get_closed_orders Get closed orders
- query_orders Query orders
- get_trade_history Get trade history
- query_trades Query trades
- get_open_positions Get open positions
- add_order Add an order
- add_order_batch Add a batch of orders
- amend_order Amend an order
- edit_order Edit an order
- cancel_order Cancel an order
- cancel_all_orders Cancel all orders
- cancel_all_orders_after Cancel all orders after a timeout
- cancel_order_batch Cancel a batch of orders
- get_deposit_methods Get deposit methods
- get_deposit_addresses Get deposit addresses
- get_deposit_status Get deposit status
- get_withdrawal_methods Get withdrawal methods
- get_withdrawal_addresses Get withdrawal addresses
- get_withdrawal_info Get withdrawal information
- withdraw Withdraw funds
- get_withdrawal_status Get withdrawal status
- cancel_withdrawal Cancel a withdrawal
- wallet_transfer Transfer between wallets
- list_earn_strategies List earn strategies
- list_earn_allocations List earn allocations
- allocate_earn Allocate to earn
- deallocate_earn Deallocate from earn
- get_earn_allocation_status Get earn allocation status
- get_earn_deallocation_status Get earn deallocation status
- create_subaccount Create a subaccount
- account_transfer Transfer between accounts
- get_websockets_token Get WebSocket authentication token
Environment variables
KRAKEN_API_KEYKRAKEN_API_SECRETKRAKEN_BASE_URLMCP_KRAKEN_HOSTMCP_KRAKEN_PORT
Links
★ 1 GitHub stars