Clean SEC EDGAR company financials, ratios, filings and 10-K/10-Q sections as normalized JSON.
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.
Agent skills for clean company financials from SEC EDGAR. Drop-in skills that let any agent pull normalized income/balance/cash-flow fundamentals, computed ratios, company profiles, and recent SEC filings for any US-listed ticker β over the Edgrapi REST API.
EDGAR is free, but its XBRL company-facts payloads are brutal to parse (tag drift, mixed periods, trailing-twelve-month windows hiding inside 10-Qs). Edgrapi normalizes all of that into clean JSON, keyed by fiscal period β so your agent gets numbers it can trust in one call.
Free to start β grab a key (100 free credits every month, no card required) and you're pulling fundamentals from Claude, ChatGPT, Cursor, or your own agent loop in under two minutes.
Pure Python standard library. No dependencies. MIT-0 licensed.
The skills above are one way in. The other is the hosted MCP server β point any MCP client at a single URL, with nothing to install and no local process:
Works in Claude Desktop, Claude Code, Cursor and Cline. Transport is streamable-http. Auth is
Authorization: Bearer edgr_..., or OAuth 2.1 β the server is its own provider. Discovery
(initialize, tools/list) is open, so you can inspect the tool list without a key; tools/call
needs one.
The MCP surface is wider than the skills in this repo: alongside fundamentals and filings it covers
Form 4 insider trades with cluster-buy detection, typed 8-K material events, 13F fund holdings
diffed quarter-over-quarter, 13D/13G >5% activist stakes, XBRL-to-JSON, shares outstanding, entity
resolution, and full-text search across every filing since 2001. For the live list, call
tools/list or read the server card β
both are generated from the server itself, so neither goes stale.
| Skill | Purpose |
|---|---|
edgrapi-full | Complete toolkit β fundamentals, ratios, company profile, and filings |
edgrapi-fundamentals | Normalized financial statements + computed ratios |
edgrapi-filings | Company profiles + recent SEC filings (10-K/10-Q/8-K) |
Install the bundled edgrapi-full for agents that need broad coverage. Install the focused variants when you want minimum tool surface.
| Tool | Returns |
|---|---|
get_fundamentals(ticker, period, limit) | Income statement, balance sheet, cash flow β periodized, USD |
get_ratios(ticker) | Margins, returns (ROE/ROA), leverage, liquidity |
get_company(ticker) | CIK, legal name, SIC industry, fiscal-year end, exchanges, website |
get_filings(ticker, limit, form) | Recent filings with filing/report dates and document links |
Set the EDGRAPI_KEY environment variable to your Edgrapi key (format edgr_...). It's sent as the X-API-Key header β the base URL is hardcoded, so the key never reaches any other host.
Get a free key β 100 free credits every month, no card required. The same key works for these skills and direct REST calls.
Credits are weighted by endpoint, not one per request: company, filings, events, entity resolution and full-text search cost 1; fundamentals, ratios and XBRL cost 3; sections, insider, holdings and activist cost 5. Credits never expire. All data is from public SEC EDGAR.
| Plan | Price | Credits |
|---|---|---|
| Free | $0 | 100 / month |
| Starter | $10/mo | 10,000 / month |
| Pro (monthly) | $29/mo | 30,000 / month |
| Pro (annual) | $290/yr | 360,000 up front |
Top-up packs (one-time, never expire): 5,000 / $7 Β· 15,000 / $18 Β· 50,000 / $55.
Manage plans at https://edgrapi.com/pricing. Also available metered on RapidAPI.
See CONTRIBUTING.md. Security reports: SECURITY.md.
MIT No Attribution. Fork, ship, sublicense β no attribution required.
Edgrapi is an independent service and is not affiliated with, endorsed by, or sponsored by the U.S. Securities and Exchange Commission. All data originates from the SEC's public EDGAR system. "EDGAR" is a system operated by the U.S. SEC.
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/edgrapi-skills)<a href="https://allmcps.com/mcp/edgrapi-skills"><img src="https://allmcps.com/api/badge/edgrapi-skills?style=directory" alt="Edgrapi Skills on AllMCPs" /></a>