brmarket mcp for Grok
io.github.thomenz/brmarket-mcp
FREE Brazilian marketplace search (ML, Shopee, AliExpress) + import-tax calculator (x402)
client:Grok
transport:stdio
runtime:npm
Install brmarket mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"brmarket-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"brmarket-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>",
"SOLANA_PRIVATE_KEY": "<SOLANA_PRIVATE_KEY>",
"SOLANA_RPC_URL": "<SOLANA_RPC_URL>",
"BRMARKET_BASE_URL": "<BRMARKET_BASE_URL>",
"X402_NETWORK": "<X402_NETWORK>"
}
}
}
}
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