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: Sablier MCP Server

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    C
    quality
    B
    maintenance
    MCP server for accessing SEC EDGAR filings. Connects AI assistants to company filings, financial statements, and insider trading data with exact numeric precision.
    21
    659 PyPI
    357
    AGPL 3.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Hosted MCP server that gives AI agents real-time access to SEC EDGAR filings search, 10-K/8-K reading, XBRL financial facts, and insider-trade (Form 4) alerts.
    11 npm
    1
    MIT