Detalhes do pacote

wowok_arbitration_mcp_server

enoloo665ISC1.4.5

Operations to create or modify an on-chain Arbitration object, where the 'account' field is used to sign transactions and the 'data' field defines object details. The Arbitration object enables its managers to provide dispute arbitration for orders on-cha

web3, AI, wowok, sui

readme (leia-me)

WoWok Arbitraion MCP Server

Operations to create or modify an on-chain Arbitration object, where the 'account' field is used to sign transactions and the 'data' field defines object details.
The Arbitration object enables its managers to provide dispute arbitration for orders on-chain. It facilitates named voting based on descriptions and claims of the dispute object (Arb object) to determine the compensation amount for the order owner. If a Service object declares and accepts this Arbitration object, its arbitration results and compensation requirements will be automatically executed.
When an order owner encounters a dispute with an order, they can initiate arbitration by selecting the Arbitration objects accepted by their Service object, resulting in the generation of a new Arb object.
Arbitration administrators control permissions for different operations through a Permission object.

What is WoWok?

Create, collaborate, and transact on your own terms with the AI-driven web3 collaboration protocol.

Github: https://github.com/wowok-ai/wowok
Wowok Agent for AI: https://github.com/wowok-ai/wowok_agent
MCP Server: https://github.com/wowok-ai/mcp_server
Standalone MCP Servers: https://github.com/wowok-ai/mcpServers
Website: https://wowok.net/
Docs: https://github.com/wowok-ai/docs
X: https://x.com/Wowok_Ai

Setup

NPX

{
  "mcpServers": {
    "wowok": {
      "command": "npx",
      "args": [
        "-y",
        "wowok_arbitration_mcp_server"
      ]
    }
  }
}

How to use

Ask Your AI Client

Functions provided by the MCP server, how to use, and scenario introduction.

Create Your Account

Create a new account through the 'wowok_personal_mcp_server', and transfer some SUI tokens to the new account via the faucet or another wallet.
wowok_personal_mcp_server:https://www.npmjs.com/package/wowok_personal_mcp_server

Examples