← edgrapi.com

INDIVIDUAL MCP TOOL

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.

edgrapi.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.edgrapi.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for resolve_entity and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

edgrapi.com

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.

Related tools

  • get_fundamentals — Normalized income statement, balance sheet, and cash flow for a US-listed ticker, parsed from SEC EDGAR XBRL.
  • 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).
  • get_company — CIK, legal name, SIC industry, fiscal-year end, exchanges and website for a ticker, resolved from SEC EDGAR submissions.
  • get_filings — Recent SEC filings for a ticker (10-K/10-Q/8-K) with filing/report dates and document links.
  • 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.
  • 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.
  • 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.
  • 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).