mcpbeat Sign in

Brmarket MCP Server

local only

Brmarket MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 70 installs a week from npm. Last commit 18 Jul 2026.

FREE Brazilian marketplace search (ML, Shopee, AliExpress) + import-tax calculator (x402)

Installs per day peak 155 · avg 18 · -5% w/w
a month agotoday
70
Installs / week
npm · brmarket-mcp
0
Stars
0 open issues
18 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Brmarket MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add brmarket-mcp -- npx -y brmarket-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "brmarket-mcp": {
      "args": [
        "-y",
        "brmarket-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.brmarket-mcp]
command = "npx"
args = ["-y", "brmarket-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "brmarket-mcp": {
      "args": [
        "-y",
        "brmarket-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "brmarket-mcp": {
      "args": [
        "-y",
        "brmarket-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EVM_PRIVATE_KEY (0x private key of a DEDICATED wallet holding USDC on Base. OPTIONAL: product search and the tax calculator are free and work without any wallet; only search_by_image and the link comparison return 402 without it.), SOLANA_PRIVATE_KEY (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.), SOLANA_RPC_URL (Optional Solana RPC override used to build the payment (e.g. a Helius URL).), BRMARKET_BASE_URL (Base URL of a brmarket Worker. Defaults to the hosted production API (https://brmarket.thomenz.me).), X402_NETWORK ('base' (mainnet, default) or 'base-sepolia' (testnet).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Brmarket MCP

same job, measured the same way
AIMALL (搜蚁智选)
by sukyboor

Pay-per-use API marketplace for AI agents: LLMs, image, TTS, search. Free trial, x402.

5 tools answering
Malinica
by malinica

Search classified listings on Malinica, a Serbian free serbian classifieds marketplace.

6 tools answering
I
Carstrike MCP Server
by carstrikeau

Live JDM auction search, SEV compliance checks, and import cost calculator.

local only
India MCP Gst
by samarth-23-eng

MCP server for India GST: validate GSTIN, search HSN, calculate tax.

local only
MeetMyAgent
by studiomeyer

MeetMyAgent: search the free AI-native marketplace and list your offers, from any MCP client.

35 installs/wk answering
AIMarket — live agent marketplace
by alexar76

Search and invoke real AI capabilities on modelmarket.dev. Free trial, then USDC on Base.

2 tools answering
Site
by co-carimportcalculator

Car Import Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...

5 tools answering
1stDibs
by 1stdibs

MCP server for browsing and searching items on 1stDibs marketplace.

4 tools answering

Brmarket MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Brmarket MCP?
Brmarket MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package brmarket-mcp was installed 70 times last week.
How do I connect Brmarket MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls brmarket-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Brmarket MCP?
The npm package brmarket-mcp was installed 70 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Brmarket MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.