Green Helix
a2a-greenhelix-mcp-server
에이전트 커머스를 위한 MCP 서버. Green Helix A2A Commerce Gateway에서 제공하는 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
https://greenhelix.net에서 API 키를 발급받으세요(무료 티어: 500 크레딧 / 시간당 100회 요청).
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과 동일합니다. MCP를 지원하는 모든 IDE에서 동일한 설정을 사용할 수 있습니다. 이 서버는 stdio(기본값) 및 Streamable HTTP 전송을 모두 지원합니다.
환경 변수
변수 | 기본값 | 설명 |
| (필수) | 게이트웨이 API 키. 무료 티어 이용 가능. |
|
| 자체 호스팅 게이트웨이용 오버라이드. |
|
|
|
|
| HTTP 전송 바인드 호스트. |
|
| HTTP 전송 바인드 포트. |
작동 원리
도구 탐색:
GET /v1/pricing은 JSON 스키마가 포함된 전체 카탈로그를 반환하며, 이 패키지는 해당 항목들을 MCPTool객체로 변환합니다.도구 호출: 각
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를 참조하세요.
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