Mercado Libre MCP Server

Mercado Libre uses OAuth2. Get your access token from the Developers Portal. Its 22 documented tools cover product, category, shipment.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

One of 127 MCP servers published from codespar/mcp-dev-latam. Stars and repository activity are shared across all of them. See all 127 →

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Mercado Libre

before you install - you'll need

Set MELI_ACCESS_TOKEN before connecting.

Claude Code

claude mcp add codespar-mcp-dev-latam-packages-payments -- npx -y @codespar/mcp-mercado-libre

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "codespar-mcp-dev-latam-packages-payments": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-mercado-libre"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @codespar/mcp-mercado-libre - published under the repo owner's npm scope (@codespar)

registry namespace io.github.codespar is GitHub-verified and matches the repo owner

03 · What Mercado Libre can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search products in Mercado Libre marketplace, get detailed product information by item ID, get product description text by item ID, and list all marketplace categories for the site.

Capability map

Tools grouped from the project's README - what Mercado Libre lets an agent do.

read & search

13 tools - e.g. Search products in Mercado Libre marketplace; List all marketplace categories for the site; Get category details and children

search_products · list_categories · get_category · get_trends · list_listings · get_seller…

Product

2 tools - e.g. Get detailed product information by item ID; Get product description text by item ID

get_product · get_product_description

Shipment

2 tools - e.g. Get shipment details; Get tracking history (status changes) for a shipment

get_shipment · get_shipment_history

Predict

1 tool - e.g. Predict the best category for a product title (domain_discovery)

predict_category

update

1 tool - e.g. Update item fields such as available_quantity (stock), status (active/paused/closed), price, or title

update_item

Answer

1 tool - e.g. Answer a question on a product listing

answer_question

run & execute

1 tool - e.g. Send a post-sale message to the buyer associated with an order pack

send_message

create & write

1 tool - e.g. Create a price discount promotion for an item (PRICE_DISCOUNT)

create_promotion

04 · Who maintains Mercado Libre

mcp-mercado-libre is maintained by codespar. We track 127 MCP servers from codespar - 127 actively maintained, 269 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from codespar.

  1. mcp-asaas MCP server for Asaas - billing automation, Pix, boleto, credit card, subscriptions ★ 269
  2. mcp-omie MCP server for Omie - ERP, customers, products, orders, invoices, financials ★ 269
  3. mcp-sendgrid MCP server for SendGrid - global transactional + marketing email (Twilio-owned) ★ 269
  4. mcp-evolution-api MCP server for Evolution API - WhatsApp messaging, instances, contacts ★ 269
  5. mcp-stripe-acp Stripe ACP - AI agent checkout, payment delegation, products, invoices ★ 269
  6. mcp-mercado-bitcoin MCP server for Mercado Bitcoin - Brazilian crypto exchange, trading, orderbook, withdrawals ★ 269

05 · Facts

category
other - actively maintained as of 2026-08-25.
registry
io.github.codespar/mcp-mercado-libre (active, first published 2026-04-12 · 3 versions)
packages
npm:@codespar/mcp-mercado-libre

06 · Mercado Libre FAQ

Is Mercado Libre still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12. We re-verify nightly.

What can Mercado Libre do?

With this server connected, an agent can search products in Mercado Libre marketplace, get detailed product information by item ID, get product description text by item ID, and list all marketplace categories for the site.

How do I install Mercado Libre?

Run `npx -y @codespar/mcp-mercado-libre`. The README documents one environment variable (MELI_ACCESS_TOKEN) to set first. Set MELI_ACCESS_TOKEN before connecting. You can also paste the ready-made client config above.

Does Mercado Libre run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Mercado Libre

More MCP servers to compare · Nupay · Openpay · Pagbrasil · Pagseguro · Picpay

More JavaScript MCP servers · Mercado Pago · Niubiz · Nubank · see all