# MD for: https://www.mercadopago.com.ar/developers/en/docs/mp-plugin/commands.md \# Plugin commands The Mercado Pago plugin provides commands to complete an integration with the main integrable products directly from your AI agent, whether in the terminal, in an IDE, or through the installed agent's own interface. Check the available commands and how to use them. | Command | Authentication | Description | |---|---|---| | \`/mp-connect\` | Required | Required command to run actions that need authentication. Starts the flow via \[OAuth\](https://www.mercadopago.com.ar/developers/en/docs/security/oauth) with your Mercado Pago account in the browser and keeps the session active across conversations until you end it with \`/mp-connect logout\`. | | \`/mp-connect logout\` | Required | Ends the active session and removes locally stored credentials. | | \`/mp-integrate \[description\]\` | Not required | Starts the integration assistant from a natural language description, automatically identifying the product and country. When used with an authenticated account, accesses the official documentation in real time via the \[Mercado Pago MCP Server\](https://www.mercadopago.com.ar/developers/en/docs/mcp-server/overview). Without authentication, searches the documentation directly. | | \`/mp-webhooks configure\` | Required | Configures the Webhook endpoint with a URL and event topics, such as \`order\`, \`topic\_claims\_integration\_wh\`, and \`topic\_chargebacks\_wh\`, among others. | | \`/mp-webhooks status\` | Required | Verifies that the Webhook URL is registered correctly. | | \`/mp-webhooks simulate\` | Required | Sends a test notification to the configured endpoint to validate receipt and signature validation. | | \`/mp-webhooks diagnose\` | Required | Analyzes the current Webhook configuration and reports the most common issues. | | \`/mp-test-cards\` | Not required | Returns the test cards available for the connected account's country with card number, brand, type, expiry date, and security code (CVV). | | \`/mp-test-setup\` | Required | Creates test users, buyer and seller, and loads balance into their accounts for the selected country. | | \`/mp-review\` | Required | Analyzes the project code against the official quality \_checklist\_ and Mercado Pago's 9-point \*\*minimum security standard\*\*, generating an implementation report. | | \`/mp-integrate migrate\` | Not required | Analyzes the project code and generates a \`migration-proposal.md\` with the migration plan from the legacy Mercado Pago Point or Código QR API to the Orders API. | For practical examples of each command, see \[Use cases\](https://www.mercadopago.com.ar/developers/en/docs/mp-plugin/use-cases).