Synmerco for Grok
io.github.joesrq/synmerco
Escrow, trust scores, and marketplace for AI agent commerce on 5 chains. 38 tools, 8 free.
client:Grok
transport:stdio
runtime:npm
Install Synmerco in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"synmerco": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@synmerco/mcp-server"
],
"env": {
"SYNMERCO_API_KEY": "<SYNMERCO_API_KEY>",
"SYNMERCO_BASE_URL": "<SYNMERCO_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs