UNPKG

wowok_query_mcp_server

Version:

A server for handling queries in the WOWOK protocol.

50 lines (41 loc) 1.84 kB
# WoWok Query MCP Server A server for handling queries in the WOWOK protocol: 1. The account, personal information, address names and tags, etc. that are recorded on the local device. 2. Basic information of the WoWok protocol. 3. Data and tables of the objects on the chain. 4. Chain events of the WoWok objects. 5. Permission information of any address for a certain Permission object. 6. Passive receiving Payment objects of the Order or Treasury objects. ## 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](https://github.com/wowok-ai/wowok) Wowok Agent for AI: [https://github.com/wowok-ai/wowok_agent](https://github.com/wowok-ai/wowok_agent) MCP Server: [https://github.com/wowok-ai/mcp_server](https://github.com/wowok-ai/mcp_server) Standalone MCP Servers: [https://github.com/wowok-ai/mcpServers](https://github.com/wowok-ai/mcpServers) Website: [https://wowok.net/](https://wowok.net/) Docs: [https://github.com/wowok-ai/wowok/wiki](https://github.com/wowok-ai/wowok/wiki) X: [https://x.com/Wowok_Ai](https://x.com/Wowok_Ai) ## Setup #### NPX ```json { "mcpServers": { "wowok": { "command": "npx", "args": [ "-y", "wowok_query_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](https://www.npmjs.com/package/wowok_personal_mcp_server) #### Examples