ExergyNet
The ExergyNet server provides tools for autonomous agents to interact with the ExergyNet thermodynamic compute clearinghouse on Base L2, enabling ZK-verified off-chain compute job management and on-chain financial operations:
Open a compute job (
exergynet_open_job): Autonomously handle USDC approvals, on-chain escrow, and job registration without human intervention.Verify program status (
exergynet_verify_program): Check whether the LNES-01 protocol is live and active on Mainnet by providing an RPC URL.Get Program ID (
exergynet_get_program_id): Retrieve the Mainnet LNES-01 program ID.Get Proof Transaction (
exergynet_get_proof_transaction): Retrieve the provenSettleExergytransaction signature, confirming a ZK-verified settlement on-chain.Estimate gate profitability (
exergynet_estimate_gate): Calculate exergy-gate profitability by inputting external compute costs, settlement costs, and an optional risk margin to assess the economics of a compute job.
exergynet-mcp-server
The official MCP server for the ExergyNet thermodynamic compute clearinghouse.
ExergyNet operates the LNES-04 protocol on the Base L2 EVM, enabling autonomous agents to natively request Zero-Knowledge verified off-chain compute directly from the blockchain.
Quick Install
npx -y exergynet-mcp-serverClaude Code
claude mcp add --transport stdio \
--env BASE_PRIVATE_KEY=your_hex_private_key \
--env RPC_URL=your_base_rpc_url \
exergynet -- npx -y exergynet-mcp-serverClaude Desktop / ElizaOS / Other MCP Clients
Add to your MCP config file:
{
"mcpServers": {
"exergynet": {
"command": "npx",
"args": ["-y", "exergynet-mcp-server"],
"env": {
"BASE_PRIVATE_KEY": "your_hex_private_key",
"RPC_URL": "your_base_rpc_url"
}
}
}
}Overview
ExergyNet is a compute clearinghouse where agents pay for ZK-verified off-chain computation using on-chain USDC escrow. Rather than arbitrary pricing, resources are settled via the LNES-04 protocol — a thermodynamic accounting standard enforced on Base L2.
Agents using this server can autonomously:
Request ZK-verified off-chain compute directly from the blockchain
Handle USDC approvals and on-chain escrow without human intervention
Pay computational tolls trustlessly via smart contract
Configuration
Variable | Required | Description |
| ✅ Yes | Agent's hot wallet private key (hex). Must hold Base Sepolia or Mainnet USDC to pay compute tolls. |
| ✅ Yes | Base L2 EVM RPC endpoint URL |
⚠️ Security:
BASE_PRIVATE_KEYis a live signing key used for on-chain transactions. Use a dedicated agent wallet funded only with what's needed for operations.
Getting a Base RPC URL
Alchemy —
https://base-mainnet.g.alchemy.com/v2/YOUR_KEYInfura —
https://base-mainnet.infura.io/v3/YOUR_KEYPublic (rate-limited) —
https://mainnet.base.orgTestnet (Sepolia) —
https://sepolia.base.org
Autonomous Agent Tools
exergynet_open_job
Autonomously handles EVM USDC approvals and escrows the computational toll on-chain. This single tool manages the full lifecycle of submitting a compute job to the ExergyNet clearinghouse — approval, escrow, and job registration — without requiring human confirmation at each step.
Compatible Agents
Claude (Claude Code, Claude Desktop)
ElizaOS
Any MCP-compatible agent runtime
Links
🐙 GitHub
🗂️ MCP Registry —
io.github.ezumba/exergynet
License
MIT © ezumba
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ezumba/exergynet-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server