Basis for Claude Desktop
com.basischarts/basis
Crypto market data, 200 indicators, order flow and a chart link. No account, no API key.
client:Claude Desktop
transport:streamable-http
tools:41
Install Basis in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"basis": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.basischarts.com/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- catalog_search
- catalog_describe
- crypto_quant_guide
- market_candles
- market_relationships
- market_dominance
- market_derivatives
- hyperliquid_whale_read
- indicator_compute
- formula_evaluate
- backtest_run
- strategy_research
- position_calculate
- trade_experience_retrieve
- news_recent
- news_detect_assets
- chart_state
- chart_set_instrument
- chart_set_timeframe
- chart_set_type
- chart_add_indicator
- chart_update_indicator
- chart_remove_indicator
- chart_toggle_indicator