Back to MCP Servers
Crypto Orderbook
Analyzing order book depth and imbalance across major crypto exchanges.
finance-fintech
By kukapay
Installation
npx -y crypto-orderbook-mcpConfiguration
{
"mcpServers": {
"crypto-orderbook-mcp": {
"command": "npx",
"args": ["-y", "crypto-orderbook-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes