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.10.10.tar.gz (66.8 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.10.10-py3-none-any.whl (48.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: energyscope_mcp-2.10.10.tar.gz
  • Upload date:
  • Size: 66.8 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.10.10.tar.gz
Algorithm Hash digest
SHA256 51c6e152e9dacd82bf17e56f69ff30c858b5f566914af1bc825371964fba90fc
MD5 ec5a90b98296fa20e89f4bf81cbe91a6
BLAKE2b-256 5641ce52e7765e3b33df7922ee2691db346a04c4fb22d5dc81984e732d8c40b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for energyscope_mcp-2.10.10-py3-none-any.whl
Algorithm Hash digest
SHA256 e4205276d76b31a077056ba72e05c47beb204bdeef801a66ac31964358db43bf
MD5 595e5fe8ead6f46d9df1a773a8529f52
BLAKE2b-256 397d5be197df6880d60f6778f648fc24229b9fbbb1e3e55633faa830a391cf91

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