MCP Server
SDKs require developer integration. MCP exposes ExergyNet as callable tools for autonomous agents — no custom integration required.
The exergynet-mcp-server package is planned as part of Phase 8. The specification below reflects the intended interface. Subscribe to the GitHub repository for release announcements.
Agent-native access
The TypeScript SDK requires code-level integration. The MCP server exposes the same LNES-01 capabilities as structured, callable tools that autonomous agents can discover and invoke directly.
Any MCP-compatible agent runtime — Claude, ElizaOS, Swarms, custom orchestrators — can connect to ExergyNet without writing SDK integration code.
Installation
npm install -g exergynet-mcp-server
Agent configuration
Add ExergyNet to your agent's MCP server configuration:
{
"mcpServers": {
"exergynet": {
"command": "npx",
"args": ["exergynet-mcp-server"]
}
}
}
Exposed tools
SDK integration
If you need lower-level control, the TypeScript SDK is available now on npm.