agent

wowok-ai/agent
★ 0 stars TypeScript AI/LLM Updated 5d ago
WoWok MCP Server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent": {
      "command": "npx",
      "args": [
        "-y",
        "wowok-ai/agent"
      ]
    }
  }
}

README Excerpt

MCP (Model Context Protocol) server implementation for AI agents to interact with the WoWok blockchain protocol. ``` agent/ ├── mcp/ # MCP server core implementation │ ├── src/ │ │ ├── index.ts # MCP server entry point, registers all tools │ │ ├── schema/ # Zod Schema definitions

Tools (16)

allocationarbitrationcontactdemandgen_passportguardmachineorderpaymentpermissionpersonalprogressrepositoryrewardservicetreasury