Analytics
signal8.ai
Provides financial data and analytics for stock market companies, including profiles, quotes, metrics, and short interest.
ENDPOINT 1
https://mcp.signal8.ai/mcp
MCP server metadata
- Name
- signal8-mcp
- Version
- 0.13.0
Signal8 provides read-only SEC-filing intelligence and market data for US-listed companies, plus US congressional & executive-branch (STOCK Act) trading and FEC campaign-finance data. Typical workflow: - Resolve a company first with `search_companies` (name or ticker), then call company tools — `get_company_profile`, `get_quote`, `get_financials`, `get_short_interest`, `get_float`, `get_earnings`, insider trades (`get_insiders`), and institutional/total ownership (`get_institutions`, `get_ownership`). Most tools take a bare ticker (e.g. "AAPL"). - For SEC filing text/exhibits, use the EDGAR tools (`search_sec_filings`, `get_filing_document`). - For political trading use the politician tools (`get_politicians`, `get_politician_transactions`, `get_senate_trades_by_ticker`); for campaign finance use the donor tools. Prefer lightweight lookups (`get_company_profile`, `get_quote`) before the heavier `get_company_bundle`. Calls are metered by the caller's API-key tier, so batch intent into the most specific tool rather than many broad calls.
Known tools 87
search_companiesSearch for companies by name or ticker symbol in the Signal8 database.
Inferred read-onlyget_quoteGet the current stock quote for a company including price, volume, change, market cap, and other real-time market data.
Inferred read-onlyget_market_metricsGet computed market metrics for a company including volume averages, volatility, SMAs, and trend direction.
Inferred read-onlyget_short_interestGet short interest data for a company including short volume, short ratio, days to cover, and short percent of float.
Inferred read-onlyget_floatGet float and share structure data for a company including shares outstanding, public float, insider ownership percentage, and institutional ownership.
Inferred read-onlyget_stock_price_changeGet percentage price changes for a stock across multiple timeframes: 1D, 5D, 1M, 3M, 6M, YTD, 1Y, 3Y, 5Y, 10Y, and MAX.
Inferred read-onlyget_financialsGet income statement, balance sheet, and cash flow data for a company.
Inferred read-onlyget_earningsGet historical earnings data for a company including EPS actual vs estimate, revenue actual vs estimate, and surprise percentages.
Inferred read-onlyget_executivesGet key executives and officers of a company including name, title, compensation, and tenure.
Inferred read-onlyget_analyst_consensusGet analyst ratings consensus for a company including average target price, number of analysts, buy/hold/sell breakdown, and consensus recommendation.
Inferred read-onlyget_analyst_estimatesGet forward analyst estimates for a company including EPS, revenue, EBITDA, and net income (low/high/avg) with analyst counts.
Inferred read-onlyget_clinical_trialsGet clinical trial data for a biotech/pharma company including trial phase, status, conditions, and interventions.
Inferred read-onlyget_top_moversTop stock movers — gainers (largest % up), losers (largest % down), or active (highest volume).
Inferred read-onlyget_market_breadthGet 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).
Inferred read-onlyget_trading_haltsList currently-active trading halts across NASDAQ/NYSE/AMEX (from the consolidated Nasdaq Trader halt feed).
Inferred read-onlyget_economic_calendarGet scheduled macro/economic events (CPI, FOMC, jobs reports, GDP, etc.
Inferred read-onlyget_filing_calendarGet the forward-looking 10-K / 10-Q SEC filing-deadline calendar within a date window.
Inferred read-onlyget_post_earnings_moversGet stocks that moved significantly after earnings reports on a given date.
Inferred read-onlyget_recent_material_filingsRecent material 8-K filings (last 7 days) for the constituents of an index universe.
Inferred read-onlyscreen_sec_filingsScreen SEC filings across all companies with company-level filters (sector, industry, market cap, exchange) combined with filing-level filters (form type, date range).
Inferred read-onlysearch_sec_filingsSearch and list SEC filings with filtering by company (CIK), form type, and date range.
Inferred read-onlyget_filing_documentGet the full raw text/HTML content of an SEC filing by its internal filing ID.
Inferred read-onlyget_exhibit_contentGet the full text/HTML content of a single exhibit from an SEC filing.
Inferred read-onlysearch_filing_textFull-text substring search across all SEC filing exhibit content.
Inferred read-onlyget_ownershipGet unified ownership breakdown for a company combining Form 4 insider holdings, 13F institutional holdings, and 13D/13G activist positions.
Inferred read-onlyget_institution_detailGet detailed information about a specific institutional investor by their SEC CIK number.
Inferred read-onlyget_institution_holdingsGet the full portfolio holdings for a specific institution by CIK.
Inferred read-onlyget_institution_position_changesDiff two quarterly 13F snapshots for an institution.
Inferred read-onlyget_institution_activityGet an institution's position changes over recent 13F periods by CIK.
Inferred read-onlyget_institution_filingsGet the list of 13F filings for an institution by CIK, with pagination.
Inferred read-onlyget_institution_derivativesGet an institution's reported PUT/CALL derivative positions by CIK (13F options), with pagination and sorting.
Inferred read-onlyget_institution_portfolio_analyticsGet sector allocation and top holdings analytics for an institution's portfolio by CIK.
Inferred read-onlyget_institutions_leaderboardsTwo market-wide institution leaderboards in one call: topByAum (largest holders by assets under management, name-deduped) and mostActive (highest 13F position-change volume).
Inferred read-onlyget_insider_transactionsGet detailed insider transaction history for a company from Form 4 filings.
Inferred read-onlyget_institution_top_aumDiscover top institutional holders across the entire company universe ranked by assets under management (AUM).
Inferred read-onlyget_insider_cross_companyDiscover insider trading patterns across multiple companies.
Inferred read-onlyscreen_companiesScreen companies by price range, volume, cash runway, float, shares outstanding, market cap, industry, and float data source.
Inferred read-onlyget_split_historyGet stock split history for a company including forward and reverse splits with dates, ratios, type classification, and cumulative 2-year reverse split ratio.
Inferred read-onlyget_politiciansList and search congressional politicians who have STOCK Act trading disclosures.
Inferred read-onlyget_politician_detailGet the full profile for a politician including party, state, chamber, trade statistics, filing delay metrics, most traded sector, and their 10 most recent transactions.
Potential side effectsget_politician_transactionsGet paginated trade history for a specific politician.
Potential side effectsget_politician_activityGet activity metrics for a politician broken down by period (30d, 90d, 1y, all-time).
Inferred read-onlyget_politicians_most_activeDiscover the most active congressional traders ranked by trade count within a lookback period.
Potential side effectsget_politician_late_filersGet STOCK Act late filing violations -- trades where the disclosure was filed more than 45 days after the transaction (a legal violation).
Inferred read-onlyget_politician_committeesGet committee assignments for a politician including committee name, chamber, role (Chair, Ranking Member, etc.
Inferred read-onlyget_politician_pnlGet estimated realized + unrealized profit & loss for a politician.
Inferred read-onlyget_politicians_pnl_leaderboardRank politicians (Congress + executive branch) by estimated trading P&L across the universe.
Inferred read-onlyget_recent_congressional_votesGet recent congressional roll-call votes across all members, sourced from GovTrack (both chambers as available — currently Senate-heavy).
Inferred read-onlyget_recently_sponsored_billsGet the most recently introduced bills across all congressional sponsors.
Inferred read-onlyget_political_sector_rotationWhich market SECTORS politicians have been trading in over a trailing window.
Inferred read-onlyget_senate_trades_by_tickerReverse lookup — find which politicians recently traded a given TICKER.
Inferred read-onlyget_cash_historyGet up to 10 years of quarterly cash position history from SEC XBRL filings (data.
Inferred read-onlyscreen_must_raiseFind companies with imminent capital raise needs based on estimated cash runway.
Inferred read-onlyget_cash_runway_calendarFind companies projected to run out of cash within a date window.
Inferred read-onlyget_intraday_barsGet intraday OHLCV candles at 1, 5, 15, 30, or 60-minute resolution.
Inferred read-onlyget_volume_profileGet volume distribution across price levels for a single trading day.
Inferred read-onlyget_accumulation_snapshotGet intraday accumulation/distribution metrics for the current or most recent trading session.
Inferred read-onlyget_insider_positionsGet current open insider positions for a CIK (either an insider or an issuer).
Inferred read-onlyget_insider_positions_by_tickerGet per-insider lifetime position aggregates for a given ticker — which insiders hold positions in the stock and their aggregate cost/value.
Inferred read-onlyget_analyst_gradesGet recent analyst grade actions (upgrades, downgrades, initiations) for a ticker, including the grading firm and previous/new grade.
Inferred read-onlyget_analyst_coverageGet aggregated analyst coverage for a ticker — consolidated view of grades, targets, and coverage breadth across covering firms.
Inferred read-onlyget_politician_donorsGet the paginated list of campaign donors (individuals and PACs) for a single politician across one election cycle.
Inferred read-onlyget_politician_donor_summaryGet 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.
Inferred read-onlyget_donor_aggregatesGet market-wide campaign-finance rollups across ALL tracked politicians for a cycle: total raised, top 10 individual donors, top 10 PACs, party/chamber/cycle splits, and a most-funded politician leaderboard.
Inferred read-onlyget_policy_eventsList mirrored executive orders (policy events) from the Federal Register feed.
Inferred read-onlyget_policy_trade_overlapFor 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.
Inferred read-onlyget_policy_trade_leaderboardRank politicians (Congress + executive branch) by trades that occurred near executive-order signings in sectors the orders affect.
Inferred read-onlyget_legislative_calendarForward-looking legislative catalyst calendar: upcoming House/Senate floor votes (bills and Senate cloture motions) filtered to items that can move tickers.
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.signal8-mcp]
url = "https://mcp.signal8.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"signal8-mcp": {
"type": "http",
"url": "https://mcp.signal8.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: signal8-mcp
Remote MCP URL: https://mcp.signal8.ai/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": {
"signal8-mcp": {
"url": "https://mcp.signal8.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"signal8-mcp": {
"type": "http",
"url": "https://mcp.signal8.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "signal8-mcp",
"transport": "streamable-http",
"url": "https://mcp.signal8.ai/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.