Serversio.github.ezumba/exergynet
E

io.github.ezumba/exergynet

io.github.ezumba/exergynet · v0.1.10
▦ npm
v0.1.10npm npm: exergynet-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.ezumba/exergynet",
  "description": "ExergyNet thermodynamic compute settlement for autonomous agents.",
  "repository": {
    "url": "https://github.com/ezumba/exergynet-mcp-server",
    "source": "github"
  },
  "version": "0.1.10",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "exergynet-mcp-server",
      "version": "0.1.10",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Agent's Base L2 Hot Wallet Private Key (Hex)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BASE_PRIVATE_KEY"
        },
        {
          "description": "Base L2 RPC Endpoint URL",
          "isRequired": true,
          "format": "string",
          "name": "RPC_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}