← holdingsintel.com

INDIVIDUAL MCP TOOL

find_signals

Screens for stocks or fund moves matching a signal type.

holdingsintel.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.holdingsintel.com/sse

No auth detected

Connect to this endpoint to inspect the live schema for find_signals 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

holdingsintel.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.holdingsintel]
url = "https://mcp.holdingsintel.com/sse"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "holdingsintel": {
      "type": "http",
      "url": "https://mcp.holdingsintel.com/sse"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: holdingsintel
Remote MCP URL: https://mcp.holdingsintel.com/sse

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": {
    "holdingsintel": {
      "url": "https://mcp.holdingsintel.com/sse"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "holdingsintel": {
      "type": "http",
      "url": "https://mcp.holdingsintel.com/sse"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "holdingsintel",
  "transport": "streamable-http",
  "url": "https://mcp.holdingsintel.com/sse"
}
MCP Inspector

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

Related tools

  • analyze_stock — Returns the Smart Money Verdict for a single stock: a synthesized signal from 13F institutional positioning, Form 4 insider trades, 13D/13G activist filings, and STOCK Act congressional trades.
  • analyze_fund — Returns a filing-bound hedge-fund profile with current rating, DNA, and tracked-holdings in-profit enrichment when available.
  • compare_funds — Side-by-side comparison of 2-3 hedge funds on one real common 13F quarter: holding overlap (Jaccard similarity), DNA similarity, ratings, win rates, and common holdings.
  • clone_fund — Backtests a disclosed hedge-fund cloning strategy across completed 13F disclosure intervals without look-ahead.
  • search_filers — Searches funds by name and returns canonical CIKs for discovery or disambiguation.
  • search_securities — Searches stocks by ticker or company name and returns canonical security identities.
  • list_quarters — Returns every processed 13F quarter with reported and prior-quarter filer counts, a default_ready selection heuristic, and whether the current caller can access that quarter.
  • get_congress_trades — Returns official financial disclosures from Congress and the OGE executive-branch feed.