MCP Server
MCP
io.github.thomenz/brmarket-mcp
Brazilian marketplace search (ML, Shopee, AliExpress) + free import-tax calculator (x402)
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "brmarket-mcp",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "0x private key of a DEDICATED wallet holding USDC on Base (pays per call). Paid tools return 402 without it.",
"format": "string",
"isSecret": true,
"name": "EVM_PRIVATE_KEY"
},
{
"description": "base58 or JSON-array secret key of a DEDICATED Solana wallet holding USDC (pays per call). Configure this and/or EVM_PRIVATE_KEY; the x402 layer settles on whichever rail the 402 advertises.",
"format": "string",
"isSecret": true,
"name": "SOLANA_PRIVATE_KEY"
},
{
"description": "Optional Solana RPC override used to build the payment (e.g. a Helius URL).",
"format": "string",
"name": "SOLANA_RPC_URL"
},
{
"description": "Base URL of a brmarket Worker. Defaults to the hosted production API (https://brmarket.thomenz.me).",
"format": "string",
"name": "BRMARKET_BASE_URL"
},
{
"description": "'base' (mainnet, default) or 'base-sepolia' (testnet).",
"format": "string",
"name": "X402_NETWORK"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment