Skip to main content

EnergyScope MCP Server — AI agent tools for energy market data and analytics

Project description

energyscope-mcp

MCP server for AI agents to search, forecast, and analyse energy market data via EnergyScope.

17 tools: search 1.4M series, multi-factor XGBoost forecasts, Prophet, ARIMA, Theta, breakpoint detection, correlation, volatility, cointegration, and more.

Quick Start

# No install needed — uvx runs it directly
claude mcp add energyscope -- uvx energyscope-mcp

# Set your server and API key
export ENERGYSCOPE_SERVER=grpc+tls://data.energyscope.io:443
export ENERGYSCOPE_API_KEY=your-api-key

Then ask Claude: "What's the latest WTI price and has there been a regime change?"

Tools

Data (6): search, get_data, latest, browse, datasets, health

Analytics (11): forecast, arima, prophet, theta, breakpoints, stats, volatility, correlation, unit_root, cointegration

Cross-series alignment

Cross-series tools (forecast, spread, crack_spread, correlation, rolling_correlation, cointegration, var, lpirf, elastic_net, midas, correlate_all, changes) auto-truncate every input series to the freshest common date and emit a ⚠ ALIGNMENT: banner explaining what was dropped — no more silently regressing yesterday's stale predictor onto today's fresh target.

For batch / risk scripts that should hard-fail on freshness mismatch:

import os; os.environ["ENERGYSCOPE_STRICT_ALIGN"] = "1"
from energyscope_mcp import AlignmentError
try:
    spread("PET.RWTC.D", "NG.RNGWHHD.D")
except AlignmentError as e:
    page_data_team(e.series, e.lag_days)  # e.latest_common, e.error_code also available

Full reference: docs/cross-series-alignment.md

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

energyscope_mcp-2.11.0.tar.gz (67.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

energyscope_mcp-2.11.0-py3-none-any.whl (48.5 kB view details)

Uploaded Python 3

File details

Details for the file energyscope_mcp-2.11.0.tar.gz.

File metadata

  • Download URL: energyscope_mcp-2.11.0.tar.gz
  • Upload date:
  • Size: 67.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for energyscope_mcp-2.11.0.tar.gz
Algorithm Hash digest
SHA256 acf2cf40022aab368ec1583ffe1b9e66d05ebcbb11eea72158dfc51c21bcfca0
MD5 0465cc1b807a1a94cf3243aa4ac6d9b0
BLAKE2b-256 bd36cd8a9ddd9bf149b45e0cd8db7e96383a60ac5f749bd1f7b16205e671e4f9

See more details on using hashes here.

File details

Details for the file energyscope_mcp-2.11.0-py3-none-any.whl.

File metadata

File hashes

Hashes for energyscope_mcp-2.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f8cc7f63d7c18cae80486eb83ab3ec59966123888016f2e0bcedd639a4adcfc3
MD5 271db7875abd94e47be7fdc12708a14b
BLAKE2b-256 de315cbc4c368068218a226c8de52e4edff8edfa6a96907c321701a26d26f899

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page