Skip to content

mercadolibre/mercadopago-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Mercado Pago MCP Server

Mercado Pago's Model Context Protocol (MCP) Server offers tools so that AI agents can interact with our APIs.

Using natural language, it is possible to simplify the integration process, use the available documentation to implement code improvements, and optimize its functionality.

Setup (example)

Here’s a minimal JSON configuration to connect your MCP client to Mercado Pago’s MCP Server:

{
  "mcpServers": {
    "mercadopago-mcp-server": {
      "url": "https://mcp.mercadopago.com/mcp",
      "headers": {
        "Authorization": "Bearer <ACCESS_TOKEN>"
      }
    }
  }
}

Replace <ACCESS_TOKEN> with a valid Mercado Pago access token.

Official Documentation

For full details (tools, parameters, error cases, examples, updates) refer to: Mercado Pago MCP Server — Official Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published