sec-edgar-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEC_USER_AGENT | Yes | The SEC requires automated clients to identify themselves with a contact email in the User-Agent header. This server refuses to start without this variable. Format: 'Your Name you@example.com' |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sec_edgar_get_company_profileA | Resolves a ticker symbol to the company's SEC identity: CIK, official registrant name, industry classification and fiscal year end. Usually the first tool to call, since the other tools key off the company. |
| sec_edgar_list_filingsA | Lists a company's most recent SEC filings with links to the primary document. Pass form_type to restrict to one kind of filing, e.g. '10-K' for annual reports or '10-Q' for quarterly reports. |
| sec_edgar_get_concept_seriesA | Returns the reported time series for one financial concept (revenue, net income, total assets, ...). Use this for trend and ratio analysis. The most reliable way to call it is with one of THESE ALIASES: capex, cash, eps_diluted, gross_profit, net_income, operating_cash_flow, operating_income, revenue, rnd_expense, stockholders_equity, total_assets, total_liabilities. An alias merges every US-GAAP tag the company has used for that concept over time, so history is not silently truncated when a company switches tags after an accounting standard change. A raw US-GAAP tag is also accepted. If nothing is found, the error message explains how to proceed. |
| sec_edgar_list_available_conceptsA | Lists the US-GAAP tags a company actually reports to the SEC. Call this when sec_edgar_get_concept_series cannot find a concept: the returned 'tag' values can be passed straight back into that tool. Narrow the result with search (case-insensitive substring match on tag and label). Results are ordered by how many data points each tag has, so the company's primary line items come first. |
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/belermirzaa7-ops/sec-edgar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server