MCP server for Axonn — US energy regulatory filings, real-time prices, and market data
Project description
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 |
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
axonn_mcp-0.1.0.tar.gz
(6.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file axonn_mcp-0.1.0.tar.gz.
File metadata
- Download URL: axonn_mcp-0.1.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cfe531f91c5ec546fe2f54b530c6769d818040c018f578f161c3982622cbba7
|
|
| MD5 |
f07ba331b9d2d17e74dba0e64149fd27
|
|
| BLAKE2b-256 |
da1f9c791a5dc9b93eb2b47b0f6d0a6f5debcb403bb0c03de3eb4dc4c617db67
|
File details
Details for the file axonn_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: axonn_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d33cb4fe11f70b9b1fa025dac20dd9c2f087f9c06d328798a2f5d9ab12cee52
|
|
| MD5 |
dd925253b24b3781d40d4eb55b6f972b
|
|
| BLAKE2b-256 |
1bf04336000b991ee3933cb5fcc4781e7376a8961dd4134a361f30dfac114304
|