mercadolibre-api

Manage MercadoLibre OAuth authentication, token refresh, and webhook configuration.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gonzoblasco/antigravity-developer-stack --skill mercadolibre-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mercadolibre-api
Source: https://github.com/gonzoblasco/antigravity-developer-stack/tree/main/backend-infra/mercadolibre-api
Command: npx skills add https://github.com/gonzoblasco/antigravity-developer-stack --skill mercadolibre-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

MercadoLibre API integration often requires navigating OAuth authentication, token management, and webhook configuration. This Skill centralizes guidance and best practices to simplify secure, reliable access to MercadoLibre data and operations.

Core Features & Use Cases

  • OAuth 2.0 flow management: authorization code flow, token refresh, and secure credential handling.
  • API access for products, orders, questions, and webhook configuration.
  • Use Case: set up a seller workflow to publish items, fetch orders, and respond to customer questions via the API.

Quick Start

To begin, trigger the skill to walk through the OAuth setup, obtain a valid access token, and register a webhook for order events. Follow the references for concrete API calls and example scripts.

Frequently Asked Questions about mercadolibre-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate with the MercadoLibre API using OAuth 2.0?

MercadoLibre API authentication uses the OAuth 2.0 authorization code flow. This Skill guides you through obtaining an access token, handling token refresh, and managing secure credentials for reliable API access.

What's the best way to configure webhooks for MercadoLibre order events?

Configuring MercadoLibre webhooks requires registering a callback URL for order events. This Skill provides structured references and example scripts to help you set up and manage webhook notifications.

How do I publish items and manage orders through the MercadoLibre API?

You can publish items and manage orders by making authenticated API calls using a valid access token. This Skill organizes references for quick implementation of seller workflows like fetching orders and responding to questions.

Why does my MercadoLibre API token expire and how do I refresh it?

MercadoLibre API tokens expire and require a token refresh workflow to maintain access. This Skill helps debug token issues and applies secure credential handling to refresh tokens without interrupting operations.

How should I handle MercadoLibre API errors during integration?

MercadoLibre API error handling requires structured guidance to interpret API responses and resolve issues. This Skill provides centralized best practices for debugging tokens and resolving errors during integration.

Can I use this Skill to respond to customer questions on MercadoLibre?

Yes, you can respond to customer questions through the MercadoLibre API. This Skill supports setting up seller workflows to fetch orders, publish items, and manage questions via authenticated API calls.