Skip to main content
Glama
mmouradbahri

claude-edgar-mcp

by mmouradbahri

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ticker_to_cikA

Resolve a US stock ticker to its SEC Central Index Key (CIK).

Use this whenever a user gives you a ticker (like 'AAPL' or 'META') and
you need to look up SEC filings for that company. Every other EDGAR tool
starts with a CIK.

Args:
    ticker: The stock ticker (case-insensitive), e.g. 'AAPL', 'META', 'WING'.

Returns:
    Dict with `ticker`, `cik` (10-digit zero-padded string), and `company_name`.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possible confusion with other tools. The tool's purpose is clearly defined.

Naming Consistency3/5

The name 'ticker_to_cik' uses underscores and describes input and output, but does not follow a verb_noun pattern. However, it is descriptive and consistent with a single-tool set.

Tool Count2/5

One tool is very minimal for a server named 'claude-edgar-mcp', which implies broader EDGAR functionality. The tool only resolves tickers to CIKs, missing essential operations like filing retrieval or search.

Completeness1/5

The server provides only a ticker-to-CIK conversion, which is a prerequisite for EDGAR access but not useful alone. There are no tools to actually retrieve or search SEC filings, leaving a critical gap.

Maintenance

ActivityInactive
ResponsivenessNo issues