edgar-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EDGAR_API_KEY | Yes | API key for EDGAR Financial API | |
| EDGAR_API_URL | No | URL for the EDGAR API (optional) | https://www.financialmodelupdater.com |
| EDGAR_MCP_OUTPUT_DIR | No | Path for output="file" responses. Falls back to ~/.cache/edgar-mcp/file_output if default is unavailable. | ./exports/file_output |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_filingsC | Fetch SEC filing metadata for a company. Returns list of 10-Q, 10-K, and 8-K (earnings release) filings with URLs, dates, and fiscal period assignments. |
| get_financialsB | Extract all financial facts from SEC filings. Returns structured JSON with income statement, balance sheet, and cash flow data. |
| get_metricC | Get a specific financial metric by common name or XBRL tag and return current/prior values with YoY comparison. |
| list_metricsA | List available metric tags for a filing period so an agent can choose an exact metric_name before calling get_metric. |
| search_metricsC | Search available filing metrics by natural-language query and return ranked candidates. |
| get_filing_sectionsC | Parse qualitative sections from SEC 10-K or 10-Q filings and return narrative/tables with metadata. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/henrysouchien/edgar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server