Analytics
coil.trade
Provides stock market analysis including regime classification, buy lists, stock reads, leaders, and sector drills.
ENDPOINT 1
https://coil.trade/mcp
MCP server metadata
- Name
- coil-scanner
- Version
- 1.0.0
Coil's scored US-equity market board. Call get_market_regime first (is the tape risk-on?), then get_buy_list / get_market_leaders for candidates, get_stock_read or get_sector_read to drill down. Free tier is the full board one market day delayed; send a Coil Scanner license key in the X-License-Key header for the live intraday board ($12/mo, https://coil.trade/scanner). Scores and states only — research, not investment advice.
Known tools 7
get_market_regimeThe top-down market read: is the tape risk-on, be-selective, or stand-down?
Inferred read-onlyget_buy_listToday's ranked buy-list candidates per book across two lanes (risk-adjusted and swing), each with buy/entry/growth/hold scores, a leadership flag and an entry-window note — plus the regime mode saying whether the list is actionable at all.
Inferred read-onlyget_stock_readOne stock's full Coil read: opportunity 0-100 + board percentile, entry quality and state (READY / SETUP / WAIT / CHASE / FALLING), hold strength and leadership flag, plus its book's regime.
Inferred read-onlyget_market_leadersToday's market leaders, ranked: the top 10 leadership names per book by opportunity score — names in confirmed uptrends carrying the market's strength, each with the full score read.
Inferred read-onlyget_sector_readOne sector's drill-down: every member of the sector scored and ranked by opportunity, plus the sector's own ETF row.
Inferred read-onlyget_crypto_trendBitcoin and Ethereum trend signal: the long-only state for each sleeve (LONG or CASH), the 50-day trend gate each trades on, and the BTC 200-day master gate that overrides both — evaluated on UTC daily closes, with price and day change.
Inferred read-onlyget_morning_briefThe whole market read in one call: regime verdict per book, today's top-5 ranked buy candidates, the biggest gainers and losers, and the BTC/ETH crypto trend-gate state.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.coil-scanner]
url = "https://coil.trade/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coil-scanner": {
"type": "http",
"url": "https://coil.trade/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coil-scanner
Remote MCP URL: https://coil.trade/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"coil-scanner": {
"url": "https://coil.trade/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coil-scanner": {
"type": "http",
"url": "https://coil.trade/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coil-scanner",
"transport": "streamable-http",
"url": "https://coil.trade/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for coil.trade was fetched 2026-07-31T03:31:37.545Z.
coil.trade is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.