MCP Cobre runs on your own machine — the client starts it, so there is no endpoint to ping. 16 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Cobre — CO/MX B2B treasury: balances, counterparties, money movements
Today is the operative word: we check MCP Cobre every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-cobre -- npx -y @codespar/mcp-cobre
{
"mcpServers": {
"mcp-cobre": {
"args": [
"-y",
"@codespar/mcp-cobre"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-cobre]
command = "npx"
args = ["-y", "@codespar/mcp-cobre"]
{
"mcpServers": {
"mcp-cobre": {
"args": [
"-y",
"@codespar/mcp-cobre"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-cobre": {
"args": [
"-y",
"@codespar/mcp-cobre"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
COBRE_USER_ID (Cobre API credential user id), COBRE_SECRET (Cobre API credential secret), COBRE_BASE_URL (Override the API host. Defaults to https://api.cobre.co.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Venmo - check balance, send/request money, view history
MCP server for Midaz by Lerian — self-hosted double-entry ledger: accounts, balances, transactions
MCP server for Stark Bank — transfers, boletos, invoices, Pix, balance
MCP server for C6 Bank — Pix (cob/cobv), DICT keys, Boleto, balance, statement (OAuth2 + mTLS)
MCP server for Open Finance Brasil — accounts, transactions, consents, credit, loans, investments
MCP server for Stone — open banking, payments, Pix, transfers
MCP server for Yandex Metrika API — counters, goals, reports, segments, logs
MCP server for Kontur.Focus API — company search, brief reports, financial analytics, counterparty
Answers built from our own checks of this server.