npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@codespar/mcp-cobre

v0.1.0

Published

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

Readme

@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)

| Tool | Description | |---|---| | list_balances | Balances across every visible account | | get_balance | One balance by id | | create_counterparty | Register a payout beneficiary (CO bank account or MX CLABE) | | list_counterparties | List registered counterparties | | get_counterparty | One counterparty by id | | create_money_movement | Create an outbound payout (instant rails / SPEI) | | get_money_movement | Movement status by id | | list_money_movements | List movements |

Environment

| Variable | Required | Description | |---|---|---| | COBRE_USER_ID | yes | API credential user id | | COBRE_SECRET | yes | API credential secret | | COBRE_BASE_URL | no | Override the API host (default https://api.cobre.co) |

Docs

  • Provider docs: https://docs.cobre.co
  • Managed tier (one interface across every LATAM provider, governance + audit): https://codespar.dev/agents

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