Skip to main content
Glama

edgar.tools SEC Intelligence

Server Details

SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
dgunning/edgartools
GitHub Stars
1,795

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

10 tools
get_adviser_profileInspect

Get detailed profile for an investment adviser by CRD number. Includes firm info, AUM, client types, compensation, and compliance flags. Professional tier adds full executive list, private funds, and disciplinary details. Use search_advisers first to find the CRD number.

ParametersJSON Schema
NameRequiredDescriptionDefault
crd_numberYes
get_financial_ratiosInspect

Get financial ratios for a company from its latest annual filing (10-K). Returns 12 ratios across profitability, returns, liquidity, and leverage. Use search_companies first to get the CIK.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikYes
get_insider_tradesInspect

Get insider trading activity (SEC Forms 3, 4, 5) for a company. Shows who's buying, selling, or exercising options — with transaction details and overall sentiment. Use search_companies first to get the CIK.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikYes
daysNo
limitNo
transaction_typeNoall
get_institutional_holdersInspect

Get institutional holders (13F filers) for a stock from SEC filings. Shows which institutions own shares, how many, and what percentage. Includes ownership summary with total holders and top holder. Use search_companies first to get the ticker.

Args: ticker: Stock ticker symbol (e.g., "AAPL", "MSFT") quarter: Optional quarter filter like "2025Q4" or "2025-12-31". Defaults to the latest available quarter. limit: Max holders to return (default 20, max 100)

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
tickerYes
quarterNo
get_live_filingsInspect

Get recent SEC filings from a real-time feed (48-hour window). Without filters, returns a summary of filing activity with notable highlights. With filters (form type, company), returns individual filings. Best for monitoring what's happening right now.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikNo
formNo
hoursNo
limitNo
get_material_eventsInspect

Get material events (8-K filings) for a company, with structured item classification. Shows M&A activity, leadership changes, earnings releases, bankruptcy, and other significant corporate events. Use search_companies first to get the CIK.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikYes
daysNo
itemNo
limitNo
get_ttm_financialsInspect

Get trailing twelve months (TTM) financial statements for a company. Returns line-item detail for income statement, balance sheet, and/or cash flow. TTM aggregates the most recent four quarters, giving an up-to-date annual view. Use search_companies first to get the CIK.

Args: cik: Company CIK number statement: Optional filter: "income_statement", "balance_sheet", or "cash_flow". Omit to get all three.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikYes
statementNo
search_advisersInspect

Search SEC-registered investment advisers by firm name or CRD number. Returns basic adviser info including AUM, location, and disciplinary flags. Use this to find an adviser before calling get_adviser_profile.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
stateNo
search_companiesInspect

Search for SEC-registered companies by name, ticker symbol, or CIK number. Use this to resolve a company before calling other tools. Returns basic company info — not filings or financial data.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
search_disclosuresInspect

Search narrative text disclosures (XBRL TextBlock) across a company's filings. Finds revenue recognition policies, risk factors, segment details, and other narrative content in 10-K and 10-Q filings. Returns matching snippets with filing context. Automatically expands acronyms (AI, ESG, M&A) with synonyms. Use search_companies first to get the CIK.

Args: cik: Company CIK number query: Search keyword or phrase form: Optional "10-K" or "10-Q" filter year: Optional fiscal year filter max_results: Max results (default 10, max 25) diff_only: Only return results where terms appear in changed text vs prior year min_novelty: Minimum novelty score (0.0-1.0) to filter boilerplate

ParametersJSON Schema
NameRequiredDescriptionDefault
cikYes
formNo
yearNo
queryYes
diff_onlyNo
max_resultsNo
min_noveltyNo

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.