← icm-analytics.com

INDIVIDUAL MCP TOOL

mcg_changed_since

Episodes whose enriched_at >= iso_timestamp.

icm-analytics.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • mcg_episode — Return the full payload for one MCG podcast episode (fundamentals, highlights with citations, metadata, related episodes).
  • mcg_episodes_by_handle — Every episode where a handle appears as guest, project, or either.
  • mcg_search — Case-insensitive substring search across highlight summaries, topics, source quotes, and investor-summary fields.
  • mcg_partnerships — Every fundamentals.forward_catalysts.pre_announced_partnerships entry across the corpus, filtered by status + recency.
  • mcg_founder — Cross-episode profile of one founder: every appearance, merged background, deduped prior ventures.
  • mcg_alpha — Every highlight flagged is_alpha=True, filtered by category + confidence + recency.
  • mcg_recent — N most recently enriched episodes with summary metadata (no full fundamentals — call mcg_episode for the full payload).