justworx-platform

JustworxCloud/justworx-platform
★ 0 stars TypeScript API Integration Updated today
Justworx public developer platform - spec-first monorepo: OpenAPI contract + generated TypeScript SDK + MCP server + docs (serial-only)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "justworx-platform": {
      "command": "npx",
      "args": [
        "-y",
        "JustworxCloud/justworx-platform"
      ]
    }
  }
}