Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.thomenz/brmarket-mcp

NPM · BRMARKET-MCP · SCANNED SEP 25

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

Available components

0 this week 71 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 161 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability58
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1860 tokens (~620/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability check failed: the tool surface changed between 0.2.1 and 0.3.0: 2 tool removals, 0 breaking changes, 1 additions. See how to fix → Fail
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.thomenz/brmarket-mcp server?

io.github.thomenz/brmarket-mcp runs locally as an npm package, launched with npx -y brmarket-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · brmarket-mcp

# add to Claude Code
claude mcp add thomenz-brmarket-mcp -- npx -y brmarket-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "thomenz-brmarket-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "brmarket-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "thomenz-brmarket-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "brmarket-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add thomenz-brmarket-mcp -- npx -y brmarket-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "thomenz-brmarket-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "brmarket-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add thomenz-brmarket-mcp --command npx --arg -y --arg brmarket-mcp
# ~/.hermes/config.yaml
mcp_servers:
  thomenz-brmarket-mcp:
    command: "npx"
    args: ["-y", "brmarket-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "thomenz-brmarket-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "brmarket-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add thomenz-brmarket-mcp -t stdio -c npx -a -y brmarket-mcp
// mcp.json
{
  "mcpServers": {
    "thomenz-brmarket-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "brmarket-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 −3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 0
    • Security disclosure: fail → unverified ▼ functional
  • 23 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33.

  • 18 Sept 26 −3

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 30.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Analysed npm/brmarket-mcp@0.3.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 161 packages
Packages resolved 161
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 3 exposed · ~1,063 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
calculate_import_taxes ~323

FREE, deterministic. Estimates the Brazilian import tax on a cross-border purchase and the final landed price. Give the product value (and freight) EITHER in BRL integer cents (product_cents / freight_cents) OR in USD (product_usd / freight_usd) — not both — plus an optional buyer state `uf`. Returns the Import Tax (0% up to US$50, else 30% − US$20), the ICMS por-dentro by state, the total landed price, the USD rate used (Bacen PTAX) and the ruleset version. Rules follow MP 1.357/2026 and may change (~sep/2026); it is an estimate — the marketplace checkout is the source of truth. No payment.

NameTypeReqDescription
freight_centsinteger–Freight in BRL cents (part of the customs base).
freight_usdnumber–Alternative: freight in USD.
insurance_centsinteger–Insurance in BRL cents, if any.
insurance_usdnumber–Alternative: insurance in USD.
product_centsinteger–Product value in BRL cents (e.g. 30000 = R$300). Use the *_cents fields OR the *_usd fields, not both.
product_usdnumber–Alternative: product value in USD (e.g. 59.90).
ufstring–Buyer's 2-letter Brazilian state (e.g. SP). Default: 20% ICMS ceiling.

No output schema declared.

No examples provided.

search_brazilian_marketplaces ~405

FREE — no wallet needed. Search Mercado Livre, Shopee and AliExpress in ONE call. Returns normalized offers (BRL price in integer cents, canonical + affiliate link, imageUrl, free-shipping flag, rating, sold count, seller id/name/official-store flag, dataAsOf). Every response carries per-marketplace `sources` state and `data_as_of` — always read it; a short list may mean a marketplace was down, not that the market is thin. Cheapest-first by default (of what we sampled). Best-effort per-IP rate limit; identical repeated queries come from a 10-minute cache and are not counted. ⚠️ It is free because brmarket earns the AFFILIATE COMMISSION on what the user buys — show `affiliateUrl` when an offer has one.

NameTypeReqDescription
limitinteger–Results in the merged page. Default 10, max 20.
marketplacearray–Restrict the search to these marketplaces. Default: all three.
max_pricenumber–Maximum price in BRL.
min_pricenumber–Minimum price in BRL (e.g. 199.90).
qstringyesWhat to search for, e.g. 'iphone 14 pro'.
rerankboolean–Opt-in LLM relevance pass (~400ms, free). Turn it ON whenever the query has a cheaper accessory, part or homonym: it drops offers that merely contain the words (a coffee FILTER for 'cafeteira', an Ai…
sortstring–Default price_asc (cheapest first).
ufstring–Buyer's 2-letter Brazilian state (e.g. SP), for the ICMS rate in landed-price estimates. Default: 20% ceiling.

No output schema declared.

No examples provided.

search_by_image ~335

Search from a product PHOTO: a vision model reads the brand, model and attributes off the image and the resulting query runs across all three marketplaces. Returns the same normalized offers as search_brazilian_marketplaces, plus `interpreted_query` — check it: if the model misread the photo, that field is where you will see it. Paid ($0.05) — this one runs a vision model, which costs us real money per call.

NameTypeReqDescription
image_urlstringyesPublic https URL of the product photo. JPEG/PNG/WebP, max 5MB.
limitinteger–Results in the merged page. Default 10, max 20.
marketplacearray–Restrict the search to these marketplaces. Default: all three.
max_pricenumber–Maximum price in BRL.
min_pricenumber–Minimum price in BRL (e.g. 199.90).
rerankboolean–Opt-in LLM relevance pass (~400ms, free). Turn it ON whenever the query has a cheaper accessory, part or homonym: it drops offers that merely contain the words (a coffee FILTER for 'cafeteira', an Ai…
sortstring–Default price_asc (cheapest first).
ufstring–Buyer's 2-letter Brazilian state (e.g. SP), for the ICMS rate in landed-price estimates. Default: 20% ceiling.

No output schema declared.

No examples provided.

Common questions

What is the io.github.thomenz/brmarket-mcp server?

io.github.thomenz/brmarket-mcp is listed in the public MCP registry as io.github.thomenz/brmarket-mcp. FREE Brazilian marketplace search (ML, Shopee, AliExpress) + import-tax calculator (x402). This page covers its npm package (brmarket-mcp).

Is the io.github.thomenz/brmarket-mcp server safe to use?

io.github.thomenz/brmarket-mcp scores 71 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.thomenz/brmarket-mcp server expose?

io.github.thomenz/brmarket-mcp exposes 3 tools: search_brazilian_marketplaces, search_by_image, calculate_import_taxes. Their descriptions and schemas cost roughly 1,063 tokens of context every time the server is loaded.

Is the io.github.thomenz/brmarket-mcp server still maintained?

io.github.thomenz/brmarket-mcp is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.thomenz/brmarket-mcp server under?

io.github.thomenz/brmarket-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.