Mercado Livre Catalog Connector for AI agents.
9 live capabilities
Manage your Latin American e-commerce store and inventory with natural language.
Waiting for input…
Why people use Mercado Livre Catalog
Mercado Livre Catalog for Faster E-commerce Inventory Management
This Connector lets you skip the dashboard entirely. You tell your agent what to do, and it handles the API calls to create listings, update prices, or adjust stock. You get a faster way to run your store without the manual overhead.
What Vinkius changes
You get a voice-controlled way to manage your Mercado Livre store.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Handling an out of stock spike
An inventory manager notices a spike in sales and tells the agent to use update_stock to increase the count for the top 10 items so they don't sell out.
- Real-world use case 02
Launching a new product
A seller describes a new wireless mouse and asks the agent to use create_item to put it live in the Accessories category with the correct specs.
- Real-world use case 03
Reacting to competitor pricing
A marketer sees a competitor drop prices and asks the agent to use update_price on all items in a specific category to maintain their market share.
Complete set · 9capabilities
The complete Mercado Livre Catalog capability set.
These are the exact actions your AI can choose when you ask it to work with Mercado Livre Catalog.
01—03
3 capabilities in this set.
Part of 9 available through Mercado Livre Catalog.
- 01 Capability
Get domain attributes
Pulls the required specs for a specific category so you don't have to guess what's mandatory.
- 02 Capability
Create item
Publishes a brand new product listing with all the necessary details and attributes.
- 03 Capability
Delete item
Closes or deactivates a listing that you no longer want to sell.
04—06
3 capabilities in this set.
Part of 9 available through Mercado Livre Catalog.
- 04 Capability
Get item
Fetches all the specific details for a single listing from your catalog.
- 05 Capability
Update price
Changes the selling price of an item to keep your store competitive.
- 06 Capability
Search items
Finds specific listings in your own account based on your search terms.
07—09
3 capabilities in this set.
Part of 9 available through Mercado Livre Catalog.
- 07 Capability
Update stock
Adjusts the available quantity for an item to keep your inventory accurate.
- 08 Capability
Update item
Modifies the title, description, or attributes of an existing listing.
- 09 Capability
Get categories
Lists the top-level categories on Mercado Livre Brasil to help you organize your shop.
Set up in minutes
One URL. Then ask Mercado Livre Catalog to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Mercado Livre Catalog from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_NSTPbAj0XuBuW7edCkhzAJScPCSig1L7M8NPc4P6/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Mercado Livre Catalog, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Mercado Livre Catalog for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_NSTPbAj0XuBuW7edCkhzAJScPCSig1L7M8NPc4P6/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Mercado Livre Catalog URL.
- Step 03
Save and start
Save the connection and enable Mercado Livre Catalog in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mercado-livre-catalog": {
"url": "https://edge.vinkius.com/vk_preview_NSTPbAj0XuBuW7edCkhzAJScPCSig1L7M8NPc4P6/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Mercado Livre Catalog
Open Agent mode in chat and ask: "Using Mercado Livre Catalog, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mercado-livre-catalog": {
"url": "https://edge.vinkius.com/vk_preview_NSTPbAj0XuBuW7edCkhzAJScPCSig1L7M8NPc4P6/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Mercado Livre Catalog
Ask Copilot: "Using Mercado Livre Catalog, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mercado-livre-catalog": {
"url": "https://edge.vinkius.com/vk_preview_NSTPbAj0XuBuW7edCkhzAJScPCSig1L7M8NPc4P6/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Mercado Livre Catalog
Open Cascade and ask: "Using Mercado Livre Catalog, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mercado-livre-catalog": {
"url": "https://edge.vinkius.com/vk_preview_NSTPbAj0XuBuW7edCkhzAJScPCSig1L7M8NPc4P6/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Mercado Livre Catalog
Ask Cline: "Using Mercado Livre Catalog, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mercado-livre-catalog --transport http "https://edge.vinkius.com/vk_preview_NSTPbAj0XuBuW7edCkhzAJScPCSig1L7M8NPc4P6/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Mercado Livre Catalog
Ask Claude: "Using Mercado Livre Catalog, show me...". 9 tools are ready
Where the request belongs
Work Mercado Livre can move forward.
This is for e-commerce sellers in Latin America who are tired of the manual grind of updating stock and prices across hundreds of listings.
E-commerce Seller
Manages daily sales and wants to push new products live without navigating complex dashboards.
Inventory Manager
Needs to update stock levels across multiple items quickly to avoid overselling.
Digital Marketer
Wants to quickly create new listings for seasonal campaigns using natural language.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMercado Livre Orders
Search sales, manage shipments, track packages, and handle cancellations on Mercado Livre.
Mercado Libre
Manage your Mercado Libre business via AI. list products, track orders, handle shipments, and answer buyer questions directly.
Mercado Livre Interactions
Answer buyer questions, check reputation, and view metrics on Mercado Livre.
Goflow
Manage multichannel e-commerce inventory, orders, and listings with ease.
Bleez
Power your Brazilian e-commerce with a platform that integrates payments, inventory, and logistics for the local market.
Marketplacer (Enterprise Marketplace Platform)
Manage your enterprise marketplace via Marketplacer. list products, track orders, and audit seller networks.
Bring your own AI
Change the model, client or framework. Keep Mercado Livre connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Mercado Livre.
The practical details behind the request, access and result.
Can I use Mercado Livre Catalog MCP to manage my store's inventory?
Yes, you can use it to update stock levels instantly. This ensures your store stays accurate and prevents you from overselling items that are no longer in the warehouse.
How does Mercado Livre Catalog MCP help with new product listings?
It allows you to create new listings using natural language. You can describe your product to your AI agent, and it will handle the details of putting it live on the marketplace.
Can I use Mercado Livre Catalog MCP to change prices?
Yes, you can use it to change prices on specific items or across your catalog. This makes it much faster to adjust your margins as market conditions change.
Does Mercado Livre Catalog MCP work for all countries?
This Connector is specifically designed for Mercado Livre Brasil. It handles the specific category requirements and catalog structures for the Brazilian marketplace.
Can Mercado Livre Catalog MCP find my old listings?
Yes, you can ask your agent to search your account for specific listings. It can find them by name or other details, making it easy to locate and manage older products.
Is Mercado Livre Catalog MCP good for large catalogs?
Yes, it is ideal for high-volume sellers. It allows you to manage a massive number of products with the same effort as a small catalog by using your AI agent to do the heavy lifting.
How do I get an Access Token for Mercado Livre?
Go to the Mercado Livre Developers portal, create an App, and use the OAuth2 flow to generate your Access Token. It usually starts with APP_USR-....
Can I create listings with images?
Yes, the create_item capability accepts a JSON body where you can include picture IDs. Ensure images are already uploaded to Mercado Livre's servers via their Picture API first.
How do I update stock for multiple items?
You can use the update_stock action for each item individually. For bulk updates, we recommend using the stock update endpoint directly or creating a loop in your workflow.
What listing types does Mercado Livre support?
Mercado Livre supports several listing types: 'gold_special' (premium with fulfillment), 'gold_pro' (classic), and 'gold' (basic). Each type offers different levels of visibility, fees, and buyer reach.
One connection away
Give your agent a direct line to Mercado Livre.
Connect Mercado Livre once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available