# io.github.codespar/mcp-cobre (npm · @codespar/mcp-cobre)

MCP server for Cobre — CO/MX B2B treasury: balances, counterparties, money movements

- Trust score: 70/100 (medium)
- Change this week: +46
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- npm · `@codespar/mcp-cobre`: 70/100 (this document), [markdown](https://verifymcp.io/servers/codespar-mcp-cobre/codespar-mcp-cobre.md), [page](https://verifymcp.io/servers/codespar-mcp-cobre/codespar-mcp-cobre)

## Channel facts

- Registry: `npm`
- Package: `@codespar/mcp-cobre`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 31 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 573 tokens (~71/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add codespar-mcp-cobre -- npx -y @codespar/mcp-cobre
```

### Codex

```bash
codex mcp add codespar-mcp-cobre -- npx -y @codespar/mcp-cobre
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "codespar-mcp-cobre": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@codespar/mcp-cobre"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add codespar-mcp-cobre --command npx --arg -y --arg @codespar/mcp-cobre
```

### Hermes

```yaml
mcp_servers:
  codespar-mcp-cobre:
    command: "npx"
    args: ["-y", "@codespar/mcp-cobre"]
```

### Other

```json
{
  "mcpServers": {
    "codespar-mcp-cobre": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-cobre"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-03 (score 69, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 65, +24)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-08-01 (score 41, +20)

- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 21, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 46, +22)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (8)

### `list_balances` (~47 tokens)

List the balances of every account visible to this credential (GET /v1/balances).

Input parameters:

- `page` (number): Page number
- `per_page` (number): Page size

### `get_balance` (~38 tokens)

Get one balance by id (GET /v1/balances/{id}).

Input parameters:

- `balance_id` (string, required): Balance id (bal_...)

### `create_counterparty` (~99 tokens)

Register a counterparty (beneficiary) to pay out to (POST /v1/counterparties). Pass the counterparty object in Cobre's shape: geo, account details (bank code + account number for CO, CLABE for MX SPEI), and beneficiary identity.

Input parameters:

- `counterparty` (object, required): Cobre counterparty payload. Shape depends on the destination rail; see https://docs.cobre.co for the geo-specific fields.

### `list_counterparties` (~43 tokens)

List registered counterparties (GET /v1/counterparties).

Input parameters:

- `page` (number): Page number
- `per_page` (number): Page size

### `get_counterparty` (~43 tokens)

Get one counterparty by id (GET /v1/counterparties/{id}).

Input parameters:

- `counterparty_id` (string, required): Counterparty id (cp_...)

### `create_money_movement` (~146 tokens)

Create an outbound money movement (POST /v1/money_movements): source account/balance, destination counterparty, amount and currency. Runs over Colombia's instant rails or Mexico's SPEI depending on the destination.

Input parameters:

- `amount` (number, required): Amount in minor units unless the account currency says otherwise
- `currency` (string, required): Currency code, e.g. COP or MXN
- `description` (string): Statement / tracking description
- `destination_id` (string, required): Destination counterparty id (cp_...)
- `external_id` (string): Your idempotency / reconciliation id
- `source_id` (string, required): Source account/balance id the funds leave from

### `get_money_movement` (~48 tokens)

Get a money movement and its status by id (GET /v1/money_movements/{id}).

Input parameters:

- `money_movement_id` (string, required): Money movement id (mm_...)

### `list_money_movements` (~42 tokens)

List money movements (GET /v1/money_movements).

Input parameters:

- `page` (number): Page number
- `per_page` (number): Page size

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/codespar-mcp-cobre/codespar-mcp-cobre#diagnostics

## Score history

- 2026-08-04: 70
- 2026-08-03: 69
- 2026-08-02: 65
- 2026-08-01: 41
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 24
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@codespar/mcp-cobre
- Socket report: https://socket.dev/npm/package/@codespar/mcp-cobre
- Repository: https://github.com/codespar/mcp-dev-latam
- Changelog RSS feed: https://verifymcp.io/servers/codespar-mcp-cobre/codespar-mcp-cobre/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/codespar-mcp-cobre/codespar-mcp-cobre/changelog.json
- HTML version of this page: https://verifymcp.io/servers/codespar-mcp-cobre/codespar-mcp-cobre
