Analytics
edgrapi.com
Provides normalized financial statements, ratios, company details, SEC filings, and narrative sections for US-listed tickers from SEC EDGAR data.
ENDPOINT 1
https://api.edgrapi.com/mcp
MCP server metadata
- Name
- edgrapi
- Version
- 1.0.0
Tools: get_insider (Form 4 insider trades), get_events (8-K material events), get_holdings (13F fund portfolios), get_activist (13D/13G >5% stakes), get_fundamentals, get_ratios, get_company, get_filings, get_sections, resolve_entity (ticker/CIK/CUSIP -> entity), search_filings (full-text search across all SEC filings), get_xbrl (full XBRL->JSON converter), get_shares (shares outstanding + public float), get_form_d (Form D private placements; identifier or 'latest'), get_subsidiaries (10-K Exhibit 21). Company tools take a ticker; get_holdings takes a fund name/CIK; get_activist takes a ticker or 'latest'; search_filings takes a query string. Sourced from SEC EDGAR. Authenticate via OAuth (this server is its own OAuth 2.1 provider) or by sending 'Authorization: Bearer edgr_<key>' (free key at https://edgrapi.com/app).
Known tools 19
get_fundamentalsNormalized income statement, balance sheet, and cash flow for a US-listed ticker, parsed from SEC EDGAR XBRL.
Inferred read-onlyget_ratiosMargins, returns (ROE/ROA), leverage and liquidity ratios for a ticker, derived from SEC EDGAR fundamentals, plus per-share figures (eps_diluted, book_value_per_share, shares_outstanding).
Inferred read-onlyget_companyCIK, legal name, SIC industry, fiscal-year end, exchanges and website for a ticker, resolved from SEC EDGAR submissions.
Inferred read-onlyget_filingsRecent SEC filings for a ticker (10-K/10-Q/8-K) with filing/report dates and document links.
Inferred read-onlyget_sectionsNarrative sections from the latest 10-K/10-Q as clean text — Risk Factors (item 1A), MD&A (item 7), Business (item 1), etc.
Inferred read-onlyget_insiderParsed SEC Form 4 insider trades for a ticker: owner, role, transaction code (P open-market purchase, S sale, A award, M exercise, F tax withholding), shares, price, dollar value, and a 10b5-1 plan flag.
Potential side effectsget_events8-K material events for a ticker as typed items (2.02 earnings, 5.02 executive change, 1.05 cybersecurity incident, 2.01 acquisition, etc.), each with a notable flag for the market-moving ones and a link to the filing.
Inferred read-onlyget_holdingsA fund's latest 13F portfolio parsed from the SEC information table: every position ranked by value, aggregated by CUSIP across sub-managers, options flagged put/call, and diffed against the prior quarter (new / added / reduced / exited).
Inferred read-onlyget_activistSchedule 13D/13G filings, the disclosure anyone crossing 5% of a company's voting stock must make.
Inferred read-onlyresolve_entityMap any one of a ticker, CIK, or CUSIP to the canonical SEC entity: legal name, CIK, ticker(s), exchange, SIC industry and sector, state of incorporation, and location.
Inferred read-onlysearch_filingsSearch the full text of every SEC filing since 2001 (the EDGAR full-text index).
Inferred read-onlyget_sharesCommon shares outstanding (latest + history) and public float for a ticker, from the SEC XBRL cover-page tags.
Inferred read-onlyget_form_dParsed Form D notices — the filing a company makes when it raises money in a private placement under a Regulation D exemption.
Inferred read-onlyget_subsidiariesThe company's subsidiaries and their jurisdictions of incorporation, parsed from Exhibit 21 of its latest 10-K.
Inferred read-onlyget_opportunitiesFederal contract opportunities from SAM.gov — solicitations, presolicitations, sources-sought, and award notices — normalized into flat JSON.
Inferred read-onlyget_awardsFederal spending awards from USAspending.gov — contracts, grants, loans, and direct payments — normalized into flat JSON.
Inferred read-onlyget_grantsFederal grant funding opportunities from Grants.gov, normalized into flat JSON.
Inferred read-onlyget_congressCongressional stock trades parsed from US House STOCK Act periodic transaction reports, normalized to flat JSON: member, state/district, ticker, buy or sell, the disclosed dollar range, transaction and disclosure dates, and a House disclosure PDF link.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.edgrapi]
url = "https://api.edgrapi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"edgrapi": {
"type": "http",
"url": "https://api.edgrapi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: edgrapi
Remote MCP URL: https://api.edgrapi.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"edgrapi": {
"url": "https://api.edgrapi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"edgrapi": {
"type": "http",
"url": "https://api.edgrapi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "edgrapi",
"transport": "streamable-http",
"url": "https://api.edgrapi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for edgrapi.com was fetched 2026-07-27T03:48:36.092Z and is being refreshed.
edgrapi.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.