MCP server for SEC EDGAR filing, insider, institutional ownership, and disclosure comparison signals.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก 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 Toolstem Sec MCP Server.
SEC EDGAR intelligence for AI agents. Five composite tools that pre-compute high-value signals directly from SEC EDGAR's public submissions API, returned as structured JSON.
No SEC API key required. Data is sourced directly from SEC EDGAR's public submissions API. A built-in sliding-window rate limiter keeps traffic under SEC's 10 rps fair-access ceiling automatically.
Point your MCP client or agent at the hosted endpoint. No API key, no infra, no setup. Billing is per-call via x402 โ the agent's wallet pays directly in USDC on Base mainnet.
initialize and tools/list are free (discovery and schema introspection).tools/call is tiered per tool (see Pricing below).Drop this into your claude_desktop_config.json:
Restart Claude Desktop, then ask: "Has TSLA disclosed any material 8-K events in the last 90 days?"
The official @langchain/mcp-adapters library connects directly to the hosted URL:
langchain-toolstem)The langchain-toolstem wrapper handles x402 payment for you โ pass a funded wallet key and the SEC tools are included automatically:
Prefer to run the server yourself over stdio/HTTP? See Advanced: self-host at the bottom.
Try the tools live in the Toolstem playground.
initialize and tools/list are free โ discover the server and its tool surface without paying anything.tools/call is tiered per tool, paid in USDC on Base mainnet via x402. No API key, no signup, no marketplace account โ agents pay directly from their own wallet.| Tier | Price per call | Tools |
|---|---|---|
| Cheap | $0.005 | get_company_filings_summary |
| Standard | $0.05 | get_insider_signal, get_institutional_signal |
| Premium | $0.50 | get_material_events_digest, compare_disclosure_signals |
Per-tool breakdown:
| Tool | Tier | Per call |
|---|---|---|
get_company_filings_summary | Standard | $0.005 USDC |
get_insider_signal | Standard | $0.05 USDC |
get_institutional_signal | Standard | $0.05 USDC |
get_material_events_digest | Premium | $0.50 USDC |
compare_disclosure_signals | Premium | $0.50 USDC |
Toolstem uses the x402 payment protocol. Agents pay per call in USDC on Base โ no API keys, no subscriptions, no invoices. The agent's wallet settles each call automatically via EIP-3009.
See the live pricing page on toolstem.com/sec/ for current rates.
All five tools are composite/curated (they compute derived signals or aggregate across multiple EDGAR endpoints โ no raw passthroughs). Annotations: readOnlyHint: true, destructiveHint: false, idempotentHint: true, openWorldHint: true.
| # | Tool | Required input | Optional input (default) | Tier (price/call) |
|---|---|---|---|---|
| 1 | get_company_filings_summary | ticker_or_cik (string) | โ | Cheap ($0.005) |
| 2 | get_insider_signal | ticker_or_cik (string) | lookback_days (int 1โ730, default 90) | Standard ($0.05) |
| 3 | get_institutional_signal | ticker_or_cik (string) | quarters_back (int 1โ20, default 4) | Standard ($0.05) |
| 4 | get_material_events_digest | ticker_or_cik (string) | lookback_days (int 1โ1825, default 365) | Premium ($0.50) |
| 5 | compare_disclosure_signals | tickers_or_ciks (string[2..5]) | โ | Premium ($0.50) |
get_company_filings_summaryOverview of a company's filing activity: last 20 filings + computed signals.
| Signal | Description |
|---|---|
filing_velocity | ACCELERATING / NORMAL / SLOWING vs. trailing 365-day average |
material_event_count_90d | Count of 8-K filings in the last 90 days |
disclosure_volume_trend | RISING / STABLE / FALLING based on 10-K size comparison |
latest_form_types | Unique form types filed in the last 90 days |
Example output (abbreviated):
get_insider_signalProbes Form 3 / 4 / 4/A insider filing activity within a configurable lookback window. Required: ticker_or_cik. Optional: lookback_days (1โ730, default 90).
Returns: recent_insider_filings[] (accession numbers + SEC URLs), net_transaction_count, buy_count, sell_count, and insider_signal.
v0.1 limitation โ counts only. v0.1 returns counts and Form 4 references only; direction-aware buy/sell signals ship in v0.2 (Form 4 XML parsing). Today,
insider_signalisnullwhen filings exist in the window (direction unknown) and"NEUTRAL"when no insider filings exist (verified absence).buy_count/sell_countare0in v0.1.
Example output (abbreviated):
get_institutional_signalProbes for activist investor activity via SC 13D / 13D/A filings. Required: ticker_or_cik. Optional: quarters_back (1โ20, default 4 โ 1 year).
| Field | Description |
|---|---|
activist_risk_flag | true if any SC 13D or 13D/A was filed in the last 365 days |
recent_13d_filings | List of 13D filings with form type, date, and SEC URL |
v0.1 limitation โ activist flag only. v0.1 ships the live
activist_risk_flag(from 13D/13D-A) and a list of 13D filings. Quarterly 13F XBRL parsing โ which producesinstitutional_signal(ACCUMULATING/HOLDING/DISTRIBUTING) andrecent_13f_countโ ships in v0.2. Today those two fields arenull/0.
Example output (abbreviated):
get_material_events_digest โก Premium tierPremium tier โ $0.50 USDC per call on Base mainnet, settled via x402. See the live pricing page on toolstem.com/sec/ for current rates.
Severity-ranked digest of all 8-K and 8-K/A filings within a configurable lookback window. Each item code is mapped to a plain-English label and severity rating. Required: ticker_or_cik. Optional: lookback_days (1โ1825, default 365).
| Severity | Examples |
|---|---|
| ๐ด RED | Cybersecurity incident (1.05), restatement (4.02), bankruptcy (1.03), delisting (3.01) |
| ๐ก YELLOW | Acquisition (2.01), new debt (2.03), executive departure (5.02) |
| ๐ข GREEN | Earnings release (2.02), Reg FD (7.01), shareholder vote (5.07) |
Returns: events[] (sorted newest-first), redflag_count, category_counts.
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/toolstem-toolstem-sec-mcp-server)<a href="https://allmcps.com/mcp/toolstem-toolstem-sec-mcp-server"><img src="https://allmcps.com/api/badge/toolstem-toolstem-sec-mcp-server?style=directory" alt="Toolstem Sec MCP Server on AllMCPs" /></a>