Skip to main content
Glama
Tunzaa

Tunzaa MCP Server

Official
by Tunzaa

Tunzaa MCP 服务器

AI 驱动支付集成的基础

Tunzaa MCP 服务器是一款以开发者为中心的工具,旨在帮助您将 Tunzaa 支付集成到您的应用程序中。它提供高保真的基础数据,使 AI 代理能够为 Tunzaa 生态系统生成完美、无幻觉的集成代码、样板和 Webhook 处理程序。

🚀 快速启动(最快方式)

您可以直接从 GitHub 运行服务器,无需克隆或安装依赖项。只需使用下方适合您编辑器的配置即可。


🛠️ 编辑器设置

1. Claude Desktop

将其添加到您的 claude_desktop_config.json 中:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "tunzaa": {
      "command": "npx",
      "args": ["-y", "github:Tunzaa/tunzaa_mcp"]
    }
  }
}

2. Cursor

  1. 前往 Settings -> Features -> MCP

  2. 点击 + Add New MCP Server

  3. 名称: Tunzaa

  4. 类型: command

  5. 值: npx -y github:Tunzaa/tunzaa_mcp

3. Windsurf

将其添加到您的 ~/.codeium/config.json 中:

{
  "mcpServers": {
    "tunzaa": {
      "command": "npx",
      "args": ["-y", "github:Tunzaa/tunzaa_mcp"]
    }
  }
}

4. Antigravity (编码助手)

如果您在此存储库中工作,Antigravity 可以自动检测并使用此服务器;或者您也可以在会话期间将其直接指向 GitHub URL 以获取基础数据。

5. 通用 (其他 MCP 客户端)

对于任何其他兼容 MCP 的客户端,执行命令为: npx -y github:Tunzaa/tunzaa_mcp


功能特性

  • Vibe Coder 优化:旨在帮助 AI 代理正确理解和实现 Tunzaa API,无需实时凭据。

  • 默认模拟模式:生成与真实 Tunzaa API 结构匹配的“黄金”模拟数据。

  • 零配置:使用 npx 方法在几秒钟内即可运行。

  • 实时模式 (可选):支持针对 Tunzaa 沙盒/生产环境的实时验证。

使用方法 (实时模式)

若要让 AI 验证来自您 Tunzaa 账户的真实数据(例如检查交易状态),请将您的凭据添加到配置的 env 块中:

"env": {
  "TUNZAA_API_KEY": "your_api_key",
  "TUNZAA_SECRET_KEY": "your_secret_key",
  "TUNZAA_ENVIRONMENT": "sandbox"
}

本地开发 (克隆)

如果您想贡献代码或修改服务器:

  1. git clone https://github.com/Tunzaa/tunzaa_mcp.git

  2. cd tunzaa_mcp && pnpm install && pnpm run build

  3. 在您的配置中使用本地路径:"args": ["/ABSOLUTE/PATH/TO/tunzaa_mcp/dist/index.js"]

许可证

ISC

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tunzaa/tunzaa_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server