# PJM vs MISO Energy Arbitrage Oracle (remote · energy-arbitrage.io)

PJM/MISO energy arbitrage. Intel TDX attested, on-chain every 60 min. MCP tools for AI agents.

- Trust score: 43/100 (low)
- Change this week: +20
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `energy-arbitrage.io`: 43/100 (this document), [markdown](https://verifymcp.io/servers/dornansgar390-hue-energy-oracle/energy-arbitrage.md), [page](https://verifymcp.io/servers/dornansgar390-hue-energy-oracle/energy-arbitrage)

## Channel facts

- Endpoint: `https://energy-arbitrage.io/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.3.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS not yet verified: we couldn't read the response headers to check for it.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but we couldn't connect to verify it.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Tool Safety**: 0/100
  - Tool safety not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 5 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the PJM vs MISO Energy Arbitrage Oracle MCP server?

PJM vs MISO Energy Arbitrage Oracle is a hosted endpoint at https://energy-arbitrage.io/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http dornansgar390-hue-energy-oracle 'https://energy-arbitrage.io/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "dornansgar390-hue-energy-oracle": {
      "url": "https://energy-arbitrage.io/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "dornansgar390-hue-energy-oracle": {
      "type": "http",
      "url": "https://energy-arbitrage.io/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.dornansgar390-hue-energy-oracle]
url = "https://energy-arbitrage.io/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dornansgar390-hue-energy-oracle": {
      "type": "remote",
      "url": "https://energy-arbitrage.io/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dornansgar390-hue-energy-oracle --url 'https://energy-arbitrage.io/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dornansgar390-hue-energy-oracle:
    url: "https://energy-arbitrage.io/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "dornansgar390-hue-energy-oracle": {
      "Transport": "http",
      "Url": "https://energy-arbitrage.io/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add dornansgar390-hue-energy-oracle -t streamable-http -u 'https://energy-arbitrage.io/mcp'
```

### Other

```json
{
  "mcpServers": {
    "dornansgar390-hue-energy-oracle": {
      "type": "http",
      "url": "https://energy-arbitrage.io/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 43, 0)

- [security regression] Transport: pass → fail
- [security improvement] TLS certificate: unverified → pass

### 2026-09-19 (score 43, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] HSTS header: fail → unverified
- [security regression] Authorization: partial → unverified
- [security regression] Tool safety: pass → unverified
- [security improvement] Transport: fail → pass
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-09-18 (score 43, +20)

- [security regression] HSTS header: unverified → fail
- [security regression] TLS certificate: pass → unverified
- [security improvement] Authorization: unverified → partial
- [security improvement] Injection markers: unverified → pass
- [security] First check of Judged manipulation: pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Schema quality: fail
- [functional] First check of Destructive annotations: pass
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: good
- [functional] First check of Tool coverage: 100
- [functional] First check of Tool coverage: 100

### 2026-09-17 (score 23, 0)

- [security regression] HSTS header: fail → unverified
- [security] Transport: Transport check failed: declared streamable-http, but we couldn't connect to verify it.
- [security] Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.

### 2026-09-14 (score 23, 0)

- [security regression] HSTS header: unverified → fail
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.

### 2026-09-13 (score 23, 0)

- [security regression] HSTS header: fail → unverified
- [security] Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.

### 2026-09-12 (score 23, 0)

- [security] Transport: Transport check failed: the endpoint responded but didn't complete an MCP handshake over streamable-http.

### 2026-09-11 (score 23)

First indexed and scored.

## MCP tools (9)

### `get_oracle_info` (~59 tokens)

Oracle General Info

Retrieve comprehensive metadata for the PJM vs MISO Energy Arbitrage Oracle: smart contract address, Arbitrum One network, Intel TDX attestation status, and available subscription pricing tiers. Use as the primary initialization step for any agent workflow.

Output parameters:

- `result` (string)

### `get_oracle_status` (~52 tokens)

Oracle Status

Check the real-time operational status of the oracle contract. Returns whether the system is ACTIVE or in MAINTENANCE, along with total active subscribers. Use this tool to verify system availability before requesting premium telemetry.

Output parameters:

- `result` (string)

### `check_subscription` (~52 tokens)

Check Subscription

Check whether an EVM address has an active subscription. Returns expiry timestamp and human-readable info.

Input parameters:

- `address` (string, required): The agent's EVM address (0x...), e.g. 0x1234...

Output parameters:

- `result` (string)

### `get_subscription_cost` (~67 tokens)

Get Subscription Cost

Current subscription cost in RLC (dynamic, pegged to USD). Returns live cost from on-chain contract.

Input parameters:

- `tier` (integer, required): Subscription tier: 0 = 1 day ($20), 1 = 3 days ($50), 2 = 7 days ($100)

Output parameters:

- `result` (string)

### `is_arbitrage_profitable` (~59 tokens)

Is Arbitrage Profitable

Evaluate the instantaneous financial viability of spatial electricity arbitrage between PJM West Hub and MISO Indiana Hub wholesale markets. Returns a boolean profitability indicator. Use as a zero-friction pre-flight check before deciding to purchase a full telemetry subscription.

Output parameters:

- `result` (string)

### `get_telemetry` (~107 tokens)

Get Telemetry

Retrieve the premium analytical energy signal computed inside the Intel TDX enclave. Returns the complete spatial arbitrage vector (direction: -1, 0, +1) and current price spread index between PJM and MISO. Executed as a static on-chain view call. Requires an active, unexpired paid RLC subscription for the provided address.

Input parameters:

- `subscriber_address` (string, required): EVM address that has an active RLC subscription, e.g. 0x1234...

Output parameters:

- `result` (string)

### `build_subscription_tx` (~152 tokens)

Build Subscription Transaction

Generate the cryptographic transaction calldata required to purchase a subscription on Arbitrum One. Output covers a two-step payload: ERC-20 RLC token approve followed by contract purchaseSubscription. This tool strictly builds calldata and does not submit transactions; the calling agent must sign and broadcast the payload externally.

Input parameters:

- `agent_address` (string, required): EVM address of the agent that will receive the subscription, e.g. 0x1234...
- `sponsor_address`: Optional EVM address of a sponsor who pays for the agent's subscription
- `tier` (integer, required): Subscription tier: 0 = 1 day ($20), 1 = 3 days ($50), 2 = 7 days ($100)

Output parameters:

- `result` (string)

### `get_connection_info` (~41 tokens)

Connection Info

Retrieve integration and transport configuration guides for connecting this oracle to AI clients (Claude Desktop, Cursor, MCP clients), including the complete list of accessible tools and capabilities.

Output parameters:

- `result` (string)

### `get_sdk_template` (~54 tokens)

Get SDK Template

Get the FULL Python SDK code (ai_agent_oracle_client.py). Auto-cycle: check subscription → purchase (approve + purchase, RLC) → read signal. Suitable for non-MCP agents running on web3.py.

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dornansgar390-hue-energy-oracle/energy-arbitrage#diagnostics

## Score history

- 2026-09-20: 43
- 2026-09-19: 43
- 2026-09-18: 43
- 2026-09-17: 23
- 2026-09-16: 23
- 2026-09-15: 23
- 2026-09-14: 23
- 2026-09-13: 23
- 2026-09-12: 23
- 2026-09-11: 23

## Common questions

### What is the PJM vs MISO Energy Arbitrage Oracle MCP server?

PJM vs MISO Energy Arbitrage Oracle is an MCP server listed in the public MCP registry as io.github.dornansgar390-hue/energy-oracle. PJM/MISO energy arbitrage. Intel TDX attested, on-chain every 60 min. MCP tools for AI agents. This page covers its hosted endpoint (https://energy-arbitrage.io/mcp).

### Is the PJM vs MISO Energy Arbitrage Oracle MCP server safe to use?

PJM vs MISO Energy Arbitrage Oracle scores 43 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the PJM vs MISO Energy Arbitrage Oracle MCP server expose?

PJM vs MISO Energy Arbitrage Oracle exposes 9 tools: get_oracle_info, get_oracle_status, check_subscription, get_subscription_cost, is_arbitrage_profitable, and 4 more. Their descriptions and schemas cost roughly 643 tokens of context every time the server is loaded.

### Does the PJM vs MISO Energy Arbitrage Oracle MCP server require authentication?

Its publisher declares no required credentials for PJM vs MISO Energy Arbitrage Oracle. We have not been able to confirm that against the live endpoint, and a server can require authorisation without declaring it here.

### Is the PJM vs MISO Energy Arbitrage Oracle MCP server still maintained?

PJM vs MISO Energy Arbitrage Oracle is still listed in the MCP registry, though our most recent checks did not reach this channel. We last reached this channel on 18 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://energy-arbitrage.io/mcp
- Repository: https://github.com/dornansgar390-hue/energy-oracle-group
- Changelog RSS feed: https://verifymcp.io/servers/dornansgar390-hue-energy-oracle/energy-arbitrage.xml
- Changelog JSON feed: https://verifymcp.io/servers/dornansgar390-hue-energy-oracle/energy-arbitrage.json
- HTML version of this page: https://verifymcp.io/servers/dornansgar390-hue-energy-oracle/energy-arbitrage
