← icm-analytics.com

INDIVIDUAL MCP TOOL

watchlist_list

Inventory: tracked handles, tracked tickers, total tweet count, total article count, per-item last-fetch timestamps.

icm-analytics.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://icm-analytics.com/api/v1/mcp/scout

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

icm-analytics.com

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.intel-scout-mcp]
url = "https://icm-analytics.com/api/v1/mcp/scout"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "intel-scout-mcp": {
      "type": "http",
      "url": "https://icm-analytics.com/api/v1/mcp/scout"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: intel-scout-mcp
Remote MCP URL: https://icm-analytics.com/api/v1/mcp/scout

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": {
    "intel-scout-mcp": {
      "url": "https://icm-analytics.com/api/v1/mcp/scout"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "intel-scout-mcp": {
      "type": "http",
      "url": "https://icm-analytics.com/api/v1/mcp/scout"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "intel-scout-mcp",
  "transport": "streamable-http",
  "url": "https://icm-analytics.com/api/v1/mcp/scout"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • watchlist_fetch_batch — Pull fresh tweets via twitterapi.io for a mixed list of handles and tickers, detect + fetch any X Articles linked, persist everything to the local watchlist (indexed by handle AND by ticker).
  • watchlist_search — Unified query across BOTH stores — the on-demand watchlist AND the 12 AI-Feed scout archives — so one tool answers 'what was said about $X' regardless of source.
  • watchlist_articles — Return full X Article content for tweets in scope.