Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors