Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"exergynet": {
"env": {
"RPC_URL": "your_base_rpc_url",
"BASE_PRIVATE_KEY": "your_hex_private_key"
},
"args": [
"-y",
"exergynet-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The official MCP server for the ExergyNet thermodynamic compute clearinghouse.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'exergynet-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked exergynet-mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit.
AI agent control of 3D printers — 432 tools for OctoPrint, Moonraker, Bambu, Prusa, Elegoo
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless.
MCP Security Weekly
Get CVE alerts and security updates for Exergynet Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
npx -y exergynet-mcp-server
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-server
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"
}
}
}
}
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:
| Variable | Required | Description |
|---|---|---|
BASE_PRIVATE_KEY | ✅ Yes | Agent's hot wallet private key (hex). Must hold Base Sepolia or Mainnet USDC to pay compute tolls. |
RPC_URL | ✅ 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.
https://base-mainnet.g.alchemy.com/v2/YOUR_KEYhttps://base-mainnet.infura.io/v3/YOUR_KEYhttps://mainnet.base.orghttps://sepolia.base.orgexergynet_open_jobAutonomously 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.
io.github.ezumba/exergynetMIT © ezumba