← Registry

Analytics

edgrapi.com

Provides normalized financial statements, ratios, company details, SEC filings, and narrative sections for US-listed tickers from SEC EDGAR data.

1 endpoint19 known toolsFirst detected June 29, 2026Last detected September 17, 2026

ENDPOINT 1

https://api.edgrapi.com/mcp

No auth detected

MCP server metadata

Name
edgrapi
Version
1.0.0
Capabilities
tools
Server instructions

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_fundamentals

Normalized income statement, balance sheet, and cash flow for a US-listed ticker, parsed from SEC EDGAR XBRL.

Inferred read-only
get_ratios

Margins, 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-only
get_company

CIK, legal name, SIC industry, fiscal-year end, exchanges and website for a ticker, resolved from SEC EDGAR submissions.

Inferred read-only
get_filings

Recent SEC filings for a ticker (10-K/10-Q/8-K) with filing/report dates and document links.

Inferred read-only
get_sections

Narrative 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-only
get_insider

Parsed 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 effects
get_events

8-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-only
get_holdings

A 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-only
get_activist

Schedule 13D/13G filings, the disclosure anyone crossing 5% of a company's voting stock must make.

Inferred read-only
resolve_entity

Map 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-only
search_filings

Search the full text of every SEC filing since 2001 (the EDGAR full-text index).

Inferred read-only
get_xbrl

The full XBRL-to-JSON converter.

Inferred read-only
get_shares

Common shares outstanding (latest + history) and public float for a ticker, from the SEC XBRL cover-page tags.

Inferred read-only
get_form_d

Parsed Form D notices — the filing a company makes when it raises money in a private placement under a Regulation D exemption.

Inferred read-only
get_subsidiaries

The company's subsidiaries and their jurisdictions of incorporation, parsed from Exhibit 21 of its latest 10-K.

Inferred read-only
get_opportunities

Federal contract opportunities from SAM.gov — solicitations, presolicitations, sources-sought, and award notices — normalized into flat JSON.

Inferred read-only
get_awards

Federal spending awards from USAspending.gov — contracts, grants, loans, and direct payments — normalized into flat JSON.

Inferred read-only
get_grants

Federal grant funding opportunities from Grants.gov, normalized into flat JSON.

Inferred read-only
get_congress

Congressional 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-only

CONNECT 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.

Trust status Neutral

edgrapi.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.