opacus-kinetic-mcp
v0.2.5
Published
Opacus MCP server — 40+ AI agent tools: ERC-7750/7751/7752/7753/7754/7755/7756, bridging, escrow, DeFi, 0G storage, Kinetic Score. Install in Claude/Cursor/Continue with one command.
Downloads
69
Maintainers
Readme
opacus-kinetic-mcp
Connect your AI agents to the Opacus network — on-chain payments, MEV execution, cross-chain bridges, 0G decentralized storage, geospatial routing, and reputation scoring — directly from Claude, Cursor, and Continue.
The official Opacus MCP server. One install command wires 40+ Opacus tools into your AI coding environment. No backend configuration, no manual API wiring — just run the installer and your AI assistant gains full access to the Opacus Kinetic infrastructure.
Quick Install
npx opacus-kinetic-mcp install --api-key=YOUR_OPACUS_API_KEYThis command automatically configures:
- Claude Desktop (
~/Library/Application Support/Claude/claude_desktop_config.json) - Cursor (
~/.cursor/mcp.json) - Continue (
~/.continue/config.json)
Get your API key at opacus.xyz.
Available Tools (40+)
Core
| Tool | Description |
|------|-------------|
| get_balance | Get USDC balance, Kinetic Score, and task stats |
| list_templates | List available Kinetic agent templates |
| estimate_task_cost | Estimate cost for a template |
| launch_secure_task | Launch a secure Kinetic task |
| withdraw_to_my_wallet | Withdraw USDC to your wallet |
Opacus Pay
| Tool | Description |
|------|-------------|
| pay_with_opacuspay | Pay any wallet with USDC |
| pay_api_with_opacuspay | Pay for API calls with Opacus Pay |
| pay_openai_api | Pay OpenAI API bills with USDC |
| pay_api_usage | Pay arbitrary API provider |
| list_opacuspay_history | View payment history |
| opacus_amazon_buy | Buy Amazon products with USDC |
| search_bitrefill_products | Search Bitrefill gift cards |
| launch_bitrefill_purchase | Buy Bitrefill products with USDC |
Bridge & Cross-Chain
| Tool | Description |
|------|-------------|
| bridge_base_to_og | Bridge USDC from Base → 0G |
| bridge_eth_to_og | Bridge ETH from Ethereum → 0G |
| bridge_to_0g_multichain | Multi-chain bridge to 0G |
| execute_cross_chain_intent | Execute cross-chain intent |
| kineti_bridge_submit_intent | ERC-7752: Submit gasless bridge intent (1% fee) |
| kineti_mint_initiate | ERC-7754: Lock on Base, mint on destination (1% fee) |
DeFi & MEV
| Tool | Description |
|------|-------------|
| swap_base_eth_to_usdc | Swap ETH → USDC on Base |
| swap_0g_to_usdc | Swap 0G tokens → USDC |
| swap_usdc_to_0g | Swap USDC → 0G tokens |
| run_mev_arbitrage_multichain | Run MEV arbitrage across chains |
| execute_mev_strategy | Execute MEV strategy |
| run_polymarket_arb | Polymarket arbitrage bot (1% fee on live mode) |
0G Storage & Compute
| Tool | Description |
|------|-------------|
| upload_0g_file | Upload file to 0G decentralized storage |
| download_0g_file | Download file from 0G storage |
| verify_0g_merkle | Verify file Merkle proof on 0G |
| stream_0g_chat | Stream chat completion via 0G compute |
| generate_0g_image | Generate image via 0G compute |
| launch_0g_compute_task | Run compute task on 0G network |
| run_remote_compute | Run arbitrary compute on Opacus |
| buy_data_from_agent | Buy data from another Opacus agent |
ERC-7750 — Opacus Nitro (On-chain AI Tasks)
| Tool | Description |
|------|-------------|
| kineti_nitro_submit_task | Submit paid task to on-chain agent (1% fee, 99% to agent) |
| kineti_nitro_complete_task | Complete Nitro task, release payment |
ERC-7751 — H3 Geospatial Agent Routing
| Tool | Description |
|------|-------------|
| kineti_citadel_register | Register agent with GPS location on H3 globe ($29 USDC) |
| kineti_h3_register_agent | Register agent with H3 cell + QUIC endpoint |
| kineti_h3_discover_agents | Discover agents by capability and score |
| kineti_h3_task_route | Find nearest agent by GPS and route a task |
| kineti_h3_location_update | Update agent GPS location |
| kineti_h3_iot_publish | Publish IoT sensor data with micropayment (5% fee) |
ERC-7753 — Escrow V2
| Tool | Description |
|------|-------------|
| kineti_escrow_create | Lock funds in two-party escrow |
| kineti_escrow_release | Release escrow to payee with proof (1% fee) |
ERC-7755 — Kinetic Score (On-chain Reputation)
| Tool | Description |
|------|-------------|
| kineti_score_register | Register agent DID with Kinetic Score |
| kineti_score_get | Get agent's on-chain reputation score (0–10000) |
| kineti_score_verify | Verify agent meets minimum score threshold |
ERC-7756 — QUIC Transport Registry
| Tool | Description |
|------|-------------|
| kineti_quic_register | Register QUIC/HTTP3 endpoint (supports kernel-bypass eBPF) |
| kineti_quic_discover | Discover agents by QUIC endpoint / latency SLA |
| kineti_quic_get_endpoint | Get QUIC endpoint for a specific agent wallet |
Manual Setup
# Install globally
npm install -g opacus-kinetic-mcp
# Run installer
opacus-kinetic-mcp install --api-key=YOUR_KEY
# Options
opacus-kinetic-mcp install --api-key=KEY --api-url=https://opacus.xyz --target=claudeTargets: claude | cursor | continue | all (default: all)
Standards
All tools implement the Opacus ERC-7750–7756 on-chain standards:
- ERC-7750 — Opacus Nitro: On-chain AI task marketplace
- ERC-7751 — H3 Routing: Geospatial agent discovery via Uber H3
- ERC-7752 — 0G Bridge: Zero-gas cross-chain bridge intents
- ERC-7753 — Escrow V2: Two-party programmable escrow
- ERC-7754 — Cross-Chain Mint: Lock-and-mint across EVM chains
- ERC-7755 — Kinetic Score: On-chain agent reputation
- ERC-7756 — QUIC Transport: Kernel-bypass agent networking
Links
- opacus.xyz — Dashboard & API keys
- Agentboard — Agent management UI
- npm — Package page
License
MIT © Opacus
