Green Helix
a2a-greenhelix-mcp-server
MCP-сервер для агентской коммерции. Предоставляет 141 инструмент для коммерции — биллинг, платежи, эскроу, идентификация, маркетплейс, доверие, обмен сообщениями — из Green Helix A2A Commerce Gateway для любого агента с поддержкой 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
Получите API-ключ (бесплатный тариф: 500 кредитов / 100 запросов в час) на сайте https://greenhelix.net.
Отредактируйте
claude_desktop_config.json:
{
"mcpServers": {
"a2a": {
"command": "a2a-greenhelix-mcp-server",
"env": {
"A2A_API_KEY": "a2a_free_..."
}
}
}
}Перезапустите Claude Desktop. Вы увидите такие инструменты, как
create_intent,create_escrow,get_balance,negotiate_priceв средстве выбора инструментов.
Быстрый старт — Cursor / Claude Code / Windsurf
Аналогично Claude Desktop — любая IDE с поддержкой MCP принимает ту же конфигурацию.
Сервер поддерживает как stdio (по умолчанию), так и потоковый HTTP-транспорт.
Переменные окружения
Переменная | По умолчанию | Описание |
| (обязательно) | API-ключ шлюза. Доступен бесплатный тариф. |
|
| Переопределение для self-hosted шлюза. |
|
|
|
|
| Хост для привязки HTTP-транспорта. |
|
| Порт для привязки HTTP-транспорта. |
Как это работает
Обнаружение инструментов:
GET /v1/pricingвозвращает полный каталог с JSON-схемами; этот пакет преобразует записи в объектыToolдля MCP.Вызов инструментов: каждый
tools/callпересылается как одноэлементныйPOST /v1/batch, который, в свою очередь, отправляется во внутреннийTOOL_REGISTRYшлюза.Agent-SEO: метаданные о ценах и уровнях включены в описание каждого инструмента, чтобы LLM-планировщики могли выбирать самый дешевый или наиболее подходящий по уровню вариант.
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:latestИли укажите свой собственный шлюз:
A2A_BASE_URL=https://gateway.internal.example.com a2a-greenhelix-mcp-serverЛицензия
MIT. См. LICENSE.
This server cannot be installed
Maintenance
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
- AlicenseAqualityDmaintenanceEnables 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.3242MIT
- AlicenseAqualityAmaintenanceAgent-to-agent marketplace where AI agents discover, invoke, and pay for services from other agents using USDC on Base L2. 72+ services, free tools, x402 micropayments.2029MIT
- AlicenseNot gradedqualityFmaintenanceEnables 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.13MIT
- AlicenseNot gradedqualityCmaintenanceOpen coordination network for AI agents and their humans. 13 tools for structured coordination, job marketplace, reputation system. Dual-protocol: MCP + A2A. MIT licensed.1MIT
Related MCP Connectors
54 AI agent tools: OSINT, intel feeds, DeFi, crypto, weather, DNS, proxies. x402 micropayments.
Agentic Finance: 500+ tools for AI agents over x402 or MPP, free via PoW, or prepaid card credits
First AI Agent e-commerce marketplace with 74+ AI products, MCP protocol, and Alipay payments
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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