JSPM

  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q80408F
  • License ISC

Operations to create or modify an on-chain Repository object using the 'account' field to sign transactions and the 'data' field to define object details. The Repository object enables its manager to declare and manage an on-chain database through consensus names and their independent permission settings, with data retrieval and management based on both address and consensus name. Repositories are widely used for on-chain data maintenance and utilization, such as: a named Repository providing medical data for different patients (addresses) and injury conditions (consensus names) to validate insurance claim conditions; a named Repository offering hourly(with time converted to addresses) diving recommendations (consensus names) for Maldives city to support travel service providers in force majeure service disclaimers; and various data oracles. Repository administrators control permissions for different operations through a Permission object. and may individually set Policies for specific consensus names (including independent write permissions, declarations of consensus content, and data usage rules).

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wowok_repository_mcp_server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    WoWok Repository MCP Server

    Operations to create or modify an on-chain Repository object using the 'account' field to sign transactions and the 'data' field to define object details.
    The Repository object enables its manager to declare and manage an on-chain database through consensus names and their independent permission settings, with data retrieval and management based on both address and consensus name.
    Repositories are widely used for on-chain data maintenance and utilization, such as: a named Repository providing medical data for different patients (addresses) and injury conditions (consensus names) to validate insurance claim conditions; a named Repository offering hourly(with time converted to addresses) diving recommendations (consensus names) for Maldives city to support travel service providers in force majeure service disclaimers; and various data oracles.
    Repository administrators control permissions for different operations through a Permission object. and may individually set Policies for specific consensus names (including independent write permissions, declarations of consensus content, and data usage rules).

    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_repository_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