mercadopago-mcp-server
The Model Context Protocol (MCP) is an open protocol that standardizes the connection of artificial intelligence (AI) models with different data sources and tools. In this context, Mercado Pago's MCP Server offers tools so that developers can easily interact with our API using natural language, which simplifies tasks and product integration.
Mercado Pago MCP Server
Mercado Pago's MCP Server provides a standardized way for AI models to interact with the Mercado Pago API using natural language. This simplifies tasks and product integration for developers, allowing them to leverage AI agents like Cursor, Windsurf, Cline, Claude Desktop, and ChatGPT to automate and streamline development workflows.
What it does
This MCP Server acts as a bridge, enabling AI models to access Mercado Pago's functionalities and documentation. It offers tools like search-documentation to perform code or text searches within Mercado Pago's developer documentation, generate code for integrations (e.g., Checkout Pro), and retrieve information such as test card details.
How to use it
To connect to the Mercado Pago MCP Server, you need to establish a remote connection with your preferred AI client (e.g., Cursor). The server requires NPM (v6+) and NodeJS (v20+) in your environment. You will also need Mercado Pago API credentials (Access Token).
Configuration Example (for Cursor):
Add the following configuration to your .cursor/mcp.json file, replacing <ACCESS_TOKEN> with your actual Mercado Pago Access Token:
{
"mcpServers": {
"mercadopago-mcp-server-prod": {
"url": "https://mcp.mercadopago.com/mcp",
"headers": {
"Authorization": "Bearer <ACCESS_TOKEN>"
}
}
}
}
After configuration, you can test the integration by making queries with your AI assistant using available tools. For example, to search documentation:
search-documentation
Search in Mercado Pago's documentation how to integrate Checkout Pro.
Available Tools
search-documentation: Performs code or text searches in Mercado Pago Developers documentation. Parameters includequery(string, required) andlanguage(string, required, enum: 'es', 'en', 'pt').
Use Cases
- Search documentation through your IDE: Quickly find information directly in the official documentation.
- Generate code to integrate a Mercado Pago checkout: Request the assistant to review documentation and generate production-ready code for frontend and backend integration.
- Access test cards information: Easily retrieve details about test cards for simulating payment results during development and testing.
Recommend MCP Servers 💡
coin-mcp
use Bitget’s API to get cryptocurrency info
mcp_polygon
An MCP server providing access to Polygon.io financial market data API through an LLM-friendly interface.
lambda-capture-mcp
Provides an MCP server for semantic search of macroeconomic data, integrating with the Lambda Capture Semantic Search API to offer contextual information for AI agents.
@getalby/mcp
Connect a bitcoin lightning wallet to your LLM using Nostr Wallet Connect and Model Context Protocol
coin_api_mcp
A Model Context Protocol server providing access to CoinMarketCap's cryptocurrency data for AI applications
xero-mcp
A Model Context Protocol server allows Clients to interact with Xero