{"name":"edgrapi","title":"Edgrapi — SEC EDGAR Financials API","version":"1.0.0","description":"Insider trades and material events from SEC EDGAR for AI agents — parsed Form 4 insider transactions (owner, code, shares, price, 10b5-1 flag), typed 8-K events (earnings, exec changes, acquisitions, cyber incidents), plus normalized fundamentals, ratios, filings, and 10-K/10-Q section text for any US-listed ticker. One consistent JSON schema, so agents get real numbers, not hallucinations.","websiteUrl":"https://edgrapi.com","documentation":"https://edgrapi.com/docs","endpoint":"https://api.edgrapi.com/mcp","transport":"streamable-http","protocolVersion":"2025-06-18","authentication":{"type":"apiKey","header":"Authorization","scheme":"Bearer","description":"Bearer edgr_... key. Discovery (initialize/tools/list) is open; the key is required on tools/call. Free key at https://edgrapi.com/app (100 credits / month, no card)."},"provider":{"name":"Edgrapi","url":"https://edgrapi.com","email":"support@edgrapi.com"},"pricing":{"freeTier":"100 credits, no credit card","url":"https://edgrapi.com/pricing","model":"weighted credits per call (company/filings/events 1, fundamentals/ratios 3, sections/insider 5); webhook delivery free; credits never expire"},"dataSource":"Public SEC EDGAR (companyfacts/submissions XBRL + Form 4 ownership XML)","coverage":"10,400+ US-listed tickers","tags":["sec-edgar","insider-trading","form-4","8-k","material-events","financial-data","fundamentals","stocks","equity-research","xbrl","filings","webhooks","api","mcp"],"tools":[{"name":"get_fundamentals","description":"Normalized income statement, balance sheet, and cash flow for a US ticker (annual or quarterly), parsed from SEC EDGAR XBRL.","example":"What were Apple's revenue and net income the last 4 years?"},{"name":"get_ratios","description":"Computed margins, returns (ROE/ROA), leverage, liquidity and growth for a ticker. No price-based ratios (no market-price feed).","example":"Compute NVIDIA's margins and ROE."},{"name":"get_company","description":"Company profile: CIK, legal name, SIC industry, fiscal-year end, exchange, website.","example":"What industry and exchange is MSFT on, and its fiscal-year end?"},{"name":"get_filings","description":"Recent SEC filings (10-K/10-Q/8-K) with filing dates and document links.","example":"List Tesla's most recent 10-K filings with links."},{"name":"get_sections","description":"10-K/10-Q narrative sections (Risk Factors, MD&A, Business) as clean text for LLM/RAG research.","example":"Summarize Amazon's latest 10-K risk factors."},{"name":"get_insider","description":"Parsed insider filings: Form 4 trades (owner, role, code, shares, price, 10b5-1 flag), Form 3/5 holdings, and Form 144 notices of proposed sale.","example":"Has any insider at NVDA bought shares (code P) recently?"},{"name":"get_events","description":"8-K material events as typed items (earnings, exec change, acquisition, cyber incident), with a notable flag.","example":"What material 8-K events has TSLA filed this quarter?"}]}