Accesses Signal8 market, SEC filing, ownership, compliance, and screening data through MCP tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
This server is confirmed live β we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Signal8 MCP.
search_companiesSearch 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.
get_company_profileGet an enriched company profile by ticker symbol. Returns CIK, exchange, sector, industry, market cap, employee count, description, and other fundamental data. This is a lightweight lookup (1 credit) -- use this when you only need basic company info rather than the full bundle. Always includes halted/haltCode/haltedAt trading-halt status (false/null when trading normally); a halted-but-listed ticker reports delisted:false.
get_quoteGet 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.
get_market_metricsGet 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.
get_short_interestGet 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.
get_floatGet float and share structure data for a company including shares outstanding, public float, insider ownership percentage, and institutional ownership. Use when analyzing share supply and ownership concentration.
The signal8ai/signal8-mcp MCP server connects MCP-compatible AI clients to Signal8 data covering public companies, markets, SEC filings, ownership, compliance, and related research. The repository describes 86 live tools, while noting that some documented categories may be disabled and not registered at runtime.
Company tools can search by name or ticker, return enriched profiles, provide current quotes, calculate market metrics, retrieve short interest and float data, and return historical prices or percentage changes. Additional company research includes financial statements, earnings, executives, news, analyst consensus and estimates, clinical trials, and peer-related information where available.
SEC workflows include filing discovery, company- and filing-level filters, raw filing document retrieval, and exhibit listing. Intelligence features cover insider transactions, institutional holdings, counterparties, legal counsel, cross-company patterns, compliance alerts, listing classification, dilution analysis, instruments, and company screening. Market-wide tools cover movers, breadth, news, calendars, trading halts, material filings, and post-earnings performance.
The package runs as a local MCP process. An MCP client starts the npm command and communicates with the process using the clientβs configured MCP connection. The server uses the SIGNAL8_API_KEY environment variable to authenticate requests to Signal8.
Many workflows begin with search_companies, which returns identifiers such as ticker, CIK, name, and exchange. A client can then pass the ticker to company-specific tools. Filing research commonly starts with search_sec_filings; the returned filing ID can be used with get_filing_document or get_filing_exhibits.
Responses come from live Signal8 data and may have different credit costs by tool. The reference material lists examples ranging from one credit for basic company lookup to higher costs for screening, compliance, cross-company intelligence, and aggregated bundles. Exact account limits and pricing are not specified in the supplied material.
Install the package globally with npm or run it without a permanent installation. The direct no-install command is:
Create an API key through Signal8βs MCP signup and API-key settings pages, then expose it as SIGNAL8_API_KEY. For Claude Desktop, add an MCP server entry with command set to npx, arguments -y and @signal8ai/mcp, and the key in the entryβs env object. Cursor uses the same command and environment-variable pattern in .cursor/mcp.json.
The README identifies Claude Desktop and Cursor configuration examples. Other MCP clients can run the same process with the environment variable set before invocation. Keep the key outside source control and replace example key text with the real credential before use.
Representative capabilities include:
Tool availability should be checked against the runtime because the README says some documented tools and categories are currently disabled.
The API key is required, so this server is not credential-free. Results are subject to Signal8βs account credit model. Large filing documents can be substantial; the filing-document tool supports maxLength to truncate previews.
Float history is forward-only from mid-2026 and is not backfilled. An empty result can therefore be normal rather than evidence that a company was delisted. Each row identifies its source, including providers such as Polygon, computed data, SEC 10-K data, or FMP, and those sources may differ in quality.
Quote responses include trading-halt fields. A halted ticker may return its last known quote, or a null current price when no recoverable quote exists. Market-wide endpoints also have normal empty states: no active trading halts and no results for a non-trading historical date are not necessarily errors. The supplied material also notes that the latest market-news endpoint may return 404 until its backend deployment is available.
The signal8ai/signal8-mcp MCP server provides data and analysis inputs; the supplied material does not establish that it offers investment advice, guaranteed real-time coverage, or complete historical backfills.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/signal8ai-signal8-mcp)<a href="https://allmcps.com/mcp/signal8ai-signal8-mcp"><img src="https://allmcps.com/api/badge/signal8ai-signal8-mcp?style=directory" alt="Signal8 MCP on AllMCPs" /></a>