← Registry

Analytics

coil.trade

Provides stock market analysis including regime classification, buy lists, stock reads, leaders, and sector drills.

x402 supported1 endpoint7 known toolsFirst detected July 25, 2026Last detected July 29, 2026

ENDPOINT 1

https://coil.trade/mcp

No auth detected

MCP server metadata

Name
coil-scanner
Version
1.0.0
Capabilities
tools
Server instructions

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_regime

The top-down market read: is the tape risk-on, be-selective, or stand-down?

Inferred read-only
get_buy_list

Today'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-only
get_stock_read

One 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-only
get_market_leaders

Today'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-only
get_sector_read

One sector's drill-down: every member of the sector scored and ranked by opportunity, plus the sector's own ETF row.

Inferred read-only
get_crypto_trend

Bitcoin 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-only
get_morning_brief

The 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-only

CONNECT 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.

Trust status Neutral

coil.trade is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.