← coil.trade

INDIVIDUAL MCP TOOL

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.

coil.tradenone authenticationAvailability not checked

LIVE ENDPOINT

https://coil.trade/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_sector_read and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

coil.trade

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.

Related tools

  • get_market_regime — The top-down market read: is the tape risk-on, be-selective, or stand-down?
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.