@cyanheads/secedgar-mcp-server
by cyanheads
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOGS_DIR | No | Directory for log files (Node.js only). | <project-root>/logs |
| MCP_AUTH_MODE | No | Authentication: 'none', 'jwt', or 'oauth'. | none |
| MCP_HTTP_PORT | No | HTTP server port. | 3010 |
| MCP_LOG_LEVEL | No | Log level ('debug', 'info', 'warning', 'error', etc.). | info |
| EDGAR_USER_AGENT | Yes | Required. User-Agent header for SEC compliance. Format: 'AppName contact@email.com'. SEC blocks IPs without a valid User-Agent. | |
| MCP_TRANSPORT_TYPE | No | Transport: 'stdio' or 'http'. | stdio |
| CANVAS_PROVIDER_TYPE | No | Canvas engine. Defaults to 'duckdb'; set to 'none' to disable the canvas. | duckdb |
| EDGAR_RATE_LIMIT_RPS | No | Max requests/second to SEC APIs. Do not exceed 10. | 10 |
| EDGAR_TICKER_CACHE_TTL | No | Seconds to cache the company tickers lookup file. | 3600 |
| EDGAR_DATASET_TTL_SECONDS | No | Per-table TTL for canvas-registered dataframes. Sliding window touched on every dataframe op. | 86400 |
| EDGAR_DATAFRAME_DROP_ENABLED | No | Set 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
| Name | Description |
|---|---|
No tools | |
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
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