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