AgentHubAgentHub

mcp

MCP ServerMCP Registry官方收录

io.github.ar-agents/mcp · v0.4.11

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

概览

mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ar-agents/mcp"
      ]
    }
  }
}

环境变量

MP_ACCESS_TOKEN可选secret

Mercado Pago access token (TEST- prefix for sandbox, APP_USR- for production). Enables MP tools.

AFIP_CERT_PEM可选secret

AFIP/ARCA X.509 certificate (PEM string) for WSAA authentication. Enables CUIT padron + factura electronica tools.

AFIP_KEY_PEM可选secret

AFIP/ARCA private key (PEM string) for WSAA authentication. Required if AFIP_CERT_PEM is set.

AFIP_CUIT可选

Issuer CUIT (Argentine tax ID) registered with the AFIP cert. Format: 20-XXXXXXXX-X.

WHATSAPP_ACCESS_TOKEN可选secret

Meta WhatsApp Business Cloud API token. Enables WhatsApp tools.

WHATSAPP_PHONE_NUMBER_ID可选

Meta WhatsApp Business phone-number ID. Required if WHATSAPP_ACCESS_TOKEN is set.

相关资源

统一 Manifest

{
  "id": "io.github.ar-agents/mcp",
  "type": "mcp-server",
  "version": "0.4.11",
  "displayName": "mcp",
  "description": "Argentine business automation: Mercado Pago, AFIP/ARCA, WhatsApp, banking, shipping (7 packages).",
  "repository": {
    "url": "https://github.com/ar-agents/ar-agents",
    "source": "github",
    "subfolder": "packages/mcp"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@ar-agents/mcp",
        "version": "0.4.11",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "MP_ACCESS_TOKEN",
            "description": "Mercado Pago access token (TEST- prefix for sandbox, APP_USR- for production). Enables MP tools.",
            "isSecret": true
          },
          {
            "name": "AFIP_CERT_PEM",
            "description": "AFIP/ARCA X.509 certificate (PEM string) for WSAA authentication. Enables CUIT padron + factura electronica tools.",
            "isSecret": true
          },
          {
            "name": "AFIP_KEY_PEM",
            "description": "AFIP/ARCA private key (PEM string) for WSAA authentication. Required if AFIP_CERT_PEM is set.",
            "isSecret": true
          },
          {
            "name": "AFIP_CUIT",
            "description": "Issuer CUIT (Argentine tax ID) registered with the AFIP cert. Format: 20-XXXXXXXX-X."
          },
          {
            "name": "WHATSAPP_ACCESS_TOKEN",
            "description": "Meta WhatsApp Business Cloud API token. Enables WhatsApp tools.",
            "isSecret": true
          },
          {
            "name": "WHATSAPP_PHONE_NUMBER_ID",
            "description": "Meta WhatsApp Business phone-number ID. Required if WHATSAPP_ACCESS_TOKEN is set."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.ar-agents/mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ar-agents%2Fmcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
mcp — MCP Server 安装与配置 · AgentHub