SEC EDGAR
Server Details
Search SEC filings, read 10-K/8-K, query XBRL facts, track Form 4 insider trades.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- guptaprakhariitr/sec-edgar-mcp
- GitHub Stars
- 1
- Server Listing
- sec-edgar-mcp
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 5 of 5 tools scored.
Each tool has a distinct and clearly defined purpose: retrieving 8-K events, company metadata, financial facts, full filing text, and search over filings. There is no overlap or ambiguity.
All tools follow the consistent pattern 'edgar_<verb>_<noun>', using snake_case and descriptive verbs (get, read, search). No mixing of conventions.
With 5 tools, the server covers the key operations for interacting with SEC EDGAR filings and company data without being overly sparse or bloated. The scope is well-matched.
The tools cover the primary use cases: company lookup, filing search, financial facts, material events, and full filing retrieval. Minor gaps exist (e.g., no direct tool for specific form type summary), but the set is functional and lacks dead ends.
Available Tools
5 toolsedgar_get_8kAInspect
Recent 8-K material event filings for a company, with classified event types ('material_acquisition', 'executive_change', 'auditor_change', 'results_of_operations', etc.). Use this when the user asks 'has anything material happened with '.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | ||
| limit | No | ||
| since | No | Only return 8-Ks filed on or after this ISO date (YYYY-MM-DD). Default = last 90 days. | |
| ticker | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It states the tool returns 'Recent' filings and mentions event type classification but does not disclose defaults (e.g., 90-day window from since parameter), error behavior, or any side effects. It is minimally adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences: the first describes the tool's output and event types, the second gives usage guidance. Every sentence serves a purpose, no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has 4 parameters, no output schema, and no annotations. The description covers purpose and usage but omits parameter semantics and return format details. For a tool that returns structured data, the agent lacks guidance on interpreting results.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 25% (only 'since' has a description). The description adds no parameter-level details; it does not clarify what 'cik' or 'ticker' represent or how 'limit' behaves. Despite low coverage, the description fails to compensate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns 'Recent 8-K material event filings for a company' with classified event types, giving specific examples like 'material_acquisition', 'executive_change'. This distinguishes it from sibling tools like edgar_get_facts or edgar_read_filing.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says 'Use this when the user asks "has anything material happened with <company>"', providing clear context for when to use the tool. It does not mention when not to use it or name alternatives, but the sibling set covers other needed tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
edgar_get_companyAInspect
Company metadata by ticker or CIK: legal name, SIC industry classification, exchanges listed, fiscal year end. Use this when the user wants to know who/what a company is, before drilling into filings.
| Name | Required | Description | Default |
|---|---|---|---|
| ticker_or_cik | Yes | Either a stock ticker (e.g. 'MSFT') or a CIK number. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, description must fully disclose behavior. It lists returned metadata fields but does not mention error handling, rate limits, or any prerequisites. Adequate but has gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with core functionality, no wasted words. Efficient and clear.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple lookup tool with one parameter and no output schema, the description covers purpose, usage, and return fields. Could explicitly state return format (e.g., JSON object) but this is minor.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and description adds value by explaining the parameter accepts ticker or CIK and listing the metadata fields returned. This goes beyond the schema's simple string description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it retrieves company metadata by ticker or CIK, listing specific fields (legal name, SIC industry, exchanges, fiscal year end). It differentiates from siblings (edgar_get_8k, edgar_get_facts, etc.) by focusing on basic company info, not filings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says 'Use this when the user wants to know who/what a company is, before drilling into filings', providing clear context. However, does not explicitly state when not to use it or name alternative tools for other needs.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
edgar_get_factsAInspect
Get XBRL-structured financial facts for a company (revenue, operating income, net income, cash, assets, etc.). Accepts common-name aliases ('revenue', 'eps') OR XBRL concepts ('Revenues', 'EarningsPerShareDiluted'). Returns one row per (fiscal_year, fiscal_period), preferring latest-filed when amendments exist.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | 10-digit CIK. Provide either ticker OR cik. | |
| ticker | No | Stock ticker, e.g. 'MSFT'. | |
| concept | Yes | Financial concept. Common aliases: 'revenue', 'operating_income', 'net_income', 'cash', 'total_assets', 'total_liabilities', 'eps', 'eps_basic'. Or pass an XBRL us-gaap concept directly (e.g. 'Revenues'). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so description carries full burden. It discloses the preference for latest-filed data when amendments exist, which is important behavioral context. However, it does not state if the tool is read-only or mention any rate limits or data freshness.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no wasted words. Front-loaded with the core purpose, followed by input options and return format. Perfectly concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite no output schema, description gives a clear picture of the return structure (one row per fiscal period). Covers the CIK/ticker disjunction and the alias system. Completely adequate for a straightforward data retrieval tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 100% coverage with clear descriptions for all three parameters. The description adds value by explaining the alias system and listing common aliases, going beyond the schema's brief descriptions. Baseline 3 raised to 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool retrieves XBRL-structured financial facts for a company, listing specific examples like revenue and EPS. It distinguishes from sibling tools (edgar_get_8k, edgar_get_company, etc.) by focusing on the 'facts' concept.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides guidance on input format (accepts common aliases or XBRL concepts) and notes that CIK or ticker can be used. While it doesn't explicitly contrast with siblings, the context makes the purpose distinct. Could be improved by stating when not to use (e.g., for non-XBRL data).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
edgar_read_filingAInspect
Fetch the full text (HTML) of a specific filing by accession number. Useful when the user wants to read the actual content of a 10-K/8-K. Truncates at ~80K characters; use search to narrow first.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | 10-digit CIK (zero-padded). Used to construct the document URL. | |
| ticker | No | Stock ticker (used to resolve the CIK; pass either this or cik). | |
| accession_number | Yes | Accession number, e.g. '0001564590-24-029333'. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses truncation behavior, which is important. However, with no annotations provided, it does not cover other aspects like error handling, response format, or authentication requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, no wasted words. Front-loaded with the primary action and resource. Efficient and clear.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Fairly complete for a 3-parameter tool with no output schema. Covers purpose, use case, and truncation limitation. Could mention error conditions or optional params, but is sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline 3 applies. Description adds minimal extra meaning beyond the schema, just reinforcing accession number usage. No new parameter insights.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states it fetches full text HTML of a specific filing by accession number, and mentions usefulness for 10-K/8-K. It is clear but does not explicitly differentiate from sibling tools like edgar_get_8k.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides a when-to-use context (reading actual content of 10-K/8-K) and a limitation (truncation at ~80K characters, recommends using search first). Does not specify when not to use or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
edgar_search_filingsAInspect
Search SEC EDGAR filings for a US-listed company. Returns recent filings (10-K, 10-Q, 8-K, S-1, Form 4, etc.) filtered by ticker or CIK, form type, and date range. Use this when the user asks 'what did file' or needs to find a specific filing.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | 10-digit CIK number (zero-padded). Provide either ticker OR cik. | |
| limit | No | Max filings to return (default 25, max 200). | |
| ticker | No | Stock ticker, e.g. 'MSFT'. Provide either ticker OR cik. | |
| date_to | No | Optional ISO date YYYY-MM-DD; only filings on or before this date. | |
| date_from | No | Optional ISO date YYYY-MM-DD; only filings on or after this date. | |
| form_type | No | Optional form type filter, e.g. '10-K', '8-K', '4'. Prefix-matched, so '10-K' matches '10-K' and '10-K/A'. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It states returns recent filings and filtering, but does not disclose read-only nature, rate limits, pagination behavior, or what happens on no results. Adequate but lacks depth.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two tight sentences: first defines purpose and output, second gives usage guidance. No redundant words, all earn their place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Lacks output schema and does not describe return format. With sibling tools, the context is partially inferred, but for a search tool, the missing structure is a gap. Otherwise covers key filtering details.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds little beyond what the schema provides (e.g., 'provide either ticker OR cik' is already in schema descriptions). No substantial added meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb (search), resource (SEC EDGAR filings), and scope (US-listed company, filtered by ticker/CIK, form type, date range). It is distinct from siblings like edgar_read_filing and edgar_get_8k, which retrieve specific filings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says 'Use this when the user asks "what did <company> file" or needs to find a specific filing.' It provides clear context but does not explicitly mention when not to use it or name alternatives, though siblings are available.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityCmaintenanceEnables to search and retrieve SEC EDGAR filings, insider transactions, major shareholders, and executive compensation data through natural language.10MIT
- Alicense-qualityAmaintenanceEnables querying of SEC EDGAR filings and financial data via natural language, offering tools for company lookup, filing retrieval, XBRL data, and full-text search.227MIT
- -license-quality-maintenanceEnables deep analysis of SEC EDGAR filings through universal company search, document content extraction, and advanced filing search capabilities. Provides AI-ready access to business descriptions, risk factors, financial statements, and full-text search across any public company's SEC documents.
- AlicenseAqualityBmaintenanceQuery SEC EDGAR for company filings, financial data, and executive disclosures. Search by company name or ticker, retrieve 10-K/10-Q/8-K filings, and extract structured financials — backed by the official SEC EDGAR API, built for AI agents.4MIT
Your Connectors
Sign in to create a connector for this server.