← Back to Plugins
MCP Server MCP

io.github.ar-agents/mcp

github By github 👁 1 views ▲ 0 votes

Argentine business automation: Mercado Pago, AFIP/ARCA, WhatsApp, banking, shipping (7 packages).

Homepage Verified source GitHub

Install

npx -y @ar-agents/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@ar-agents/mcp",
      "version": "0.4.11",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Mercado Pago access token (TEST- prefix for sandbox, APP_USR- for production). Enables MP tools.",
          "format": "string",
          "isSecret": true,
          "name": "MP_ACCESS_TOKEN"
        },
        {
          "description": "AFIP/ARCA X.509 certificate (PEM string) for WSAA authentication. Enables CUIT padron + factura electronica tools.",
          "format": "string",
          "isSecret": true,
          "name": "AFIP_CERT_PEM"
        },
        {
          "description": "AFIP/ARCA private key (PEM string) for WSAA authentication. Required if AFIP_CERT_PEM is set.",
          "format": "string",
          "isSecret": true,
          "name": "AFIP_KEY_PEM"
        },
        {
          "description": "Issuer CUIT (Argentine tax ID) registered with the AFIP cert. Format: 20-XXXXXXXX-X.",
          "format": "string",
          "name": "AFIP_CUIT"
        },
        {
          "description": "Meta WhatsApp Business Cloud API token. Enables WhatsApp tools.",
          "format": "string",
          "isSecret": true,
          "name": "WHATSAPP_ACCESS_TOKEN"
        },
        {
          "description": "Meta WhatsApp Business phone-number ID. Required if WHATSAPP_ACCESS_TOKEN is set.",
          "format": "string",
          "name": "WHATSAPP_PHONE_NUMBER_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...