Analytics
tickwind.com
Provides stock market analytics including buyback leaders, congressional trades, dollar-cost averaging ratings, insider clusters, and institutional 13F filings.
ENDPOINT 1
https://api.tickwind.com/mcp
MCP server metadata
- Name
- tickwind
- Version
- 1
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
congress_tradesRecently DISCLOSED stock trades by members of the US Congress, newest transaction first.
Inferred read-onlydca_ratingA 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-onlyinsider_clustersUS 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-onlyinstitutional_13fWhich US stocks the tracked superinvestor funds added or opened last quarter, alongside how many trimmed or exited.
Inferred read-onlykey_levelsHistorical 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-onlyrisk_filingsRecent SEC filings whose text MENTIONS a specific risk phrase, per EDGAR's full-text index.
Inferred read-onlyunusual_optionsToday's most-traded US single-stock option contracts by volume, with each contract's volume-to-open-interest ratio.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.