← tickwind.com

INDIVIDUAL MCP TOOL

risk_filings

Recent SEC filings whose text MENTIONS a specific risk phrase, per EDGAR's full-text index.

tickwind.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.tickwind.com/mcp

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: tickwind
Remote MCP URL: https://api.tickwind.com/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": {
    "tickwind": {
      "url": "https://api.tickwind.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • buyback_leaders — US companies ranked by what they do to their own share count.
  • congress_trades — Recently DISCLOSED stock trades by members of the US Congress, newest transaction first.
  • dca_rating — A rules-based 0-100 read of how well one US stock fits scheduled recurring buying (dollar-cost averaging), computed from its disclosed filings and daily bars.
  • insider_clusters — US small caps where SEVERAL DISTINCT company insiders each bought their own stock on the open market in the last 30 days, ranked by number of buyers then dollar value.
  • institutional_13f — Which US stocks the tracked superinvestor funds added or opened last quarter, alongside how many trimmed or exited.
  • key_levels — Historical support and resistance price bands for one US stock, clustered from its daily bars (swing highs and lows plus volume shelves), with the nearest band above and below the latest close and how far away each sits.
  • unusual_options — Today's most-traded US single-stock option contracts by volume, with each contract's volume-to-open-interest ratio.