Skip to main content
Glama
beee003

axonn-mcp

by beee003

axonn-mcp

MCP server for Axonn — US energy regulatory filings, real-time ISO prices, and market data.

Tools

Tool

Description

search_filings

Search regulatory filings by keyword, state, and category

get_prices

Real-time LMP prices for any US ISO (CAISO, ERCOT, PJM, MISO, SPP, NYISO, ISONE)

get_market_data

BESS trackers, interconnection queues, commodity prices, grid monitor

get_high_impact_filings

Filings scored by potential price impact (HIGH/MEDIUM)

ask_axonn

AI-powered Q&A about energy markets and regulations

Related MCP server: fix-mcp

Install

pip install axonn-mcp

Configure

Set your API key (optional — defaults to demo tier):

export AXONN_API_KEY=axn_your_key_here

Claude Code

claude mcp add axonn-mcp -- axonn-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "axonn": {
      "command": "axonn-mcp",
      "env": {
        "AXONN_API_KEY": "axn_your_key_here"
      }
    }
  }
}

Development

pip install -e ".[dev]"
python3 -m pytest test_server.py -v
A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/beee003/axonn-mcp'

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