# IFP Nordic Energy Oracle

Nordic energy price intelligence via MCP —

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ifp-norge/nordic-energy-oracle

# Browse available tools
npx -y @smithery/cli@latest tool list ifp-norge/nordic-energy-oracle

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ifp-norge/nordic-energy-oracle predict_spot_price

# Call a tool
npx -y @smithery/cli@latest tool call ifp-norge/nordic-energy-oracle predict_spot_price '{}'
```

## Direct MCP Connection

Endpoint: `https://nordic-energy-oracle--ifp-norge.run.tools`

## Tools (7)

- `predict_spot_price` — Energy price forecast with factor attribution for Norwegian zones NO1-NO5
- `analyze_energy_correlations` — Full multivariate correlation analysis with Shapley attribution
- `get_current_prices` — Current Nordic electricity spot prices by zone
- `get_factor_attribution` — Top factors driving current spot price
- `simulate_scenario` — What-if analysis — simulate dimension changes on target price
- `sage_decide` — SAGE Core trading signal with confidence score
- `get_correlation_matrix` — Pairwise correlation matrix between dimensions

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ifp-norge/nordic-energy-oracle <tool-name>
```
