🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@codespar/mcp-cobre

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codespar/mcp-cobre

MCP server for Cobre — Colombian B2B treasury and payouts: balances, counterparties and money movements

latest
npmnpm
Version
0.1.0
Version published
Maintainers
2
Created
Source

@codespar/mcp-cobre

MCP server for Cobre — Colombian/Mexican B2B treasury and payouts platform: balance visibility, counterparty registration, and outbound money movements over Colombia's instant rails and Mexico's SPEI.

npm License: MIT

Auth is OAuth2 client credentials (POST /v1/auth); the server caches the access token and refreshes before expiry.

Quick Start

Claude Desktop

Add to ~/.config/claude/claude_desktop_config.json:

{
  "mcpServers": {
    "cobre": {
      "command": "npx",
      "args": ["-y", "@codespar/mcp-cobre"],
      "env": {
        "COBRE_USER_ID": "your-user-id",
        "COBRE_SECRET": "your-secret"
      }
    }
  }
}

Claude Code

claude mcp add cobre --env COBRE_USER_ID=uid --env COBRE_SECRET=sk -- npx -y @codespar/mcp-cobre

Tools (8)

ToolDescription
list_balancesBalances across every visible account
get_balanceOne balance by id
create_counterpartyRegister a payout beneficiary (CO bank account or MX CLABE)
list_counterpartiesList registered counterparties
get_counterpartyOne counterparty by id
create_money_movementCreate an outbound payout (instant rails / SPEI)
get_money_movementMovement status by id
list_money_movementsList movements

Environment

VariableRequiredDescription
COBRE_USER_IDyesAPI credential user id
COBRE_SECRETyesAPI credential secret
COBRE_BASE_URLnoOverride the API host (default https://api.cobre.co)

Docs

Enterprise

Need governance, budget limits, and audit trails for agent-driven payments on Cobre? CodeSpar Enterprise adds a policy engine, payment routing, and compliance templates on top of these MCP servers.

License

MIT

Keywords

mcp

FAQs

Package last updated on 04 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts