apiz-sdk

xuliang2024/apiz-sdk
★ 1 stars TypeScript 🤖 AI/LLM Updated 6d ago
Official multi-language SDKs (TypeScript / Python / Go) and MCP server for apiz.ai
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apiz-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "xuliang2024/apiz-sdk"
      ]
    }
  }
}

README Excerpt

Official multi-language SDKs and a single-binary CLI for the parsing, account management). All four products share the same backend contract and behavior. | Product | npm / PyPI name | Path | Install | Purpose | |---|---|---|---|---| | TypeScript SDK | **`apiz-sdk`** | [packages/sdk](packages/sdk) | `npm install apiz-sdk` | Node 18+ / Bun / Deno / browsers |