Shark BTC SMC MCP Bridge
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Shark BTC SMC MCP BridgeRun SMC analysis on BTC across 4H, 1H, 15M, and 5M, then summarize the bias and trade setup."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Shark BTC SMC MCP Bridge
This bridge reads Shark Exchange public Kline data and exposes it as MCP tools.
Important
This project is READ-ONLY.
It does not place orders, withdraw funds, or use an API secret.
Confirm the exact Shark Futures symbol before deployment. Set
SHARK_PAIRaccordingly if it is notBTCUSDT.
Related MCP server: BTC Intraday Market Data MCP
Tools
get_btc_4h
get_btc_1h
get_btc_15m
get_btc_5m
get_btc_smc_data
Local test
Install Python 3.11+.
pip install -r requirements.txtSet the correct pair:
Linux/macOS:
export SHARK_PAIR=YOUR_EXACT_FUTURES_SYMBOLWindows PowerShell:
$env:SHARK_PAIR="YOUR_EXACT_FUTURES_SYMBOL"
Run:
python app.pyThe MCP server listens on port 8000 using Streamable HTTP.
Deploy
Deploy this folder to a host that provides a public HTTPS URL (for example, Render). ChatGPT custom MCP apps require a remote MCP server; local servers are not directly connected.
SMC workflow
The ChatGPT-side instructions should be: 4H bias -> 1H BOS/CHOCH and liquidity -> 15M POI -> 5M liquidity sweep + MSS + displacement + FVG/OB retest -> LONG/SHORT/WAIT.
Never treat a single sweep, MSS or FVG as sufficient confirmation.
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only Bitcoin blockchain, mempool, mining, market, and on-chain analytics; no API key.
Free read-only crypto whale-tracking & market-data MCP tools across 14 chains. No auth.
Crypto market data, 200 indicators, order flow and a chart link. No account, no API key.
Read-only PAPER market research for autonomous agents; no live trading or alpha claim.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables AI agents to analyze price action using Smart Money Concepts (market structure, order blocks, fair value gaps, liquidity sweeps) for stocks, forex, gold, indices, and crypto without an API key.52MIT
- FlicenseNot gradedqualityBmaintenanceRead-only MCP server providing BTC intraday quantitative market data via tools like snapshots, timeframes, liquidations, and options surface, designed for Vercel Hobby and ChatGPT custom MCP apps.-
- FlicenseAqualityCmaintenanceProvides live and historical market data for Bitcoin and any Binance pair via two read-only tools: current price snapshot and historical OHLC candles.2-
- AlicenseAqualityBmaintenanceProvides live cryptocurrency market data including spot prices, OHLCV candles, order books, funding rates, and technical indicators via public exchange APIs.8MIT