Back to Browse

Fonzip MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

This MCP server provides API access to Fonzip (a Turkish nonprofit CRM platform) with proper OAuth2 authentication and token caching. The codebase demonstrates good security practices including env-var-based credential storage and read-only schema generation. However, several moderate concerns exist: personal data (names, emails, phone numbers, tax IDs, IBANs) flows through the model context without encryption, token cache file permissions require manual verification, and the server supports destructive operations (delete) without built-in safeguards. Permissions are appropriate for the category (network access for API calls, env vars for credentials), but users must understand data handling implications. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

Fonzip API client id. Fonzip > Ayarlar > Gelismis > Fonzip API menusunden olusturulur.Required

Environment variable: FONZIP_CLIENT_ID

Fonzip API client secret.Required

Environment variable: FONZIP_CLIENT_SECRET

Tool semasi ayrintisi: full (varsayilan) veya compact.Optional

Environment variable: FONZIP_SCHEMA_MODE

Fonzip API adresi.Optional

Environment variable: FONZIP_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ubaranzorlu-fonzip": {
      "env": {
        "FONZIP_BASE_URL": "your-fonzip-base-url-here",
        "FONZIP_CLIENT_ID": "your-fonzip-client-id-here",
        "FONZIP_SCHEMA_MODE": "your-fonzip-schema-mode-here",
        "FONZIP_CLIENT_SECRET": "your-fonzip-client-secret-here"
      },
      "args": [
        "-y",
        "@ubaranzorlu/fonzip-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!