Skip to content
Grok

fonzip for Grok

io.github.ubaranzorlu/fonzip

Dernek ve vakiflar icin Fonzip API v2 MCP sunucusu: bagis, uye, aidat ve etkinlik verileri.

client:Grok transport:stdio runtime:npm

Install fonzip in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fonzip": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ubaranzorlu/fonzip-mcp"
      ],
      "env": {
        "FONZIP_CLIENT_ID": "<FONZIP_CLIENT_ID>",
        "FONZIP_CLIENT_SECRET": "<FONZIP_CLIENT_SECRET>",
        "FONZIP_SCHEMA_MODE": "<FONZIP_SCHEMA_MODE>",
        "FONZIP_BASE_URL": "<FONZIP_BASE_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

fonzip in other clients