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 💡
norman-mcp-server
This Model Context Protocol (MCP) server enables AI to interact with the Norman Finance API, allowing access to accounting, invoices, companies, clients, taxes, and more through a standardized protocol.
raydium-launchlab
An MCP server that enables AI agents to launch, buy, and sell tokens on the Raydium Launchpad(aka LaunchLab).
minhyeoky/mcp-ledger
A Model Context Protocol server for interacting with Ledger CLI, a powerful double-entry accounting system. This server enables Large Language Models to query and analyze financial data through a standardized interface, making it easy for AI assistants to help with financial reporting, budget analysis, and accounting tasks.
Morningstar MCP Server
An MCP server by Morningstar that exposes financial tools, including a Datapoint Tool for market data and an Articles Tool for investment research and analysis.
bin-data
An official Pagos MCP Server that provides BIN (Bank Identification Number) data, including enhanced insights, for financial transactions.
Uniswap Price
An MCP server that delivers real-time token prices from Uniswap V3 across multiple chains.