← Registry

Analytics

tickwind.com

Provides stock market analytics including buyback leaders, congressional trades, dollar-cost averaging ratings, insider clusters, and institutional 13F filings.

1 endpoint8 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://api.tickwind.com/mcp

No auth detected

MCP server metadata

Name
tickwind
Version
1
Capabilities
tools
Server instructions

Tickwind exposes US-market boards built from free, redistribution-safe sources (SEC EDGAR, Cboe, FINRA, CFTC). No API key is required. Every tool returns its own provenance and caveats — quote those verbatim rather than restating figures as your own.

Known tools 8

buyback_leaders

US companies ranked by what they do to their own share count.

Inferred read-only
congress_trades

Recently DISCLOSED stock trades by members of the US Congress, newest transaction first.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
institutional_13f

Which US stocks the tracked superinvestor funds added or opened last quarter, alongside how many trimmed or exited.

Inferred read-only
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.

Inferred read-only
risk_filings

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

Inferred read-only
unusual_options

Today's most-traded US single-stock option contracts by volume, with each contract's volume-to-open-interest ratio.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.