BASTION is a **Model Context Protocol (MCP) server** that turns any Claude agent into a professional crypto trading desk. Through a single MCP
Connect Bastion to Claude, Cursor or any other MCP client and it stops being a tab you switch to. BASTION is a Model Context Protocol (MCP) server that turns any Claude agent into a professional crypto trading desk. Through a single MCP connection (Streamable HTTP or SSE), your agent gains 147 specialized tools for market data. The bastion mcp server is what makes that connection.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
bastion_evaluate_risk — Full risk evaluation with 560+ signals, reasoning chain, and action recommendationbastion_chat — Natural language conversation with the fine-tuned 72B risk modelbastion_evaluate_all_positions — Batch risk evaluation of every open positionbastion_scan_signals — Proactive signal scanner — finds trade opportunities ranked by convictionbastion_get_price — Real-time price, 24h change, volumebastion_get_market_data — Market cap, circulating supply, dominance, ATH trackingbastion_get_klines — OHLCV candlestick data — any timeframe from 1m to 1Mbastion_get_volatility — Realized volatility, ATR, Bollinger bandwidth, IV percentilebastion_get_open_interest — Aggregate open interest across all exchangesbastion_get_oi_changes — OI delta over time windows (confirms or denies price moves)bastion_get_cvd — Cumulative Volume Delta — buyer vs seller aggressionbastion_get_orderflow — Order flow imbalance and absorption analysisAmong the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Bastion's toolset — bastion_evaluate_risk, bastion_chat, bastion_evaluate_all_positions and 11 more — is a fair guide to whether it matches your workflow. It is maintained by bastionfintech-spec; 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 |
|---|---|
| bastion_evaluate_risk | Full risk evaluation with 560+ signals, reasoning chain, and action recommendation |
| bastion_chat | Natural language conversation with the fine-tuned 72B risk model |
| bastion_evaluate_all_positions | Batch risk evaluation of every open position |
| bastion_scan_signals | Proactive signal scanner — finds trade opportunities ranked by conviction |
| bastion_get_price | Real-time price, 24h change, volume |
| bastion_get_market_data | Market cap, circulating supply, dominance, ATH tracking |
| bastion_get_klines | OHLCV candlestick data — any timeframe from 1m to 1M |
| bastion_get_volatility | Realized volatility, ATR, Bollinger bandwidth, IV percentile |
| bastion_get_open_interest | Aggregate open interest across all exchanges |
| bastion_get_oi_changes | OI delta over time windows (confirms or denies price moves) |
| bastion_get_cvd | Cumulative Volume Delta — buyer vs seller aggression |
| bastion_get_orderflow | Order flow imbalance and absorption analysis |
| bastion_get_funding_rates | Perpetual funding rates across 5 exchanges |
| bastion_get_funding_arb | Cross-exchange funding rate arbitrage opportunities |
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.