mcp-server-eia
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | If set, the server runs over HTTP on this port (alternative to DATABRICKS_APP_PORT). | |
| EIA_API_KEY | Yes | Your free EIA API key from https://www.eia.gov/opendata/register.php | |
| DATABRICKS_APP_PORT | No | If set, the server runs over HTTP on this port (alternative to PORT). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| eia_browse_routesA | Explore the EIA dataset tree, or fetch a leaf dataset's metadata. Behavior depends on the node type at
Start with route="" to discover datasets, then drill down. This is the primary discovery tool; call it before eia_get_data to learn the valid columns, facet ids, and frequency for a dataset. |
| eia_list_facetsA | List the facet ids you can filter a dataset by. Returns |
| eia_get_facet_optionsA | List the valid option values (ids) for one facet of a dataset. Returns |
| eia_get_dataA | Query rows from an EIA dataset with filtering, sorting, and paging. Returns a structured payload: { "route", "frequency", "description", "total": , "offset", "length", "returned": , "has_more": , "next_offset": <int | None>, "data": [ {row}, ... ], "warnings": [ ... ] # present only when relevant } Workflow: use eia_browse_routes to find the route, its valid
|
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/GSA-TTS/mcp-server-eia'
If you have feedback or need assistance with the MCP directory API, please join our Discord server