Cobroya
Rank #28,096io.github.dan1d/cobroya
MCP server providing cobroya capabilities
Cobroya is a Model Context Protocol (MCP) server published by dan1d. It ranks #28,096 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Cobroya is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Mar 6, 2026 and most recently updated on Mar 6, 2026.
Ranks ahead of 87,364 of 115,460 servers on MCP Toplist.
Use Cobroya
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add cobroya -e "MERCADO_PAGO_ACCESS_TOKEN=<your MERCADO_PAGO_ACCESS_TOKEN>" -- npx -y cobroyaReplace each placeholder with your own value before saving.
[mcp_servers.cobroya]
command = "npx"
args = ["-y", "cobroya"]
[mcp_servers.cobroya.env]
MERCADO_PAGO_ACCESS_TOKEN = "<your MERCADO_PAGO_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cobroya": {
"command": "npx",
"args": [
"-y",
"cobroya"
],
"env": {
"MERCADO_PAGO_ACCESS_TOKEN": "<your MERCADO_PAGO_ACCESS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cobroya": {
"command": "npx",
"args": [
"-y",
"cobroya"
],
"env": {
"MERCADO_PAGO_ACCESS_TOKEN": "<your MERCADO_PAGO_ACCESS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cobroya": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cobroya"
],
"env": {
"MERCADO_PAGO_ACCESS_TOKEN": "<your MERCADO_PAGO_ACCESS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cobroya": {
"command": "npx",
"args": [
"-y",
"cobroya"
],
"env": {
"MERCADO_PAGO_ACCESS_TOKEN": "<your MERCADO_PAGO_ACCESS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cobroya": {
"command": "npx",
"args": [
"-y",
"cobroya"
],
"env": {
"MERCADO_PAGO_ACCESS_TOKEN": "<your MERCADO_PAGO_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dan1d%2Fcobroya)<a href="https://mcptoplist.com/server/io.github.dan1d%2Fcobroya"><img src="https://mcptoplist.com/badge/io.github.dan1d%2Fcobroya.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
dan1d
Other servers by dan1d
View all dan1d servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Mar 6, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cobroya?
- Cobroya is maintained by dan1d, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Cobroya listed on the Official MCP Registry?
- Yes — Cobroya is listed on the Official MCP Registry, alongside Glama.
- How many versions does Cobroya have?
- MCP Toplist tracks 2 versions of Cobroya, most recently published on Mar 6, 2026.
- Where can I find the source code for Cobroya?
- The source code for Cobroya is hosted at github.com/dan1d/mercadopago-tool.