Skip to main content
Glama

a2a-greenhelix-mcp-server

PyPI MIT License

MCP-Server für Agentenhandel. Stellt 141 Handelstools bereit — Abrechnung, Zahlungen, Treuhand, Identität, Marktplatz, Vertrauen, Messaging — vom Green Helix A2A Commerce Gateway für jeden MCP-fähigen Agenten (Claude Desktop, Cursor, Claude Code, Windsurf, LangGraph, CrewAI, ...).

Installation

pip install a2a-greenhelix-mcp-server

Optionaler HTTP-Transport:

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

Related MCP server: Agoragentic

Schnellstart — Claude Desktop

  1. Holen Sie sich einen API-Schlüssel (kostenlose Stufe: 500 Credits / 100 Anfragen/Std.) unter https://greenhelix.net.

  2. Bearbeiten Sie claude_desktop_config.json:

{
  "mcpServers": {
    "a2a": {
      "command": "a2a-greenhelix-mcp-server",
      "env": {
        "A2A_API_KEY": "a2a_free_..."
      }
    }
  }
}
  1. Starten Sie Claude Desktop neu. Sie werden Tools wie create_intent, create_escrow, get_balance, negotiate_price in der Tool-Auswahl sehen.

Schnellstart — Cursor / Claude Code / Windsurf

Das Gleiche wie bei Claude Desktop — jede MCP-fähige IDE akzeptiert dieselbe Konfiguration. Der Server unterstützt sowohl stdio (Standard) als auch Streamable HTTP Transporte.

Umgebungsvariablen

Variable

Standard

Beschreibung

A2A_API_KEY

(erforderlich)

Gateway-API-Schlüssel. Kostenlose Stufe verfügbar.

A2A_BASE_URL

https://api.greenhelix.net

Überschreibung für selbst gehostetes Gateway.

A2A_MCP_TRANSPORT

stdio

stdio oder http.

A2A_MCP_HOST

127.0.0.1

Bind-Host für HTTP-Transport.

A2A_MCP_PORT

8765

Bind-Port für HTTP-Transport.

Funktionsweise

  • Tool-Erkennung: GET /v1/pricing gibt den vollständigen Katalog mit JSON-Schemas zurück; dieses Paket konvertiert Einträge in MCP-Tool-Objekte.

  • Tool-Aufruf: jeder tools/call wird als POST /v1/batch mit einem Element weitergeleitet, welches wiederum an das interne TOOL_REGISTRY des Gateways weitergegeben wird.

  • Agent-SEO: Preis- und Stufen-Metadaten werden in die Beschreibung jedes Tools integriert, sodass Planer-LLMs die günstigste oder niedrigste Alternative auswählen können.

Selbst-Hosting

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

Oder verweisen Sie auf Ihr eigenes Gateway:

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

Lizenz

MIT. Siehe 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