nztapi-mcp-server

awayaz1987-byte/nztapi-mcp-server
★ 0 stars Python AI/LLM Updated 3d ago
MCP Server for nztapi identity verification APIs — Chinese ID card, phone, bank card verification & SMS for Claude/Cursor AI assistants
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": {
    "nztapi-mcp-server": {
      "command": "uvx",
      "args": [
        "nztapi-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install nztapi-mcp-server