Content Tools
icm-analytics.com
Provides access to MCG podcast episode data, including search, founder profiles, and partnership information.
ENDPOINT 1
https://icm-analytics.com/api/v1/mcp/mcg
MCP server metadata
- Name
- mcg-mcp
- Version
- 0.1.0
Known tools 8
mcg_episodeReturn the full payload for one MCG podcast episode (fundamentals, highlights with citations, metadata, related episodes).
Inferred read-onlymcg_episodes_by_handleEvery episode where a handle appears as guest, project, or either.
Inferred read-onlymcg_searchCase-insensitive substring search across highlight summaries, topics, source quotes, and investor-summary fields.
Inferred read-onlymcg_partnershipsEvery fundamentals.forward_catalysts.pre_announced_partnerships entry across the corpus, filtered by status + recency.
Inferred read-onlymcg_founderCross-episode profile of one founder: every appearance, merged background, deduped prior ventures.
Inferred read-onlymcg_alphaEvery highlight flagged is_alpha=True, filtered by category + confidence + recency.
Inferred read-onlymcg_recentN most recently enriched episodes with summary metadata (no full fundamentals — call mcg_episode for the full payload).
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.mcg-mcp]
url = "https://icm-analytics.com/api/v1/mcp/mcg"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcg-mcp": {
"type": "http",
"url": "https://icm-analytics.com/api/v1/mcp/mcg"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcg-mcp
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": {
"mcg-mcp": {
"url": "https://icm-analytics.com/api/v1/mcp/mcg"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcg-mcp": {
"type": "http",
"url": "https://icm-analytics.com/api/v1/mcp/mcg"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcg-mcp",
"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.
ENDPOINT 2
https://icm-analytics.com/api/v1/mcp/scout
MCP server metadata
- Name
- intel-scout-mcp
- Version
- 0.1.0
Known tools 4
watchlist_fetch_batchPull 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).
Inferred read-onlywatchlist_searchUnified 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.
Inferred read-onlywatchlist_listInventory: tracked handles, tracked tickers, total tweet count, total article count, per-item last-fetch timestamps.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for icm-analytics.com was fetched 2026-07-27T03:23:40.193Z and is being refreshed.
icm-analytics.com 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.