# MD for: https://www.mercadopago.com.pe/developers/en/docs/wix/additional-content/your-integrations/dashboard.md \# Developer dashboard In the \[Developer dashboard\](https://www.mercadopago.com.pe/developers/panel/app), you can find the listing of your applications. Applications are different integrations contained within one or more stores. You can create an application for each solution you implement in order to keep everything organized and have better management control. Each application has a set of credentials and the possibility to configure its own notifications. Each card represents a created application and displays the application name and number, along with a button that directs you to the \*\*Application Details\*\* where you can manage it. ## Create a new application To create an application, you have three options available: with an \*\*AI agent from your code editor\*\*, with the \*\*Mercado Pago Developers Assistant\*\*, or \*\*manually from the\*\* \[integration Panel\](https://www.mercadopago.com.pe/developers/panel/app). !\[Three options to create an application\](/images/snippets/create-application/new-create-app-onboarding-es.png) :::::TabsComponent ::::TabComponent{title="Create with AI"} You can use our AI resources to create your application from your IDE or agent in 2 steps. The agent will take care of creating the application in the integration panel and guiding you through the entire configuration. !\[Installing the Mercado Pago plugin\](/images/snippets/create-application/new-create-app-ia-v2-es.png) To do this, you have two options: installing the \[Mercado Pago Plugin\](https://www.mercadopago.com.pe/developers/en/docs/mp-plugin/overview), available for Claude Code and Codex, or configuring the \[Mercado Pago MCP Server\](https://www.mercadopago.com.pe/developers/en/docs/mcp-server/overview), available for editors such as VS Code and Cursor. Follow the instructions for the option you choose. :::AccordionComponent{title="Plugin"} ### Claude Code Run the following command to install the Mercado Pago plugin for Claude Code. \`\`\`bash claude plugin install mercadopago@claude-plugins-official \`\`\` Once installed, run the \`/mp-connect\` command to authorize the agent's access to your Mercado Pago account. ### Codex Run the following commands to install the Mercado Pago plugin for Codex. \`\`\`bash codex plugin marketplace add mercadopago/mercadopago-codex-marketplace codex plugin add mercadopago@mercadopago-codex-marketplace \`\`\` Once installed, run the \`/mp-connect\` command to authorize the agent's access to your Mercado Pago account. ::: :::AccordionComponent{title="MCP"} ### VS Code Add the following configuration to your \`mcp.json\` file. \`\`\`json { "mcp": { "servers": { "mercadopago-mcp-server": { "type": "http", "url": "https://mcp.mercadopago.com/mcp" } } } } \`\`\` ### Cursor Add the following configuration to your \`mcp.json\` file. \`\`\`json { "mcpServers": { "mercadopago-mcp-server": { "url": "https://mcp.mercadopago.com/mcp" } } } \`\`\` ::: Finally, ask the agent to create your application in Mercado Pago. If you'd like, you can copy and paste the following prompt. \`\`\` I want to integrate with Mercado Pago. Recommend the ideal payment solution for my project, create the application, and guide me through the integration. \`\`\` > NOTE > > You can complete the integration with AI support. If you need help, check the \[Integrate with AI guide\](https://www.mercadopago.com.pe/developers/en/docs/ai-resources). :::: ::::TabComponent{title="Create with the Assistant"} You can use the \*\*Mercado Pago Developers Assistant to create your application\*\* conversationally, without filling out forms. To do this, follow the steps below. 1\. Go to \[Mercado Pago Developers\](https://www.mercadopago.com.pe/developers) and log in with your account. 2\. In the bottom right corner of the screen, you'll see the \*\*Assistant\*\* widget. Click to open it. 3\. From there, you can simply ask the Assistant to create your application conversationally, meaning you tell it you want to create an application and interact with the questions and answers. 3\. Next, the Assistant will ask you to provide a series of details to complete the setup: - \*\*Application name\*\*: provide a name that lets you identify your integration. It accepts a maximum of 100 characters. - \*\*Product to integrate\*\*: from the list of all Mercado Pago payment solutions shown by the Assistant, select the one that best fits your business. 4\. Finally, when the Assistant confirms your application has been created, it will show you the \*\*App ID\*\*, the \*\*Product ID\*\*, and the \*\*integration type\*\*, if applicable. > NOTE > > Once your application is created, the Assistant can help you obtain test credentials, production credentials, or configure Webhooks, as well as suggest how to carry out your integration based on your stack. :::: ::::TabComponent{title="Create manually"} If you prefer, you can \*\*create your application manually\*\* from the \[integration Panel\](https://www.mercadopago.com.pe/developers/panel/app) by following the steps below. !\[Mercado Pago Developers panel\](/images/snippets/create-application/new-create-app-panel1-v2-es.png) 1\. Go to \[Mercado Pago Developers\](https://www.mercadopago.com.pe/developers) with your Mercado Pago account. 2\. On the home screen, select the \*\*Create in the integration panel\*\* option. > NOTE > > If you already have applications created, go to \*\*Your integrations\*\* and click \*\*Create application\*\*. 3\. In \*\*Choose a solution to integrate\*\*, select the payment solution you want to integrate (for example, Checkout Pro, Checkout API, Mercado Pago Point, or QR Code), or, if your store uses an e-commerce platform, select \*\*E-commerce platform\*\*. 4\. If you selected \*\*E-commerce platform\*\*, in \*\*Choose the platform\*\*, select the platform you will integrate with. If you selected a specific solution, this step does not apply. 5\. In \*\*Other information\*\*, enter an \*\*Application name\*\* that lets you identify it. 6\. Accept the \[Privacy Statement\](https://www.mercadopago.com.pe/privacidad) and the \[Terms and Conditions\](https://www.mercadopago.com.pe/developers/en/docs/resources/legal/terms-and-conditions), and click \*\*Create application\*\*. :::: ::::: For each created application, a new card containing the name, number, and quality status of the application is automatically generated in the \[Developer dashboard\](https://www.mercadopago.com.pe/developers/panel/app). ------------ > You can measure your integration quality from the application panel, as long as your application uses one of the following supported products: \[Checkout Pro\](https://www.mercadopago.com.pe/developers/en/docs/checkout-pro/overview), \[Checkout API\](https://www.mercadopago.com.pe/developers/en/docs/checkout-api-payments/overview), \[Checkout Bricks\](https://www.mercadopago.com.pe/developers/en/docs/checkout-bricks/overview), or \[Mercado Pago Point\](https://www.mercadopago.com.pe/developers/en/docs/mp-point/overview). ## Accessing credentials for an application you don't manage You can request access to application credentials from other people and integrate solutions for accounts other than your own. To securely request access to credentials for an application you don't manage, follow the steps below: 1\. In the \[Developer dashboard\](https://www.mercadopago.com.pe/developers/panel/app), click on the \*\*Request access to credentials\*\* button. 2\. Click on the "Request credentials" button. 3\. Enter the email associated with the account for which the credentials are being requested. 4\. Check the "I'm not a robot" checkbox. 5\. Click on \*\*Request credentials\*\*. Once access to the credentials is granted, you can use them to integrate solutions. After the integrations are completed, remove the access permissions for the shared credentials and ensure the security of the data. > When requesting access to other credentials, you are asking other Mercado Pago accounts to share the public and private keys of their applications with you for integrations. Do not use the credentials of other accounts without proper consent.