
Exergynet
Settle autonomous-agent compute usage on Base L2 through ExergyNet thermodynamic billing from your coding agent.
Overview
io.github.ezumba/exergynet is an Operate-phase MCP server that connects your agent to ExergyNet thermodynamic compute settlement on Base L2.
What is this MCP server?
- stdio MCP server package exergynet-mcp-server (npm v0.1.10)
- Thermodynamic compute settlement tailored to autonomous agents
- Base L2 hot-wallet flows via BASE_PRIVATE_KEY and RPC_URL
- GitHub source: ezumba/exergynet-mcp-server
- Server version 0.1.10
- Transport: stdio
- 2 required secret/env vars: BASE_PRIVATE_KEY, RPC_URL
What problem does it solve?
Autonomous agents burn compute without a simple, agent-callable way to settle usage on-chain from your editor.
Who is it for?
Solo builders running wallet-funded autonomous agents on Base who want settlement inside Claude Code, Cursor, or Codex.
Skip if: Teams that need off-chain SaaS invoicing only, no crypto wallet ops, or no agent workloads to meter.
What do I get? / Deliverables
Your agent can drive ExergyNet settlement against Base using configured wallet and RPC credentials over MCP stdio.
- Registered stdio MCP server in agent config
- Agent-callable ExergyNet settlement against configured Base wallet
Recommended MCP Servers
Journey fit
Compute settlement and on-chain payment are production concerns once agent workloads run continuously, not early ideation. Infra covers wallet-backed RPC integrations and protocol-level resource accounting for live agent systems.
How it compares
On-chain agent compute settlement MCP, not a prompt library or bug tracker.
Common Questions / FAQ
Who is io.github.ezumba/exergynet for?
Indie and solo developers operating autonomous agents on Base L2 who want thermodynamic compute settlement reachable from MCP-enabled coding agents.
When should I use io.github.ezumba/exergynet?
Use it when agent loops need metered compute settlement on Base and you are ready to configure a hot wallet private key and RPC URL in production or staging.
How do I add io.github.ezumba/exergynet to my agent?
Install the npm package exergynet-mcp-server, add a stdio MCP entry in your agent config, and set BASE_PRIVATE_KEY and RPC_URL as required environment variables.