AgentHubAgentHub

cobroya

MCP ServerMCP Registry官方收录

io.github.dan1d/cobroya · v1.0.1

Mercado Pago payments for AI agents: payment links, search, refunds, merchant info.

概览

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

安装

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

{
  "mcpServers": {
    "cobroya": {
      "command": "npx",
      "args": [
        "-y",
        "cobroya"
      ],
      "env": {
        "MERCADO_PAGO_ACCESS_TOKEN": "<MERCADO_PAGO_ACCESS_TOKEN>"
      }
    }
  }
}

环境变量

MERCADO_PAGO_ACCESS_TOKEN必填secret

Mercado Pago Access Token (starts with APP_USR-)

相关资源

统一 Manifest

{
  "id": "io.github.dan1d/cobroya",
  "type": "mcp-server",
  "version": "1.0.1",
  "displayName": "cobroya",
  "description": "Mercado Pago payments for AI agents: payment links, search, refunds, merchant info.",
  "repository": {
    "url": "https://github.com/dan1d/mercadopago-tool",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "cobroya",
        "version": "1.0.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "MERCADO_PAGO_ACCESS_TOKEN",
            "description": "Mercado Pago Access Token (starts with APP_USR-)",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.dan1d/cobroya",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.dan1d%2Fcobroya/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
cobroya — MCP Server 安装与配置 · AgentHub