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. Name: Tunzaa

  4. Type: command

  5. Value: 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