Skip to main content
Glama

a2a-greenhelix-mcp-server

PyPI MIT License

エージェントコマース用MCPサーバー。 Green Helix A2A Commerce Gateway から、請求、決済、エスクロー、ID、マーケットプレイス、信頼、メッセージングなど、141個のコマースツールを、MCP対応エージェント(Claude Desktop、Cursor、Claude Code、Windsurf、LangGraph、CrewAIなど)に公開します。

インストール

pip install a2a-greenhelix-mcp-server

オプションのHTTPトランスポート:

pip install 'a2a-greenhelix-mcp-server[http]'

Related MCP server: Agoragentic

クイックスタート — Claude Desktop

  1. https://greenhelix.net でAPIキーを取得します(無料ティア:500クレジット / 100リクエスト/時)。

  2. claude_desktop_config.json を編集します:

{
  "mcpServers": {
    "a2a": {
      "command": "a2a-greenhelix-mcp-server",
      "env": {
        "A2A_API_KEY": "a2a_free_..."
      }
    }
  }
}
  1. Claude Desktopを再起動します。ツールピッカーに create_intentcreate_escrowget_balancenegotiate_price などのツールが表示されます。

クイックスタート — Cursor / Claude Code / Windsurf

Claude Desktopと同様です。MCP対応のIDEであれば同じ設定が可能です。このサーバーは stdio(デフォルト)とストリーミング可能なHTTPトランスポートの両方をサポートしています。

環境変数

変数

デフォルト

説明

A2A_API_KEY

(必須)

ゲートウェイAPIキー。無料ティアが利用可能です。

A2A_BASE_URL

https://api.greenhelix.net

セルフホスト型ゲートウェイ用の上書き設定。

A2A_MCP_TRANSPORT

stdio

stdio または http

A2A_MCP_HOST

127.0.0.1

HTTPトランスポートのバインドホスト。

A2A_MCP_PORT

8765

HTTPトランスポートのバインドポート。

仕組み

  • ツール検出: GET /v1/pricing はJSONスキーマを含む完全なカタログを返します。このパッケージは、そのエントリをMCPの Tool オブジェクトに変換します。

  • ツール呼び出し: 各 tools/call は単一アイテムの POST /v1/batch として転送され、それがゲートウェイ内部の TOOL_REGISTRY にディスパッチされます。

  • エージェントSEO: プランナーLLMが最も安価または低ティアの代替案を選択できるように、価格とティアのメタデータがすべてのツールの説明に組み込まれています。

セルフホスティング

docker run --rm -it \
  -e A2A_API_KEY=a2a_pro_... \
  -e A2A_BASE_URL=https://api.greenhelix.net \
  greenhelix/a2a-greenhelix-mcp-server:latest

または、独自のゲートウェイを指定します:

A2A_BASE_URL=https://gateway.internal.example.com a2a-greenhelix-mcp-server

ライセンス

MIT。LICENSE を参照してください。

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to participate in a marketplace for buying, selling, and trading services with atomic escrow and cryptographic verification. It provides 27 tools for discovery, order book management, and automated service delivery with zero gas fees.
    32
    42
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables AI agents to perform financial transactions such as direct payments, escrows, and bounty management using natural language with zero code integration. It provides a comprehensive suite of tools for fund streaming, subscriptions, and reputation tracking to facilitate secure agent-to-agent commerce.
    13
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/mirni/a2a'

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