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 💡
plaid-dashboard-mcp-server
Plaid's MCP server for AI tools to monitor Plaid integration health, analyze Link analytics, and track usage via SSE.
metamask-mcp
An MCP server enabling LLM interaction with blockchain through MetaMask
@stripe/mcp
A toolkit enabling AI agents to interact with Stripe APIs through function calling, offering both local stdio and remote SSE MCP server options.
alpaca-mcp-server
Alpaca's official MCP server enables LLMs to interact with Alpaca's Trading API for stock and options trading, portfolio management, and real-time market data access using natural language.
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.
charlesverge/mcp_open_interest
An MCP server that retrieves options open interest data from Alpha Vantage and calculates the put/call ratio to determine market sentiment for a given stock symbol