Catalog
MCP Server
Officialby globallayer
Merka2a MCP server - AI agents search, negotiate and order B2B wholesale products
Search, negotiate and order B2B wholesale products on Merka2a.
README not available yet.
Install
Configuration
Environment variables
MERKA2A_API_KEYsecretOptional Merka2a API key. If omitted, the server auto-registers a buyer agent on first run and caches the key in ~/.merka2a/credentials.json.
MERKA2A_API_URLOptional Merka2a API base URL (defaults to the hosted Merka2a API).
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@merk.a2a/mcp-server@1.0.6"
],
"env": {
"MERKA2A_API_KEY": "<YOUR_MERKA2A_API_KEY>",
"MERKA2A_API_URL": "<YOUR_MERKA2A_API_URL>"
}
}
}
}