Skip to main content
Glama

a2a-greenhelix-mcp-server

PyPI MIT License

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

  1. Получите API-ключ (бесплатный тариф: 500 кредитов / 100 запросов в час) на сайте https://greenhelix.net.

  2. Отредактируйте claude_desktop_config.json:

{
  "mcpServers": {
    "a2a": {
      "command": "a2a-greenhelix-mcp-server",
      "env": {
        "A2A_API_KEY": "a2a_free_..."
      }
    }
  }
}
  1. Перезапустите Claude Desktop. Вы увидите такие инструменты, как create_intent, create_escrow, get_balance, negotiate_price в средстве выбора инструментов.

Быстрый старт — Cursor / Claude Code / Windsurf

Аналогично Claude Desktop — любая IDE с поддержкой MCP принимает ту же конфигурацию. Сервер поддерживает как stdio (по умолчанию), так и потоковый HTTP-транспорт.

Переменные окружения

Переменная

По умолчанию

Описание

A2A_API_KEY

(обязательно)

API-ключ шлюза. Доступен бесплатный тариф.

A2A_BASE_URL

https://api.greenhelix.net

Переопределение для self-hosted шлюза.

A2A_MCP_TRANSPORT

stdio

stdio или http.

A2A_MCP_HOST

127.0.0.1

Хост для привязки HTTP-транспорта.

A2A_MCP_PORT

8765

Порт для привязки 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.

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