Green Helix
Exposes commerce tools for billing, payments, escrow, identity, marketplace, trust, and messaging from the Green Helix A2A Commerce Gateway to CrewAI agents through MCP integration.
Provides commerce capabilities including billing, payments, escrow, identity, marketplace, trust, and messaging from the Green Helix A2A Commerce Gateway to LangGraph agents via MCP tools.
a2a-greenhelix-mcp-server
MCP server for agent commerce. Exposes 141 commerce tools — billing, payments, escrow, identity, marketplace, trust, messaging — from the Green Helix A2A Commerce Gateway to any MCP-aware agent (Claude Desktop, Cursor, Claude Code, Windsurf, LangGraph, CrewAI, ...).
Install
pip install a2a-greenhelix-mcp-serverOptional HTTP transport:
pip install 'a2a-greenhelix-mcp-server[http]'Quickstart — Claude Desktop
Get an API key (free tier: 500 credits / 100 req/hr) at https://greenhelix.net.
Edit
claude_desktop_config.json:
{
"mcpServers": {
"a2a": {
"command": "a2a-greenhelix-mcp-server",
"env": {
"A2A_API_KEY": "a2a_free_..."
}
}
}
}Restart Claude Desktop. You'll see tools like
create_intent,create_escrow,get_balance,negotiate_pricein the tool picker.
Quickstart — Cursor / Claude Code / Windsurf
Same as Claude Desktop — any MCP-aware IDE accepts the same config.
The server supports both stdio (default) and Streamable HTTP
transports.
Environment variables
Variable | Default | Description |
| (required) | Gateway API key. Free tier available. |
|
| Override for self-hosted gateway. |
|
|
|
|
| HTTP transport bind host. |
|
| HTTP transport bind port. |
How it works
Tool discovery:
GET /v1/pricingreturns the full catalog with JSON Schemas; this package converts entries into MCPToolobjects.Tool invocation: each
tools/callis forwarded as a single-itemPOST /v1/batch, which in turn dispatches to the gateway's internalTOOL_REGISTRY.Agent-SEO: pricing and tier metadata are folded into every tool's description so planner LLMs can pick the cheapest or lowest-tier alternative.
Self-hosting
docker run --rm -it \
-e A2A_API_KEY=a2a_pro_... \
-e A2A_BASE_URL=https://api.greenhelix.net \
greenhelix/a2a-greenhelix-mcp-server:latestOr point at your own gateway:
A2A_BASE_URL=https://gateway.internal.example.com a2a-greenhelix-mcp-serverLicense
MIT. See LICENSE.
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