API Key security
This page documents recommended practices for storing, rotating, and revoking Cryptohopper MCP API keys. The advice applies to any environment where the MCP is used — local workstations, CI systems, agent deployments, and third-party MCP clients.
What an MCP key grants
A Cryptohopper MCP API key is a bearer token that authenticates requests against a single Cryptohopper account.
| What the key can do | What the key cannot do |
|---|---|
| Read market data (tickers, orderbooks, candles) at the tier's permitted level | Access Cryptohopper bots |
| Query usage and quota for the account | Place trades or modify positions |
| List supported exchanges and pairs | Access the account interface |
| — | Authorise Cryptohopper Trading API calls |
Keys are read-only. A compromised MCP key does not allow an attacker to trade. It does, however, allow quota consumption, which can disrupt legitimate workflows.
See account overview for the relationship between keys, account, and subscription.
Storage
Keys should be treated as secrets. Standard secret-handling practices apply.