{"passport":{"unfragile":{"@version":"1.0","version":"2026-05","artifact":{"id":"awesome-mercado-libre","slug":"mercado-libre","name":"Mercado Libre","type":"mcp","url":"https://mcp.mercadolibre.com/","page_url":"https://unfragile.ai/mercado-libre","categories":["mcp-servers"],"tags":[],"pricing":{"model":"unknown","free":false,"starting_price":null},"status":"active","verified":false},"capabilities":[{"id":"awesome-mercado-libre__cap_0","uri":"capability://search.retrieval.multi.language.documentation.search.with.regional.filtering","name":"multi-language documentation search with regional filtering","description":"Searches across Mercado Libre's technical documentation using keyword queries with support for multiple languages (en_us, es_ar, pt_br) and country-specific site filtering (MLA, MLB, MLM, etc.). The search tool accepts query strings, language parameters, optional siteId filters, and pagination controls (limit/offset) to return documentation snippets matching developer search intent. Results are scoped to the specified language and regional context, enabling developers to find locale-specific API specifications and integration guides.","intents":["Find API documentation for a specific Mercado Libre marketplace feature in my language","Search for integration examples relevant to my country's Mercado Libre site","Discover technical specifications for authentication, listings, or order management","Locate troubleshooting guides and error handling documentation"],"best_for":["Mercado Libre sellers and developers building integrations across Latin American marketplaces","Multi-regional teams needing locale-specific API documentation","Developers onboarding to Mercado Libre APIs who need quick reference lookups"],"limitations":["Search returns only documentation snippets, not live API responses or real marketplace data","Pagination behavior (limit/offset) is undefined — actual result set size and skip behavior unknown","Supported languages limited to en_us, es_ar, pt_br; other languages not available","No full-text indexing details provided — search quality and relevance ranking unknown","Rate limiting and quota constraints not documented"],"requires":["Valid Mercado Libre Access Token with appropriate scopes","MCP client compatible with HTTP-based remote servers (Cursor, Windsurf, Cline, Claude Desktop, or ChatGPT)","Network connectivity to https://mcp.mercadolibre.com/mcp endpoint"],"input_types":["string (query keywords)","string (language code: en_us, es_ar, pt_br)","string (optional siteId: MLA, MLB, MLM, etc.)","integer (optional limit for result count)","integer (optional offset for pagination)"],"output_types":["structured documentation results (format unspecified — presumed JSON with snippets and metadata)"],"categories":["search-retrieval","memory-knowledge"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"awesome-mercado-libre__cap_1","uri":"capability://search.retrieval.direct.documentation.page.retrieval.by.path","name":"direct documentation page retrieval by path","description":"Retrieves the complete content of a specific Mercado Libre documentation page using a path-based lookup mechanism. This tool accepts a documentation path parameter and returns the full page content (presumed as HTML or markdown string) without search intermediation. Developers use this when they have a known documentation URL or path and need the complete specification, code examples, or detailed reference material for a specific API endpoint or integration feature.","intents":["Retrieve the full API reference for a specific endpoint (e.g., /listings, /orders, /authentication)","Access complete code examples and integration guides for a known documentation page","Get detailed error codes and response schemas for a specific API operation","Fetch the full specification of a Mercado Libre feature when I know the documentation path"],"best_for":["Developers with direct links to Mercado Libre documentation who need full page content","Integration teams building against specific API endpoints and needing complete specifications","Automated documentation processing or knowledge base construction workflows"],"limitations":["Requires knowing the exact documentation path — no path discovery or browsing capability","Output format (HTML, markdown, plain text) not specified in documentation","No caching or versioning information — unclear if pages are static or dynamically generated","Parameter list truncated in source documentation — full schema unknown","No error handling documentation for invalid or missing paths","No indication of page size limits or streaming behavior for large documentation pages"],"requires":["Valid Mercado Libre Access Token with appropriate scopes","MCP client compatible with HTTP-based remote servers (Cursor, Windsurf, Cline, Claude Desktop, or ChatGPT)","Knowledge of the correct documentation path for the target page","Network connectivity to https://mcp.mercadolibre.com/mcp endpoint"],"input_types":["string (documentation page path, e.g., '/api/listings' or '/guides/authentication')"],"output_types":["string (full page content — format unspecified, presumed HTML or markdown)"],"categories":["search-retrieval","memory-knowledge"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"awesome-mercado-libre__cap_2","uri":"capability://tool.use.integration.bearer.token.authenticated.mcp.server.integration","name":"bearer token-authenticated mcp server integration","description":"Provides HTTP-based MCP server integration with Mercado Libre's documentation APIs using Bearer token authentication. The server is accessed via HTTPS at https://mcp.mercadolibre.com/mcp and requires an Access Token passed in the Authorization header. Configuration is client-specific (Cursor, Windsurf, Cline, Claude Desktop, ChatGPT) with JSON-based setup that embeds the token or references it via environment variables. This authentication pattern enables secure, token-scoped access to Mercado Libre's documentation resources within IDE-integrated MCP clients.","intents":["Set up secure authentication to Mercado Libre's MCP server from my IDE","Configure Mercado Libre documentation access in Cursor, Windsurf, or Claude Desktop","Manage Access Tokens for Mercado Libre API integration without hardcoding credentials","Enable IDE-integrated documentation search with proper authorization"],"best_for":["Developers integrating Mercado Libre APIs into their IDE workflow","Teams using Cursor, Windsurf, Cline, Claude Desktop, or ChatGPT as primary development environments","Organizations managing multiple Mercado Libre Access Tokens across development teams"],"limitations":["Requires obtaining a Mercado Libre Access Token separately — token generation process not documented in provided content","Token scope and required permissions not specified — unclear what API operations the token must authorize","No token refresh or expiration handling documented","Bearer token must be stored in client configuration — no built-in secret management or vault integration","HTTP-only transport (no stdio or SSE alternatives documented) — requires network connectivity","Client-specific configuration required — no universal MCP server configuration format","No rate limiting, quota, or SLA information provided"],"requires":["Valid Mercado Libre Access Token (obtained from Mercado Libre application dashboard)","MCP-compatible IDE client: Cursor, Windsurf, Cline, Claude Desktop, or ChatGPT","Network connectivity to https://mcp.mercadolibre.com/mcp","Ability to modify IDE configuration files (JSON) or use IDE settings UI"],"input_types":["string (Bearer token)","string (client-specific configuration JSON)"],"output_types":["authenticated MCP server connection"],"categories":["tool-use-integration","automation-workflow"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"awesome-mercado-libre__cap_3","uri":"capability://tool.use.integration.multi.client.ide.integration.with.mcp.protocol","name":"multi-client ide integration with mcp protocol","description":"Enables Mercado Libre documentation access across multiple IDE clients (Cursor, Windsurf, Cline, Claude Desktop, ChatGPT) using the Model Context Protocol (MCP) standard. Each client has a specific configuration format and setup method: Cursor and Windsurf use JSON configuration in settings, Cline uses MCP server configuration, Claude Desktop uses native MCP support, and ChatGPT uses plugin/integration mechanisms. The MCP server acts as a unified interface to Mercado Libre's documentation, abstracting away client-specific differences and allowing developers to access the same documentation tools regardless of their IDE choice.","intents":["Access Mercado Libre documentation from my preferred IDE (Cursor, Windsurf, Cline, Claude Desktop, or ChatGPT)","Use the same Mercado Libre MCP integration across multiple development environments","Configure Mercado Libre documentation search in my IDE's native MCP client","Switch between IDEs without reconfiguring Mercado Libre API documentation access"],"best_for":["Development teams using multiple IDEs and needing consistent Mercado Libre documentation access","Developers who switch between Cursor, Windsurf, Claude Desktop, and ChatGPT for different tasks","Organizations standardizing on MCP for third-party API integrations"],"limitations":["Configuration format differs per client — no single universal configuration file","Each client requires separate setup and token configuration","Cursor and Windsurf use different JSON schema (url vs serverUrl parameter)","Generic IDE support requires mcp-remote wrapper and npx — adds complexity vs native clients","No client-side caching or offline documentation access","Client-specific features (e.g., Claude Desktop's native MCP support) not available across all platforms","No documentation on client version compatibility or minimum required versions"],"requires":["One or more MCP-compatible IDE clients: Cursor, Windsurf, Cline, Claude Desktop, or ChatGPT","Valid Mercado Libre Access Token","For generic IDEs: Node.js installed for mcp-remote wrapper","Ability to modify IDE configuration files or use IDE settings UI"],"input_types":["client-specific configuration JSON","Bearer token"],"output_types":["authenticated MCP server connection in IDE"],"categories":["tool-use-integration","automation-workflow"],"confidence":0.5,"matches":0,"success_rate":0},{"id":"awesome-mercado-libre__cap_4","uri":"capability://memory.knowledge.documentation.only.marketplace.integration.read.only.api.reference","name":"documentation-only marketplace integration (read-only api reference)","description":"Provides read-only access to Mercado Libre's developer documentation and API reference materials through MCP tools, without direct access to live marketplace operations. The MCP server acts as a documentation gateway, enabling developers to search and retrieve API specifications, integration guides, error codes, and code examples. This is NOT a full marketplace API client — it does not support creating listings, managing orders, updating inventory, or performing any write operations. Developers use this to learn Mercado Libre's APIs and then implement integrations using the official REST APIs directly.","intents":["Learn Mercado Libre's API structure and available endpoints from official documentation","Find code examples and integration patterns for building Mercado Libre marketplace applications","Understand authentication, error handling, and rate limiting requirements","Reference API specifications while developing Mercado Libre integrations"],"best_for":["Developers new to Mercado Libre APIs who need comprehensive reference material","Teams building Mercado Libre integrations and needing quick access to specifications","Developers using AI-assisted coding tools (Claude, ChatGPT) who need context about Mercado Libre APIs"],"limitations":["No direct marketplace operations — cannot create listings, manage orders, or update inventory through MCP","Read-only access only — all tools are documentation queries, no write/mutating operations","Does not replace the official Mercado Libre REST APIs — developers must implement actual integrations separately","No sandbox or testing environment — documentation only, no live API testing capability","No real-time marketplace data — cannot query current listings, prices, or inventory","Documentation may lag behind actual API changes — no guarantee of up-to-date specifications"],"requires":["Valid Mercado Libre Access Token","MCP-compatible IDE client (Cursor, Windsurf, Cline, Claude Desktop, or ChatGPT)","Understanding that this is a documentation tool, not a marketplace API client"],"input_types":["string (search queries or documentation paths)"],"output_types":["documentation text and specifications"],"categories":["memory-knowledge","search-retrieval"],"confidence":0.5,"matches":0,"success_rate":0}],"trust":{"score":28,"verified":false,"data_access_risk":"high","permissions":["Valid Mercado Libre Access Token with appropriate scopes","MCP client compatible with HTTP-based remote servers (Cursor, Windsurf, Cline, Claude Desktop, or ChatGPT)","Network connectivity to https://mcp.mercadolibre.com/mcp endpoint","Knowledge of the correct documentation path for the target page","Valid Mercado Libre Access Token (obtained from Mercado Libre application dashboard)","MCP-compatible IDE client: Cursor, Windsurf, Cline, Claude Desktop, or ChatGPT","Network connectivity to https://mcp.mercadolibre.com/mcp","Ability to modify IDE configuration files (JSON) or use IDE settings UI","One or more MCP-compatible IDE clients: Cursor, Windsurf, Cline, Claude Desktop, or ChatGPT","Valid Mercado Libre Access Token"],"failure_modes":["Search returns only documentation snippets, not live API responses or real marketplace data","Pagination behavior (limit/offset) is undefined — actual result set size and skip behavior unknown","Supported languages limited to en_us, es_ar, pt_br; other languages not available","No full-text indexing details provided — search quality and relevance ranking unknown","Rate limiting and quota constraints not documented","Requires knowing the exact documentation path — no path discovery or browsing capability","Output format (HTML, markdown, plain text) not specified in documentation","No caching or versioning information — unclear if pages are static or dynamically generated","Parameter list truncated in source documentation — full schema unknown","No error handling documentation for invalid or missing paths","builder identity is not verified yet","no observed match outcomes yet"],"rank_breakdown":{"adoption":0.05,"quality":0.35,"ecosystem":0.25,"match_graph":0.25,"freshness":0.75,"weights":{"adoption":0.25,"quality":0.25,"ecosystem":0.15,"match_graph":0.23,"freshness":0.12}},"observed_outcomes":{"matches":0,"success_rate":0,"avg_confidence":0,"top_intents":[],"last_matched_at":null},"maintenance":{"status":"active","updated_at":"2026-06-17T09:51:03.578Z","last_scraped_at":"2026-05-03T14:00:15.503Z","last_commit":null},"community":{"stars":null,"forks":null,"weekly_downloads":null,"model_downloads":null,"model_likes":null}},"distribution":{"claim_url":"https://unfragile.ai/submit?claim=mercado-libre","compare_url":"https://unfragile.ai/compare?artifact=mercado-libre"}},"signature":"e/mo5E3b9YgbQZy/30+cEMcT2wnn3JeekXcTHrfsaYWcVxtL0sCadrogs9NVpJm7dPEL54uFrUglaKD/JNNhAQ==","signedAt":"2026-07-08T14:35:53.881Z","signedBy":"unfragile.ai","version":1},"_links":{"self":"https://unfragile.ai/api/v1/passport/mercado-libre","artifact":"https://unfragile.ai/mercado-libre","verify":"https://unfragile.ai/api/v1/verify?slug=mercado-libre","publicKey":"https://unfragile.ai/api/v1/trust-passport-public-key","spec":"https://unfragile.ai/trust","schema":"https://unfragile.ai/schema.json","docs":"https://unfragile.ai/docs"}}