Skip to main content
Glama
cyanheads

@cyanheads/secedgar-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOGS_DIRNoDirectory for log files (Node.js only).<project-root>/logs
MCP_AUTH_MODENoAuthentication: 'none', 'jwt', or 'oauth'.none
MCP_HTTP_PORTNoHTTP server port.3010
MCP_LOG_LEVELNoLog level ('debug', 'info', 'warning', 'error', etc.).info
EDGAR_USER_AGENTYesRequired. User-Agent header for SEC compliance. Format: 'AppName contact@email.com'. SEC blocks IPs without a valid User-Agent.
MCP_TRANSPORT_TYPENoTransport: 'stdio' or 'http'.stdio
CANVAS_PROVIDER_TYPENoCanvas engine. Defaults to 'duckdb'; set to 'none' to disable the canvas.duckdb
EDGAR_RATE_LIMIT_RPSNoMax requests/second to SEC APIs. Do not exceed 10.10
EDGAR_TICKER_CACHE_TTLNoSeconds to cache the company tickers lookup file.3600
EDGAR_DATASET_TTL_SECONDSNoPer-table TTL for canvas-registered dataframes. Sliding window touched on every dataframe op.86400
EDGAR_DATAFRAME_DROP_ENABLEDNoSet to 'true' to expose secedgar_dataframe_drop — the only destructive tool on this server. Off by default; TTL handles cleanup.false

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/cyanheads/secedgar-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server