federal-regulations-mcp-server
by cyanheads
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OTEL_ENABLED | No | Enable OpenTelemetry instrumentation. | false |
| ECFR_BASE_URL | No | eCFR API base URL. | https://www.ecfr.gov/api |
| MCP_AUTH_MODE | No | Auth mode: none, jwt, or oauth. | none |
| MCP_HTTP_PORT | No | Port for the HTTP server. | 3010 |
| MCP_LOG_LEVEL | No | Log level (RFC 5424). | info |
| ECFR_MIRROR_PATH | No | Filesystem path for the eCFR SQLite mirror database. | ./data/ecfr-mirror.sqlite |
| ECFR_MIRROR_TITLES | No | Comma-separated CFR title numbers to scope the mirror (e.g., 21,40). Omit to mirror all 50 titles. | |
| MCP_TRANSPORT_TYPE | No | Transport type: stdio or http. | stdio |
| STORAGE_PROVIDER_TYPE | No | Storage backend. | in-memory |
| REGULATIONS_GOV_API_KEY | No | Free api.data.gov key for Regulations.gov tools (get_docket, find_comments, and comment-count enrichment). Optional — Federal Register and eCFR tools work without it. | |
| ECFR_MIRROR_REFRESH_CRON | No | Cron expression for weekly mirror refresh (HTTP transport only). | 0 4 * * 0 |
| REGULATIONS_GOV_BASE_URL | No | Regulations.gov API v4 base URL. | https://api.regulations.gov/v4 |
| FEDERAL_REGISTER_BASE_URL | No | Federal Register API v1 base URL. | https://www.federalregister.gov/api/v1 |
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
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 | |