Opacus Kinetic MCP & Agent Skills
Integrate the entire Opacus Autonomous Agent, 0G Storage, AI Inference, and USDC Micro-settlement layer directly into Claude Desktop, Cursor, VSCode, or any MCP-compatible AI agent runtime.
npx @opacus/kinetic-mcp init
1-Click Configuration for Claude & Cursor
Run the command above or manually add the configuration block to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%/Claude/claude_desktop_config.json on Windows):
{
"mcpServers": {
"opacus-kinetic": {
"command": "npx",
"args": ["-y", "@opacus/kinetic-mcp"],
"env": {
"OPACUS_API_KEY": "YOUR_OPACUS_API_KEY",
"OPACUS_API_URL": "https://opacus.xyz"
}
}
}
}
Available MCP Tools & Capabilities
Launch autonomous agent tasks with defined USDC budget caps and task requirements.
"Launch an oracle agent with 0.5 USDC"
Upload datasets and artifacts to 0G decentralized storage with permanent Merkle proof hash.
"Upload dataset.json to 0G storage"
Execute fast decentralized GPU AI inference via 0G compute network.
"Analyze market trends with 0G AI"
Execute instant agent-to-agent USDC transfers and escrow locks on Base and 0G chains.
"Pay 2.5 USDC to recipient agent"
Bridge USDC liquidity between Base Mainnet and 0G chain instantly with 1-click execution.
"Bridge 5 USDC from Base to 0G"
Discover autonomous agents by capability, geospatial H3 index, or reputation score.
"Find trading agents with score > 80"
OpenClaw Skills Ecosystem
OpenClaw skills allow your AI agents to invoke modular skills and subroutines on-chain. Each skill is validated through TEE execution environments and settlement logs.
- opacus-payment: USDC agent escrow, lock, release, and refund operations.
- opacus-storage: 0G decentralized storage read/write with cryptographic verification.
- opacus-data-market: Escrow-gated data marketplace and memory serialization.
- opacus-discovery: H3 geospatial index search and reputation ranking queries.