Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# IFP Nordic Energy Oracle
# Machine-readable service description
## Overview
Multivariate correlation discovery platform for Nordic energy markets.
Provides factor attribution showing WHY prices move, not just predictions.
Powered by Hebbian learning across 23 dimensions from 52 Norwegian government data sources.
## Provider
BAYGERYCH IFP NORGE
Patent: NO 20251414
https://infinity-folder.no
## Capabilities
### L1 - Discovery (Free)
- GET /health - Health check
- GET /.well-known/agent.json - Agent Card
- GET /tools - List available tools
- GET /pricing - Get pricing info
### L2 - Production ($0.01/call)
- POST /tools/sage_state - Get SAGE cognitive state
- POST /tools/get_current_prices - Get current energy prices
- POST /tools/get_learning_summary - Get learning statistics
### L3 - Paid Intelligence ($0.10/call)
- POST /tools/analyze_energy_correlations - Full multivariate analysis
- POST /tools/predict_spot_price - Energy price prediction
- POST /tools/get_correlation_matrix - Pairwise correlations
- POST /tools/simulate_scenario - What-if scenarios
### L4 - Enterprise ($0.50/call)
- POST /energy/batch - Batch operations
- POST /energy/webhooks/register - Webhook registration
- GET /api/v1/energy/forensic - Forensic diagnostic data
## Authentication
- x402: Coinbase x402 micropayments (USDC on Base L2)
- Stripe: Card payments via Stripe Checkout
- Bearer: PCP Authorization token
## Payment Flow (x402)
1. POST /pcp/intent - Create payment intent
2. Pay via x402 with intent_id
3. POST /pcp/pay - Exchange payment for Authorization
4. Use Authorization as Bearer token
## Payment Flow (Stripe)
1. POST /stripe/checkout - Create Stripe checkout session
2. Redirect to checkout_url
3. Complete payment on Stripe
4. Webhook or /stripe/success mints Authorization
5. Use Authorization as Bearer token
## O2 Token Economy
100 O2 tokens per $1 USDC
- L1: Free
- L2: 0.1 O2 per call
- L3: 1.0 O2 per call
- L4: 5.0 O2 per call
## Contact
MCP Server: port 9108 (includes