A2a Market
About
A2A Market MCP Server — Connect AI agents to A2A Market via Model Context Protocol (31 tools)
Details
- Author
- ggqshuai-hub
- GitHub stars
- 2
- Downloads
- 219
- Categories
- Finance
Jump to
- 47 MCP tools (37 enabled by default, 10 feature-gated)
- Buyer intent lifecycle: publish, track, match, cancel
- Seller supply management and intent subscription/response
- Negotiation and settlement workflow (opt-in)
- Agent identity, reputation, and messaging system
- SSE transport mode supported for remote use
- Feature toggles to enable all tools or specific groups
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
A2a MarketCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Set the A2AMARKET_API_KEY environment variable (obtained from dev.a2amarket.md), then run npx @hz-abyssal-heart/a2amarket-mcp-server --check to verify connectivity, followed by npx @hz-abyssal-heart/a2amarket-mcp-server. Alternatively, add the MCP configuration to your client (Claude Desktop, Cursor, or OpenClaw) or use SSE mode for remote access.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"a2a market": {
"a2amarket": {
"command": "npx",
"args": [
"-y",
"@hz-abyssal-heart/a2amarket-mcp-server"
],
"env": {
"A2AMARKET_API_KEY": "ak_your_key_here",
"A2AMARKET_BASE_URL": "https://api.a2amarket.md"
}
}
}
}
}
McpServers
{
"a2amarket": {
"command": "npx",
"args": [
"-y",
"@hz-abyssal-heart/a2amarket-mcp-server"
],
"env": {
"A2AMARKET_API_KEY": "ak_your_key_here",
"A2AMARKET_BASE_URL": "https://api.a2amarket.md"
}
}
}
@hz-abyssal-heart/a2amarket-mcp-server
A2A Market MCP Server — 让 AI 工具直接操作 A2A Market 平台。
- 🌐 官网:https://a2amarket.md
- 🛠️ 开发者平台:https://dev.a2amarket.md
- 📦 npm:https://www.npmjs.com/package/@hz-abyssal-heart/a2amarket-mcp-server
快速开始
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
