Ask Claude *"Is SOL set up for a swing trade?"* and it fetches live data from Binance, runs a full indicator suite, scores it, and delivers a
Ask Claude "Is SOL set up for a swing trade?" and it fetches live data from Binance, runs a full indicator suite, scores it, and delivers a grounded bull/bear debate — all in one response. Exposed over MCP by the cryptoscholar mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Everything the assistant can do here goes through one of these:
watchlist_add — Add symbols to a named list (creates the list if needed)watchlist_remove — Remove symbols; also clears their alertswatchlist_show — Show all symbols + configured alerts for a listwatchlist_lists — List all named watchlists with symbol countswatchlist_scan — Run a full TSS analysis on every coin in the list — parallel digest viewalert_set — Set a tss_above, tss_below, or regime_change alert on any symbolalert_check — Fetch live TA for all alerted symbols, report which alerts fired, update baselineanalyze_coin — Full technical analysis snapshot for any coin. Fetches 300 days of real OHLCV candles from Binance (with CoinGecko fallback) and computes:rank_coins — Pass a list of symbols and get them back ranked by TSS. Runs in parallel (up to 8 workers) for fast results on large lists. Each result includes TSStop_coins — No symbol list needed. Fetches the top 50 coins by market cap from CoinGecko and returns them ranked by TSS. Smart filtering automatically removes: -correlate_coins — Compute pairwise Pearson correlation of 30-day daily returns across 2–20 coins. Returns the full correlation matrix, high-correlation clustersmarket_context — Macro market signals to frame individual coin analysis. Uses CoinGecko global data, DefiLlama stablecoin supply, and Alternative.me Fear & GreedSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need one environment variable: ANTHROPIC_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Cryptoscholar's toolset — watchlist_add, watchlist_remove, watchlist_show and 11 more — is a fair guide to whether it matches your workflow. It is maintained by cryptographer11; 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 |
|---|---|
| watchlist_add | Add symbols to a named list (creates the list if needed) |
| watchlist_remove | Remove symbols; also clears their alerts |
| watchlist_show | Show all symbols + configured alerts for a list |
| watchlist_lists | List all named watchlists with symbol counts |
| watchlist_scan | Run a full TSS analysis on every coin in the list — parallel digest view |
| alert_set | Set a tss_above, tss_below, or regime_change alert on any symbol |
| alert_check | Fetch live TA for all alerted symbols, report which alerts fired, update baseline |
| analyze_coin | Full technical analysis snapshot for any coin. Fetches 300 days of real OHLCV candles from Binance (with CoinGecko fallback) and computes: |
| rank_coins | Pass a list of symbols and get them back ranked by TSS. Runs in parallel (up to 8 workers) for fast results on large lists. Each result includes TSS, regime, EMA alignment, 4H MTF alignment, RSI divergence, OBV trend, fu |
| top_coins | No symbol list needed. Fetches the top 50 coins by market cap from CoinGecko and returns them ranked by TSS. Smart filtering automatically removes: - Stablecoins (USDT, USDC, DAI, etc.) - Wrapped / synthetic tokens (WBTC |
| correlate_coins | Compute pairwise Pearson correlation of 30-day daily returns across 2–20 coins. Returns the full correlation matrix, high-correlation clusters (>0.85), and uncorrelated pairs (<0.30) — useful for portfolio diversificatio |
| market_context | Macro market signals to frame individual coin analysis. Uses CoinGecko global data, DefiLlama stablecoin supply, and Alternative.me Fear & Greed Index. Returns: |
| debate | Claude reads the live TA data and generates a structured bull/bear debate grounded in actual indicator values — not hallucinated opinion. Returns: - **Bull case** — what the technicals say in favour - **Bear case** — wha |
| train_regime_model | Manually trigger a retrain of the HMM volatility regime model on fresh BTC price history. The model auto-retrains every 7 days automatically — use this after a major market structure shift to force an immediate update. A |
| Variable | Description | Required |
|---|---|---|
| ANTHROPIC_API_KEY | Credential the server authenticates with. | Yes |
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.