Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Signal8

NPM · @SIGNAL8AI/MCP · 2 COMPONENTS · SCANNED SEP 20

SEC filings, dilution, insider & institutional ownership, and political-trade data for AI agents.

+2 this week 85 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 39 of 122 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability79
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 22189 tokens (~217/item across 102 items; 101 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 101 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 103 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Signal8 MCP server?

Signal8 runs locally as an npm package, launched with npx -y @signal8ai/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @signal8ai/mcp

# add to Claude Code
claude mcp add ai-signal8-mcp -- npx -y @signal8ai/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "ai-signal8-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@signal8ai/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ai-signal8-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@signal8ai/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add ai-signal8-mcp -- npx -y @signal8ai/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-signal8-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@signal8ai/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-signal8-mcp --command npx --arg -y --arg @signal8ai/mcp
# ~/.hermes/config.yaml
mcp_servers:
  ai-signal8-mcp:
    command: "npx"
    args: ["-y", "@signal8ai/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ai-signal8-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@signal8ai/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add ai-signal8-mcp -t stdio -c npx -a -y @signal8ai/mcp
// mcp.json
{
  "mcpServers": {
    "ai-signal8-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@signal8ai/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +16
    • Malware scan: unverified → pass security
    • Stability: 0.97 → pass security
  • 19 Sept 26 −15
    • Malware scan: pass → unverified security
    • Schema quality: 176 → 217 functional
    • Package version: 0.15.0 → 0.16.0 functional
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +2
    • CVE-2026-82417 no longer affects this package security
    • CVE-2026-82562 no longer affects this package security
    • Known CVEs: fail → pass security
  • 14 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 13 Sept 26 0
    • Stability: 0.97 → pass security
  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@signal8ai/mcp@0.16.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 122 packages
Packages resolved 122
Stale 39
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 101 exposed · ~21,921 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_market_breadth ~101

Get market breadth aggregates (advance/decline counts and ratio, percent of constituents above their 50DMA and 200DMA, and counts of new 52-week highs/lows) for a chosen universe (sp500, ndx, or all). Use to add market-state context to commentary, tweets, or daily summaries.

NameTypeReqDescription
universestringUniverse to aggregate over: sp500, ndx, or all (default sp500)
NameTypeReqDescription
data

No examples provided.

get_market_metrics ~63

Get computed market metrics for a company including volume averages, volatility, SMAs, and trend direction. Use when analyzing trading patterns or technical indicators beyond the basic quote.

NameTypeReqDescription
tickerstringyesStock ticker symbol (e.g., "AAPL", "TSLA")
NameTypeReqDescription
data

No examples provided.

get_market_news ~156

Get the latest market-wide news across ALL tickers, most recent first. Every item is significance-classified at ingest (critical | major | standard); the default filter of critical,major is the "top stories" view. Use for "what is happening in the market right now" — for news about one company, use get_news with a ticker instead. Requires the /news/latest public endpoint (added 2026-07-29; 404 until that backend deploy).

NameTypeReqDescription
limitintegerMaximum items to return (1-50). Defaults to 10.
significancestringCSV of levels to include, e.g. "critical,major" (default) or "critical,major,standard".
NameTypeReqDescription
data

No examples provided.

get_news ~111

Get recent news articles and press releases for a company. Use when researching recent developments, catalysts, or sentiment drivers. Set pressReleasesOnly to return only official company press releases.

NameTypeReqDescription
limitintegerMaximum number of articles to return (1-20). Defaults to 10.
pressReleasesOnlybooleanWhen true, return only official company press releases (exclude third-party news).
tickerstringyesStock ticker symbol (e.g., "AAPL", "TSLA")
NameTypeReqDescription
data

No examples provided.

get_ownership ~158

Get unified ownership breakdown for a company combining Form 4 insider holdings, 13F institutional holdings, and 13D/13G activist positions. All entities are resolved across the three SEC form types into a single view with counterparty resolution. The allHolders array is paginated via limit/offset (default 100). Aggregate stats (institutional/insider/beneficial/retail totals and percentages) are always included in full.

NameTypeReqDescription
limitintegerMaximum holders to return in allHolders (default: 100, max: 100)
offsetintegerOffset for pagination (default: 0)
tickerstringyesStock ticker symbol (e.g., AAPL, TSLA)
NameTypeReqDescription
data

No examples provided.

get_policy_events ~298

List mirrored executive orders (policy events) from the Federal Register feed. Filter by signing-date range, affected sector, or free-text title query. Each event includes its Federal Register document number (externalId), title, signing date (eventDate), normalized affected sectors, full-text URL, and flaggedTradeCount — the number of official trades that occurred in an affected sector near the signing date. IMPORTANT: matches are sector-level co-occurrence — the official traded a stock in a sector the executive order affects, within a window of its signing date. Sector matches are broad and many trades will coincide with policy activity by chance; a match is a starting point for research, not evidence of foreknowledge. The matchBasis field describes match strength only ('sector' = broad sector match), never culpability, and matchCount shows how many EOs matched in the window (a noise indicator).

NameTypeReqDescription
fromstringEarliest signing date inclusive (YYYY-MM-DD)
limitnumberMaximum results to return (default: 25, max: 100)
offsetnumberPagination offset (default: 0)
qstringFree-text search over event titles
sectorstringFilter by canonical affected sector (one of the 11 canonical sector strings, e.g. "Healthcare", "Financial Services", "Energy")
tostringLatest signing date inclusive (YYYY-MM-DD)
NameTypeReqDescription
data

No examples provided.

get_policy_trade_leaderboard ~316

Rank politicians (Congress + executive branch) by trades that occurred near executive-order signings in sectors the orders affect. Each row includes the politician, flaggedTradeCount, totalEstimatedUsd, topSector, and an exampleEvent. Use for "who trades most around policy activity" style questions. Defaults to the same "traded 1-14 days before signing" lens as get_policy_trade_overlap; same-day trades are always excluded. IMPORTANT: matches are sector-level co-occurrence — the official traded a stock in a sector the executive order affects, within a window of its signing date. Sector matches are broad and many trades will coincide with policy activity by chance; a match is a starting point for research, not evidence of foreknowledge. The matchBasis field describes match strength only ('sector' = broad sector match), never culpability, and matchCount shows how many EOs matched in the window (a noise indicator).

NameTypeReqDescription
directionstringWhich side of the signing date to include: 'before' (default), 'after', or 'both'
limitnumberMaximum results to return (default: 50, max: 100)
offsetnumberPagination offset (default: 0)
sortstringRanking order: 'usd' (default — estimated USD value) or 'count' (flagged-trade count)
windownumberMatch window in days around the EO signing date (default: 14, max: 30)
NameTypeReqDescription
data

No examples provided.

get_policy_trade_overlap ~363

For a single politician, list trades that occurred within a window of days before or after the signing of an executive order affecting the traded sector. Each row contains the trade, the nearestEvent, daysDelta (negative = traded N days before EO signing, positive = traded N days after), matchBasis, and matchCount, plus a summary (totalFlags, totalEstimatedUsd, topSector). Defaults to trades 1-14 days BEFORE signing; same-day trades are always excluded (intraday ordering is unknowable). Unlike get_donor_trade_overlap, executive-branch (exec-) slugs return REAL data here: both congressional and executive trade sources feed the overlap computation. IMPORTANT: matches are sector-level co-occurrence — the official traded a stock in a sector the executive order affects, within a window of its signing date. Sector matches are broad and many trades will coincide with policy activity by chance; a match is a starting point for research, not evidence of foreknowledge. The matchBasis field describes match strength only ('sector' = broad sector match), never culpability, and matchCount shows how many EOs matched in the window (a noise indicator).

NameTypeReqDescription
directionstringWhich side of the signing date to include: 'before' (default), 'after', or 'both'
limitnumberMaximum results to return (default: 50, max: 100)
offsetnumberPagination offset (default: 0)
slugstringyesPolitician URL slug — congressional ("sen-nancy-pelosi", "rep-...") or executive branch ("exec-...")
windownumberMatch window in days around the EO signing date (default: 14, max: 30)
NameTypeReqDescription
data

No examples provided.

get_political_sector_rotation ~170

Which market SECTORS politicians have been trading in over a trailing window. Aggregates congressional + executive trades by sector and returns, per sector: trade count, total dollar volume, number of distinct politicians, and the top tickers. Use it to see where political trading activity is concentrating (e.g. "politicians piled into Energy this month"). Sort by count or dollar volume.

NameTypeReqDescription
chamberstringOptional chamber filter (default: all chambers merged)
limitnumberTop-N sectors to return (default: 15, max: 30)
sortBystringRank sectors by trade count or summed dollar volume (default: count)
windowDaysnumberLookback window in days (default: 30, max: 90)
NameTypeReqDescription
data

No examples provided.

get_politician_activity ~90

Get activity metrics for a politician broken down by period (30d, 90d, 1y, all-time). Includes buy/sell counts and values per period, most traded tickers (top 10), and transaction type breakdown. Useful for analyzing trading patterns over time.

NameTypeReqDescription
slugstringyesPolitician URL slug (e.g., "sen-nancy-pelosi")
NameTypeReqDescription
data

No examples provided.

get_politician_committees ~107

Get committee assignments for a politician including committee name, chamber, role (Chair, Ranking Member, etc.), and subcommittee memberships. Use to correlate trading activity with committee oversight areas. Requires a politician slug (e.g. "sen-nancy-pelosi") -- use get_politicians first to find the slug.

NameTypeReqDescription
slugstringyesPolitician URL slug (e.g., "sen-nancy-pelosi", "rep-nancy-pelosi")
NameTypeReqDescription
data

No examples provided.

get_politician_detail ~97

Get the full profile for a politician including party, state, chamber, trade statistics, filing delay metrics, most traded sector, and their 10 most recent transactions. Use get_politicians first to find the slug (e.g. "sen-nancy-pelosi").

NameTypeReqDescription
slugstringyesPolitician URL slug (e.g., "sen-nancy-pelosi", "sen-tommy-tuberville")
NameTypeReqDescription
data

No examples provided.

get_politician_donor_summary ~148

Get a bundled donor summary for a single politician: cycle totals (raised, spent, cash-on-hand, debts), donor count, top 10 individual donors, and top 10 PAC donors — all in one response. This is the right tool for "who funds <politician>" or "biggest donors to <politician>" style questions. For the full paginated list, use get_politician_donors.

NameTypeReqDescription
cyclestringElection cycle as 4-digit year (e.g. "2024"). Defaults to most recent cycle.
slugstringyesPolitician URL slug (e.g., "sen-nancy-pelosi")
NameTypeReqDescription
data

No examples provided.

get_politician_donors ~268

Get the paginated list of campaign donors (individuals and PACs) for a single politician across one election cycle. Returns donor name, amount, type, employer/occupation (individuals), and committee details (PACs). Use this when a user asks "who donated to <politician>" or wants the full donor list. For a quick top-10 + cycle totals overview, use get_politician_donor_summary instead.

NameTypeReqDescription
cyclestringElection cycle as 4-digit year (e.g. "2024"). Defaults to most recent cycle.
limitnumberMaximum results to return (default: 50, max: 100)
minAmountnumberMinimum contribution amount in USD (filters out small donors)
offsetnumberPagination offset (default: 0)
slugstringyesPolitician URL slug (e.g., "sen-nancy-pelosi")
sortBystringSort field: 'amount' (default), 'date', or 'name'
sortOrderstringSort direction (default: 'desc')
typestringFilter by donor type: 'individual', 'pac', or 'all' (default: 'all')
NameTypeReqDescription
data

No examples provided.

get_politician_late_filers ~112

Get STOCK Act late filing violations -- trades where the disclosure was filed more than 45 days after the transaction (a legal violation). Sorted by filing delay descending. Useful for identifying politicians with poor disclosure compliance.

NameTypeReqDescription
daysnumberLookback period in days (default: 180, max: 730)
limitnumberMaximum results to return (default: 10, max: 50)
offsetnumberPagination offset (default: 0)
NameTypeReqDescription
data

No examples provided.

get_politician_pnl ~247

Get estimated realized + unrealized profit & loss for a politician. Methodology: each disclosed trade amount range is converted to an estimated share count using the stock's historical market price on the transaction date, then FIFO-matched on SHARES (realized = (sellPrice − buyPrice) × matched shares); open positions are marked to the current price for unrealized P&L. Works for Congress (sen-/rep-) AND executive branch (exec-) officials. Response includes a `totals` object (estimatedRealizedPnl, estimatedUnrealizedPnl, winRate, realizedTrades, tickersTraded) and a `byTicker[]` breakdown (estimatedShares, avgCostBasis, currentPrice, realizedPnl, unrealizedPnl, unrealizedPnlPercent) — byTicker open positions double as the estimated holdings. All figures are ESTIMATES (±25-40% from disclosure bracket width). Use get_politicians first to find the slug.

NameTypeReqDescription
slugstringyesPolitician URL slug — congressional ("sen-nancy-pelosi", "rep-...") or executive ("exec-trump-donald-j")
NameTypeReqDescription
data

No examples provided.

get_politician_recent_trades ~135

Get recent STOCK Act trades across all politicians. Each trade includes the senator info, ticker, transaction type, amount, and filing delay. Filter by direction (buy/sell) and lookback period. Useful for monitoring current congressional trading activity.

NameTypeReqDescription
daysnumberLookback period in days (default: 30, max: 365)
directionstringFilter by direction: 'buy' or 'sell'
limitnumberMaximum results to return (default: 50, max: 100)
offsetnumberPagination offset (default: 0)
NameTypeReqDescription
data

No examples provided.

get_politician_roles ~60

Get committee leadership roles (Chair, Ranking Member, etc.) for a politician. Use get_politicians first to find the slug.

NameTypeReqDescription
slugstringyesPolitician URL slug (e.g., "sen-nancy-pelosi")
NameTypeReqDescription
data

No examples provided.

get_politician_transactions ~160

Get paginated trade history for a specific politician. Returns individual STOCK Act disclosures with ticker, transaction type, amount range, filing delay, and late filing flag. Includes a summary with total buys/sells and net value.

NameTypeReqDescription
limitnumberMaximum results to return (default: 50, max: 100)
offsetnumberPagination offset (default: 0)
slugstringyesPolitician URL slug (e.g., "sen-nancy-pelosi")
sortBystringSort field (default: 'date')
sortOrderstringSort direction (default: 'desc')
typestringFilter by transaction type: 'Purchase' or 'Sale'
NameTypeReqDescription
data

No examples provided.

get_politician_votes ~118

Get voting records for a politician by slug. Returns congressional votes with bill info, position (Yea/Nay/Not Voting), and result. Useful for assessing alignment between a politician's votes and their trading positions. Requires Bioguide ID resolution.

NameTypeReqDescription
limitnumberMaximum results to return (default: 10, max: 100)
offsetnumberPagination offset (default: 0)
slugstringyesPolitician URL slug (e.g., "sen-nancy-pelosi")
NameTypeReqDescription
data

No examples provided.

get_politicians ~196

List and search congressional politicians who have STOCK Act trading disclosures. Filter by party (D/R/I), state, or search by name. Returns paginated results with trade counts, last trade date, and net buy/sell direction over the trailing 12 months.

NameTypeReqDescription
limitnumberMaximum results to return (default: 10, max: 100)
offsetnumberPagination offset (default: 0)
partystringFilter by party: 'D' (Democrat), 'R' (Republican), 'I' (Independent)
searchstringSearch by politician name (partial match)
sortBystringSort field (default: 'last_trade')
sortOrderstringSort direction (default: 'desc')
statestringFilter by US state (2-letter code, e.g. "CA", "TX")
NameTypeReqDescription
data

No examples provided.

get_politicians_most_active ~96

Discover the most active congressional traders ranked by trade count within a lookback period. Returns each politician with trade count, tickers traded, buy/sell values, and top tickers. Useful for identifying the most prolific political traders.

NameTypeReqDescription
limitnumberMaximum results to return (default: 10, max: 50)
periodstringLookback period (default: '90d')
NameTypeReqDescription
data

No examples provided.

get_politicians_pnl_leaderboard ~145

Rank politicians (Congress + executive branch) by estimated trading P&L across the universe. Sort by total P&L, win rate, or traded volume. P&L uses price-adjusted share estimation: disclosed amount ranges → estimated shares via historical price → FIFO on shares → open positions marked to current price. Figures are ESTIMATES (±25-40% from disclosure bracket width).

NameTypeReqDescription
limitnumberMaximum results to return (default: 25, max: 100)
offsetnumberPagination offset (default: 0)
sortBystringSort field (default: 'pnl')
NameTypeReqDescription
data

No examples provided.

get_post_earnings_movers ~154

Get stocks that moved significantly after earnings reports on a given date. Returns pre-computed price changes with earnings surprise data in a single call — no need to chain get_earnings_calendar + get_historical_prices + get_quote per ticker. Includes preEarningsClose, currentPrice, changePct, EPS/revenue actuals vs estimates, and surprise percentages. Filter by minimum absolute % change threshold.

NameTypeReqDescription
datestringyesEarnings date to check (YYYY-MM-DD)
limitintegerMaximum results to return (default 25, max 100)
minChangePctnumberMinimum absolute % price change to include (default 5). Set to 0 for all.
NameTypeReqDescription
data

No examples provided.

get_premarket_scan_history ~1,893

Historical MARKET-WIDE premarket scan for a single PAST trade date. For the requested ET date, returns every ticker with that day's premarket (default) session volume and its relative volume (RVOL) vs the trailing 30-day same-session baseline — the SAME RVOL math as get_rvol_history, but across the whole market for one date instead of one ticker across many dates. Filter by RVOL, market cap, price, and float to backtest screens like "sub-$500M tickers with premarket RVOL > 5 on 2026-07-20" in one call. Rows are ranked by RVOL descending. A future or non-trading date returns an empty list with an explanatory reason (not an error). Every row also reports "baselineState" (why its RVOL is or is not null), "advRatio" (volume ÷ trailing 30-session average FULL-DAY volume) and "advDays"; set includeNoHistory=true to surface high-volume tickers that have no computable RVOL at all, such as first-session new listings. Each row ALSO publishes the RVOL denominator itself as "baselineVolume" (shares) plus a "baselineThin" flag (true when that denominator is under 200 shares): a 90x RVOL off a 1-share baseline is arithmetically correct and analytically worthless. That is almost entirely an asOfTime-basis effect (0.1% of full-session rows vs ~38% at the 04:30 cutoff, falling to ~9% by 09:15) and it skews to LIQUID LARGE CAPS that simply do not trade early, NOT to microcaps. Screen it out with minBaselineVolume and/or minSessionVolume. The response "meta" also reports asOfApplied / asOfIgnored / asOfIgnoredReason, so a time-of-day request that could not be honoured is visible instead of quietly returning full-session numbers. A price / market-cap / float filter can only be applied to a ticker company_screener_data holds a value for, so a just-renamed or just-listed symbol cannot be rated against it. Those rows are NEVER silently dropped: "meta.unscreened" always reports their count, the filter families involved and the tickers, and includeUnscreened=true returns them in "rows" tag…

NameTypeReqDescription
asOfTimestringOptional TRUE time-of-day premarket basis. Any HH:MM ET premarket time; snapped to the nearest 15-minute grid cutoff (04:00–09:15, ties resolve to the earlier cutoff). When set, RVOL is cumulative pr…
baselineDaysintegerRolling RVOL baseline window, in trading rows (same-session days). Default 30; values outside 20-250 are clamped. This is the DENOMINATOR window: every RVOL in the response is that period's volume di…
datestringyesREQUIRED past ET trade date to scan (YYYY-MM-DD). Future/non-trade dates return an empty list.
includeNoHistorybooleanAlso return the cohort minRvol structurally hides: tickers with NO computable RVOL. Two kinds, told apart by each row's "baselineState" — "no-history" (a new listing with no prior trading history at…
includeUnscreenedbooleanAlso return rows that could not be RATED against the price / market-cap / float bounds above, because company_screener_data holds no value for them — typically a symbol renamed or listed within the l…
limitintegerMax rows to return (1–200, default 50). Rows are ranked by RVOL desc.
maxFloatnumberMaximum public float (shares).
maxMarketCapnumberMaximum market cap in USD (e.g. 500000000 for sub-$500M).
maxPricenumberMaximum latest price in USD.
minBaselineVolumenumberMinimum RVOL DENOMINATOR in shares. Drops rows whose "baselineVolume" is below it, plus every row that has no baseline at all. This is the direct fix for a huge RVOL computed against a near-zero base…
minFloatnumberMinimum public float (shares).
minMarketCapnumberMinimum market cap in USD (market_cap_computed = price × shares outstanding).
minPricenumberMinimum latest price in USD.
minRvolnumberMinimum RVOL (day session volume ÷ trailing 30-day baseline). Drops rows whose baseline is not yet warm.
minSessionVolumenumberMinimum RVOL NUMERATOR in shares — the scanned session's own volume. Answers "did enough actually trade to be worth acting on?", where minBaselineVolume answers "is the comparison meaningful at all?"…
offsetintegerPagination offset (default 0).
sessionstringSession bucket to scan (default premarket). "all" = full extended day.
NameTypeReqDescription
data

No examples provided.

get_premarket_scanner ~498

Get the live premarket scanner board — the top premarket gainers and losers by absolute gap %, each row enriched with rvol, marketCap, floatShares, short interest, dilution, and news/catalyst flags. Off-hours it falls back to the last session. Use for premarket small-cap runner discovery. Set includePennyStocks=true to include sub-$1 names (separate cache slot). During the 04:00–09:30 ET premarket window rows also carry two LIVE volume metrics off the same live cumulative-volume numerator — they are DIFFERENT quantities and must not be substituted for each other or for "rvol": "liveRvol" = live cumulative premarket volume ÷ the trailing 30-session average cumulative volume AT THE SAME TIME OF MORNING (answers "is it busy for 08:00?"), with "liveRvolAsOf" giving the 15-minute ET grid cutoff that baseline came from — compare it to meta.asOf (when the live volume was sampled) to judge the small numerator/denominator time skew; and "premarketPaceRatio" = the same live volume ÷ the trailing 30-session average FULL premarket session (answers "what fraction of a typical entire premarket has it already done?", >1.0 = it already beat a normal premarket before the open). Both are null outside the premarket window or until the baseline is warm — never a fabricated ratio. Set universe="lowfloat" for the separate LOW-FLOAT board (float under 10M shares, no top-100 slice) instead of the default movers-derived board; that board is served from the aggregator snapshot and returns an empty rows array with a meta.reason when no snapshot is currently published (a normal off-hours state, not an error). Charged per your API tier.

NameTypeReqDescription
includePennyStocksbooleanInclude sub-$1 (penny) stocks in the results. Default false.
sortstringSort key for the low-float board: "gap" (default) or "rvol". Ignored for universe="default", which is always gap-ranked.
universestringWhich board to return. "default" (the default) is the movers-derived top-100 board. "lowfloat" is the low-float board (float < 10M shares, no top-100 slice).
NameTypeReqDescription
data

No examples provided.

get_price_target ~122

Get analyst price target data for a ticker. By default returns the consensus / split-adjusted average price target. Set list=true to return the full per-analyst list of individual price targets instead.

NameTypeReqDescription
limitnumberMaximum results when list=true (default: 50, max: 100). Ignored for consensus.
listbooleanfalse/omitted = consensus price target; true = per-analyst price-target list
tickerstringyesStock ticker symbol (e.g., "AAPL", "TSLA")
NameTypeReqDescription
data

No examples provided.

get_quote ~122

Get the current stock quote for a company including price, volume, change, market cap, and other real-time market data. Use this when a user asks about a stock's current price or trading activity. Always includes halted/haltCode/haltReason/haltedAt/resumptionAt trading-halt fields (false/null when trading normally); a halted ticker returns the last-known quote instead of an error, or currentPrice:null + halted:true when nothing is recoverable.

NameTypeReqDescription
tickerstringyesStock ticker symbol (e.g., "AAPL", "TSLA")
NameTypeReqDescription
data

No examples provided.

get_recent_congressional_votes ~84

Get recent congressional roll-call votes across all members, sourced from GovTrack (both chambers as available — currently Senate-heavy). Each vote includes member, bill info, position, and result.

NameTypeReqDescription
limitnumberMaximum results to return (default: 50, max: 100)
offsetnumberPagination offset (default: 0)
NameTypeReqDescription
data

No examples provided.

get_recent_material_filings ~146

Recent material 8-K filings (last 7 days) for the constituents of an index universe. By default returns the high-signal 8-K item codes (material agreements, M&A, executive changes, restructurings, etc.); pass `items` to filter to specific 8-K item codes. Choose the universe with `universe`.

NameTypeReqDescription
itemsarrayOptional 8-K item codes (e.g. ["1.01","2.01"])
limitintegerOptional max rows (1–100, default 50)
universestringIndex universe to scan (sp500, ndx, or dji).
NameTypeReqDescription
data

No examples provided.

get_recent_uplistings ~568

Get OTC-to-exchange uplistings that FINRA recorded on a given US market day, for companies under a market-cap ceiling. Each row carries the old OTC symbol, the resolved new exchange symbol (or null), a confirmed flag, the destination venue (NASDAQ / NYSE / NYSE American / ARCA), company name, effective date, market cap and float in SHARES. 🔴 THIS IS A SAME-DAY READ AND THERE IS NO FORWARD-LOOKING VERSION. FINRA records an uplisting at roughly 01:45 ET ON the day it becomes effective, and the source table has no scheduled/announced column at all. So there is nothing to publish the night before, and dayOffset exists for catch-up reads of past days, NOT for forecasting — a positive offset returns nothing. Never frame these as upcoming, tomorrow, or expected; they have already happened. 🔴 newSymbol: null IS A FIRST-CLASS PUBLISHED STATE, NOT A MISSING FIELD. FINRA's row names only the OLD OTC symbol; the new ticker is resolved by company-name match against Nasdaq SymDir and sometimes cannot be resolved. A guessed or wrong ticker would name a company that did not uplist, so an unresolved row is published naming the OLD symbol and saying the new one was not resolved. DO NOT infer, guess, look up, or fill in a null newSymbol, and do not drop the row. confirmed: false means the symbol resolution is PROVISIONAL — render it as provisional, keep it out of any headline, and do not assert the new ticker as fact. Only confirmed: true is a confirmed resolution. 🔴 capUnknownCount IS A WITHHOLDING COUNT, NOT A ZERO — rows that cleared every other filter but have NO measured market cap, so they cannot be asserted to sit under the stated ceiling. It does not mean those companies have no cap. Disclose the count if you publish a cap-bracketed framing. AN EMPTY uplistings ARRAY IS THE NORMAL, EXPECTED RESULT ON MOST DAYS — uplistings run roughly 6.6 per month across ALL market caps, so the large majority of days genuinely have none. It is NOT an error, NOT an outage, and NOT evidence…

NameTypeReqDescription
dayOffsetintegerDay offset from the US market day (default 0 = today). Negative values read past days. A positive value returns nothing — there is no forward-looking uplisting data.
maxMarketCapnumberExclusive market-cap ceiling in USD (default 300000000). Rows with NO measured market cap are excluded and counted in capUnknownCount, never assumed to be under the ceiling.
NameTypeReqDescription
data

No examples provided.

get_recently_sponsored_bills ~140

Get the most recently introduced bills across all congressional sponsors. Each bill includes the sponsor block (bioguideId, fullName, party, state, politicianSlug) so persona agents can link directly to the sponsor detail page. politicianSlug is null when the sponsor is no longer in the active roster (typically ex-members). Requires CONGRESS_API_KEY on the backend.

NameTypeReqDescription
congressnumberCongress number to filter (default: 119 for current session)
limitnumberMaximum bills to return (default: 10, max: 50)
offsetnumberPagination offset (default: 0)
NameTypeReqDescription
data

No examples provided.

get_rvol_history ~718

Get the per-day relative-volume (RVOL) time series for a ticker, bucketed by trading session (premarket 04:00–09:30 ET, regular 09:30–16:00, afterhours 16:00–20:00, or all four). Each day's RVOL compares that session's volume to a trailing same-session baseline (30 trading days by default — configurable via "baselineDays"), so premarket volume is judged against premarket history (not a stale full-day figure). Use for spotting unusual premarket / session volume surges over the last N days. Each point also carries "baselineState" — "ready" (rvol is populated), "warming" (baseline not yet warm), "no-cutoff-history" (established ticker that never traded at this session/cutoff before) or "no-history" (new listing, no prior trading history at all) — so a null rvol is explained rather than silent. Points additionally carry "advRatio" (that day's volume ÷ the trailing 30-session average FULL-DAY volume, null when no full-day denominator exists) and "advDays" (its sample size), which give a magnitude to points RVOL cannot rate. advRatio is NOT an RVOL — it compares a partial session to a whole day, so it is typically well under 1 and must not be compared to rvol. Charged per your API tier.

NameTypeReqDescription
asOfTimestringOptional TRUE time-of-day premarket basis. Any HH:MM ET premarket time; snapped to the nearest 15-minute grid cutoff (04:00–09:15, ties resolve to the earlier cutoff). When set, the series is the PRE…
baselineDaysintegerRolling RVOL baseline window, in trading rows (same-session days). Default 30; values outside 20-250 are clamped. This is the DENOMINATOR window: every RVOL in the response is that period's volume di…
daysintegerNumber of trailing calendar days of history (1–90, default 30).
sessionstringRestrict to one session bucket; omit to return all four sessions.
tickerstringyesStock ticker symbol (e.g., "AAPL", "TSLA")
NameTypeReqDescription
data

No examples provided.

get_senate_trades_by_ticker ~103

Reverse lookup — find which politicians recently traded a given TICKER. Returns recent STOCK Act disclosures for that symbol with politician info, transaction type, and amount.

NameTypeReqDescription
limitnumberMaximum results to return (default: 50, max: 100)
offsetnumberPagination offset (default: 0)
tickerstringyesStock ticker symbol (e.g., "AAPL", "NVDA")
NameTypeReqDescription
data

No examples provided.

get_short_interest ~65

Get short interest data for a company including short volume, short ratio, days to cover, and short percent of float. Use when analyzing bearish sentiment or potential short squeeze setups.

NameTypeReqDescription
tickerstringyesStock ticker symbol (e.g., "AAPL", "TSLA")
NameTypeReqDescription
data

No examples provided.

get_split_history ~257

Get stock split history for a company including forward and reverse splits with dates, ratios, type classification, and cumulative 2-year reverse split ratio. Relevant for NASDAQ/NYSE minimum bid-price compliance (1:250 cumulative reverse-split cap). IMPORTANT: `cumulativeReverseSplitRatio2yr` is null when it CANNOT BE STATED, which is NOT the same as no reverse splits — read `cumulativeWithheldReason` to tell them apart. `unconfirmed_splits_in_window` means at least one in-window reverse split is evidenced by only one source, so no cumulative is defensible: the confirmed splits alone would understate it, and understating a cumulative can put an issuer that breaches the 1:250 cap under it. Each row also carries `confirmed`; a `confirmed: false` split appears only in the announcement calendar, which retains every announcement and retracts none, so it is usually an amended or superseded announcement and occasionally a real split the effected-splits ledger missed. Both are returned. `ratioDisplay` and `type` are likewise null for a ratio whose exact factor cannot be determined.

NameTypeReqDescription
tickerstringyesStock ticker symbol (e.g., AAPL, TSLA)
NameTypeReqDescription
data

No examples provided.

get_stock_price_change ~104

Get percentage price changes for a stock across multiple timeframes: 1D, 5D, 1M, 3M, 6M, YTD, 1Y, 3Y, 5Y, 10Y, and MAX. Use this for quick "how much is it up/down" answers without fetching full candle data.

NameTypeReqDescription
tickerstringyesStock ticker symbol (e.g., "AAPL", "TSLA")
NameTypeReqDescription
data

No examples provided.

get_top_movers ~413

Top stock movers — gainers (largest % up), losers (largest % down), or active (highest volume). Optional session window (premarket / regular / afterhours; regular default; not supported for active). Optional date (YYYY-MM-DD) returns a PAST trade date's gainers/losers on a historical daily close-to-close basis (computed from split-adjusted daily bars, NOT intraday) — session is rejected when date is set, date is not supported for direction=active, and a non-trade date (weekend/holiday) returns an empty list (not an error). Penny-stock artifacts are filtered by default — set includePennyStocks to include sub-$1 movers.

NameTypeReqDescription
datestringOptional past trade date (YYYY-MM-DD). When set, returns that day's top gainers/losers computed on a historical daily close-to-close basis from split-adjusted daily bars (NOT intraday, NOT session-sp…
directionstringyesMover direction: gainers, losers, or active (volume)
includePennyStocksbooleanLoosen penny-stock artifact guards. Default false enforces prev_close >= $1 and a $1M dollar-volume floor. Set true to allow sub-$1 movers (prev_close >= $0.10, no dollar-volume floor). The ABS(chang…
limitintegerOptional max rows (1–100). Backend default applied when omitted.
sessionstringSession window: premarket (4:00–9:30 AM ET), regular (RTH close-to-close, default), afterhours (4:00–8:00 PM ET). Live-only — rejected (400) when combined with date.
NameTypeReqDescription
data

No examples provided.

get_trading_halts ~116

List currently-active trading halts across NASDAQ/NYSE/AMEX (from the consolidated Nasdaq Trader halt feed). Each halt includes ticker, market, haltCode (T1/T2/T12/LUDP/H10/...), human-readable reason, haltedAt, and the scheduled resumptionAt when one is set. An EMPTY list is a normal state (no active halts right now), not an error. Halts are tradeable catalysts — use this to discover halted names, then get_quote for the frozen last price.

Input schema present but exposes no named parameters.

NameTypeReqDescription
data

No examples provided.

get_upcoming_reverse_splits ~572

Get reverse stock splits SCHEDULED to take effect within a day-offset window of the current US market day, for companies under a market-cap ceiling. Offsets are days from today on the US market calendar: fromOffset=1, toOffset=1 is tomorrow; fromOffset=1, toOffset=7 is the week ahead. Each row carries the ticker, company name, the exact vendor integers (splitFrom/splitTo), a pre-rendered ratio ("1-for-20"), the effective date, market cap, float in SHARES, and price. WHAT THIS IS: rows are splits scheduled AS OF NOW — not a guarantee that every split effective in the window is already known. The underlying stock_splits table has NO created_at column, so there is no way to measure when a row first appeared, and a split announced later will simply be missing. Describe results as "scheduled as of now", NEVER as "all of" or "every" reverse split. A scheduled split can also be postponed or cancelled after it is announced. 🔴 capUnknownCount IS A WITHHOLDING COUNT, NOT A ZERO. It counts rows that passed every other filter and were DELIBERATELY EXCLUDED because Signal8 has no measured market cap for them — typically real OTC microcaps. It does NOT mean those companies have no dilution, no split, or no cap; it means the cap was not measured, so they cannot be asserted to sit under the stated ceiling. If you publish a "under $Xm" framing and capUnknownCount is above zero, say that N further companies were withheld for unmeasured market cap — do not present the list as complete and do not describe the withheld rows at all. Funds, ETFs and sub-1.5x fractional ratio adjustments are already removed server-side; do not re-filter or re-derive the ratio. AN EMPTY splits ARRAY IS A NORMAL, COMMON RESULT — most single weekdays have no sub-cap reverse split scheduled at all. It is NOT an error, NOT a failure, and NOT evidence that reverse-split activity has stopped. Publish nothing rather than publishing an empty-list framing.

NameTypeReqDescription
fromOffsetintegerWindow start as a day offset from the US market day (default 1 = tomorrow). Must be <= toOffset; an inverted window is rejected rather than silently returning an empty list.
maxMarketCapnumberExclusive market-cap ceiling in USD (default 300000000). Rows with NO measured market cap are excluded and counted in capUnknownCount, never assumed to be under the ceiling.
toOffsetintegerWindow end, inclusive, as a day offset from the US market day (default 1). Use 7 with fromOffset 1 for the week ahead.
NameTypeReqDescription
data

No examples provided.

get_volume_profile ~113

Get volume distribution across price levels for a single trading day. Returns price buckets with volume, Point of Control (highest volume level), and Value Area (price range containing 70% of volume). Use for identifying support/resistance and high-volume price nodes.

NameTypeReqDescription
bucketSizenumberPrice bucket width in dollars (default $1.00)
datestringyesTrading day (YYYY-MM-DD)
tickerstringyesStock ticker symbol (e.g., "AAPL", "TSLA")
NameTypeReqDescription
data

No examples provided.

lookup_accession_number ~132

Look up a filing or exhibit by its SEC accession number. Supports both dashed format (e.g., "0001193125-22-010026") and compact 18-digit format. Returns filing metadata including company name, form type, filing date, and exhibit count. If the filing is in the local database, returns full metadata; if only found on SEC EDGAR, returns basic metadata with an isInDatabase: false flag.

NameTypeReqDescription
accessionNumberstringyesSEC accession number in dashed (e.g., "0001193125-22-010026") or compact 18-digit format
NameTypeReqDescription
data

No examples provided.

screen_companies ~499

Screen companies by price range, volume, cash runway, float, shares outstanding, market cap, industry, listing exchange (NASDAQ/NYSE/AMEX), and float data source. Sort results by any sortable column. Returns matching companies with key metrics and pagination. Each row carries live trading-halt status (halted/haltCode/haltedAt; false/null when trading normally); pass excludeHalted=true to drop currently-halted tickers from the results.

NameTypeReqDescription
countrystringCompany universe by issuer domicile: "US" (default), "CA" (Canadian companies via their US-OTC/US cross-listings), or "all"
exchangestringFilter by listing exchange (exact match): NASDAQ, NYSE, or AMEX
excludeHaltedbooleanWhen true, exclude tickers with a currently-active trading halt (regulatory or volatility) from the results. Default false — halted rows are included and carry halted/haltCode/haltedAt fields.
floatSourcestringFilter by float data source
industrystringFilter by company industry (exact match, e.g. "Biotechnology", "Software")
limitnumberMaximum results per page (default: 25, max: 100)
maxCashRunwaynumberMaximum estimated months of cash remaining
maxFloatnumberMaximum computed public float (shares)
maxMarketCapComputednumberMaximum market cap in USD (price * shares outstanding)
maxPricenumberMaximum latest price in USD
maxSharesOutstandingnumberMaximum shares outstanding from SEC EDGAR
maxVolumenumberMaximum daily trading volume
minCashRunwaynumberMinimum estimated months of cash remaining
minFloatnumberMinimum computed public float (shares)
minMarketCapComputednumberMinimum market cap in USD (price * shares outstanding)
minPricenumberMinimum latest price in USD
minSharesOutstandingnumberMinimum shares outstanding from SEC EDGAR
minVolumenumberMinimum daily trading volume
offsetnumberOffset for pagination (default: 0)
sortBystringColumn to sort results by (default: volume)
sortOrderstringSort direction (default: desc)
NameTypeReqDescription
data

No examples provided.

screen_must_raise ~149

Find companies with imminent capital raise needs based on estimated cash runway. Defaults to companies with less than 6 months of cash remaining, sorted by urgency (lowest runway first). Useful for identifying distressed companies, imminent dilution situations, or potential financing catalysts. Runway is estimated from current burn rate.

NameTypeReqDescription
industrystringFilter by company industry (exact match, e.g. "Biotechnology", "Software")
limitnumberMaximum results to return (default: 25, max: 100)
maxMonthsnumberMaximum months of cash runway to filter by (default: 6)
offsetnumberOffset for pagination (default: 0)
NameTypeReqDescription
data

No examples provided.

screen_sec_filings ~541

Screen SEC filings across all companies with company-level filters (sector, industry, market cap, exchange) combined with filing-level filters (form type, date range). Returns filings enriched with company metadata: ticker, sector, industry, exchange, market cap, and price. Use this to answer questions like "find all S-1 filings from biotech companies under $500M market cap" or "show me recent 8-K filings from Technology sector companies". This is the most powerful filing DISCOVERY tool for filings — use search_sec_filings only when you already know the specific CIK. This tool returns FILINGS, not a company universe: to enumerate or COUNT companies by market cap / price / float (e.g. "find all companies under $300M market cap"), use screen_companies instead — it supports minMarketCapComputed / maxMarketCapComputed and returns a real total COUNT.

NameTypeReqDescription
dateFromstringStart date filter (YYYY-MM-DD)
dateTostringEnd date filter (YYYY-MM-DD)
exchangestringFilter by exchange (e.g., "NASDAQ", "NYSE", "AMEX")
formTypesstringComma-separated form types (e.g., "S-1", "10-K,10-Q", "8-K", "S-3,424B5")
industrystringFilter by industry (e.g., "Biotechnology", "Software - Application", "Oil & Gas E&P")
maxMarketCapnumberMaximum market cap in USD (e.g., 500000000 for $500M)
minMarketCapnumberMinimum market cap in USD (e.g., 1000000000 for $1B)
pagenumberPage number (1-indexed, default: 1)
pageSizenumberResults per page (default: 25, max: 100)
sectorstringFilter by sector (e.g., "Healthcare", "Technology", "Financial Services", "Energy")
sortBystringSort results by field (default: filing_date). Ties are broken by filing id, so a given page is stable and reproducible for a fixed corpus.
sortOrderstringSort direction (default: desc). Note that paging is offset-based over a corpus that is continuously ingesting new filings, so when walking many pages of a broad date range, newly-arrived filings can…
NameTypeReqDescription
data

No examples provided.

screen_sec_filings_performance ~376

Analyze stock price performance after SEC filings. Returns individual filing records with pre-computed price returns at +1 day, +3 days, +7 days, and +30 days after the filing date, plus aggregate statistics (average, median, % negative, best, worst) across all matching filings. Combine company-level filters (sector, industry, market cap, exchange) with filing filters (form type, date range). Use this to answer questions like "how do biotech stocks perform after S-1 filings?" or "what is the average 7-day return after 8-K filings from companies under $500M market cap?".

NameTypeReqDescription
dateFromstringStart date filter (YYYY-MM-DD)
dateTostringEnd date filter (YYYY-MM-DD)
exchangestringFilter by exchange (e.g., "NASDAQ", "NYSE", "AMEX")
formTypesstringComma-separated form types (e.g., "S-1", "10-K,10-Q", "8-K", "S-3,424B5")
industrystringFilter by industry (e.g., "Biotechnology", "Software - Application")
maxMarketCapnumberMaximum market cap in USD
minMarketCapnumberMinimum market cap in USD
pagenumberPage number (1-indexed, default: 1)
pageSizenumberResults per page (default: 25, max: 100)
sectorstringFilter by sector (e.g., "Healthcare", "Technology", "Financial Services")
sortBystringSort results by field (default: filing_date)
sortOrderstringSort direction (default: desc)
NameTypeReqDescription
data

No examples provided.

search_clinical_trials ~200

Search clinical trials market-wide (cross-company). Distinct from get_clinical_trials, which is scoped to a single ticker. Filter by phase, indication, sponsor, status, and date window; sort and paginate the results.

NameTypeReqDescription
dateFieldstringDate field to filter/sort on
fromstringStart date (YYYY-MM-DD)
indicationstringCondition / indication filter
limitnumberMaximum results to return (1-100, default: 50)
offsetnumberOffset for pagination (default: 0)
orderstringSort direction
phasestringTrial phase filter (e.g., "Phase 3")
sortstringSort field
sponsorstringSponsor name filter
statusstringTrial status filter
tostringEnd date (YYYY-MM-DD)
NameTypeReqDescription
data

No examples provided.

search_companies ~99

Search for companies by name or ticker symbol in the Signal8 database. Returns matching companies with their ticker, name, CIK, and exchange. Use this as the first step to find a company before calling other tools.

NameTypeReqDescription
limitnumberMaximum results to return (default: 10, max: 50)
querystringyesSearch query - company name or ticker symbol (e.g., "Tesla", "TSLA")
NameTypeReqDescription
data

No examples provided.

search_filing_text ~211

Full-text substring search across all SEC filing exhibit content. Returns matching snippets with context around each match. Powerful for finding specific clauses like "change of control", "anti-dilution", "right of first refusal", or any specific language across filings. Optionally filter by company (CIK), filing, accession number, or form type.

NameTypeReqDescription
accessionNumberstringFilter to a specific filing by SEC accession number
cikstringFilter to a specific company by CIK number
filingIdstringFilter to a specific filing by internal ID
formTypestringFilter by form type (e.g., "10-K", "S-1")
limitnumberMax results (default: 20, max: 100)
patternstringyesSearch pattern (minimum 2 characters). Substring match, case-insensitive.
snippetLengthnumberCharacters of context around each match (default: 200)
NameTypeReqDescription
data

No examples provided.

search_institutions ~144

Search institutional investors (13F filers) by name. Returns matching institutions with CIK, name, AUM, holdings count, and latest filing period. Use this to find a specific fund or investment manager when you know part of their name (e.g., "Vanguard", "BlackRock", "Citadel"). Results are ranked by AUM descending.

NameTypeReqDescription
limitnumberMaximum results to return (default: 25, max: 100)
offsetnumberOffset for pagination (default: 0)
qstringyesSearch term (min 2 characters, e.g., "Vanguard", "BlackRock")
NameTypeReqDescription
data

No examples provided.

Common questions

What is the Signal8 MCP server?

Signal8 is an MCP server listed in the public MCP registry as ai.signal8/mcp. SEC filings, dilution, insider & institutional ownership, and political-trade data for AI agents. This page covers its npm package (@signal8ai/mcp).

Is the Signal8 MCP server safe to use?

Signal8 scores 85 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Signal8 MCP server expose?

Signal8 exposes 101 tools: search_companies, get_company_profile, get_quote, get_market_metrics, get_short_interest, and 96 more. Their descriptions and schemas cost roughly 21,921 tokens of context every time the server is loaded.

Is the Signal8 MCP server still maintained?

Signal8 is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Signal8 MCP server under?

Signal8 declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.