KosmoKrator

finance

Mercado Pago MCP, CLI, and Lua Integration for AI Agents

Mercado Pago integration docs for AI agents: MCP gateway setup, Mercado Pago CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write Bearer token auth

Mercado Pago for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
mercado-pago
route_slug
mercado-pago
package
mercado-pago
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Mercado Pago MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Mercado Pago.

Mercado Pago CLI Matrix

Use these pages for direct Mercado Pago CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
mercado-pago.mercado_pago_list_payments Read read 6 Search and list payments from Mercado Pago. Supports filtering by status, external reference, and date range. Returns a paginated list of payment records.
mercado-pago.mercado_pago_get_payment Read read 1 Retrieve full details of a specific Mercado Pago payment by its ID. Returns payment status, amount, payer information, and more.
mercado-pago.mercado_pago_create_payment Write write 4 Create a new payment in Mercado Pago. Requires the transaction amount, payment method ID, and payer email. Optionally specify the number of installments.
mercado-pago.mercado_pago_list_customers Read read 3 Search and list customers in Mercado Pago. Optionally filter by email. Returns a paginated list of customer records.
mercado-pago.mercado_pago_get_customer Read read 1 Retrieve full details of a specific Mercado Pago customer by their ID. Returns customer name, email, default card, and more.
mercado-pago.mercado_pago_list_preferences Read read 3 List checkout preferences from Mercado Pago. Returns a paginated list of checkout preference objects that define items, payer details, and payment settings.
mercado-pago.mercado_pago_get_current_user Read read 0 Get the authenticated Mercado Pago user's account information, including name, email, and user ID.