{"_id":"@codespar/mcp-cobre","name":"@codespar/mcp-cobre","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@codespar/mcp-cobre","version":"0.1.0","description":"MCP server for Cobre — Colombian B2B treasury and payouts: balances, counterparties and money movements","type":"module","main":"./dist/index.js","bin":{"mcp-cobre":"dist/index.js"},"scripts":{"build":"tsc","start":"node dist/index.js"},"dependencies":{"@modelcontextprotocol/sdk":"^1.0.0"},"devDependencies":{"@types/node":"^22.0.0","typescript":"^5.8.0"},"license":"MIT","keywords":["mcp","cobre","treasury","payouts","banking","bre-b","colombia","mexico"],"mcpName":"io.github.codespar/mcp-cobre","_id":"@codespar/mcp-cobre@0.1.0","gitHead":"0cf000f9cad29acc97dc1e29789d180431c6fe12","types":"./dist/index.d.ts","_nodeVersion":"22.23.1","_npmVersion":"10.9.8","dist":{"integrity":"sha512-WIaYU231pYr4BIVZoQuBe7hXcGBuTc0o/+Tu2G9utHfp1M8kKXK/BRg/d6lkRG7BIERKQVE/NHXgA6SeDVt5oA==","shasum":"a5d3c08738f3a84ddcf20183919f1d69589782d4","tarball":"https://registry.npmjs.org/@codespar/mcp-cobre/-/mcp-cobre-0.1.0.tgz","fileCount":4,"unpackedSize":18221,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGAE6SqC2TSwNvf6EMQqh5YecWiDhL9yzLQVvfyuxhecAiEAxKJrvWZJpP3J2S+shjFrJCmIWF2HFTeH5yhP+tfZJm8="}]},"_npmUser":{"name":"codespar-npm","email":"fabiano@codespar.dev"},"directories":{},"maintainers":[{"name":"codespar-npm","email":"fabiano@codespar.dev"},{"name":"dangazineu","email":"daniel.gazineu@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mcp-cobre_0.1.0_1783129586660_0.8459936958975711"},"_hasShrinkwrap":false}},"time":{"created":"2026-07-04T01:46:26.419Z","0.1.0":"2026-07-04T01:46:26.824Z","modified":"2026-07-04T01:46:27.123Z"},"maintainers":[{"name":"codespar-npm","email":"fabiano@codespar.dev"},{"name":"dangazineu","email":"daniel.gazineu@gmail.com"}],"description":"MCP server for Cobre — Colombian B2B treasury and payouts: balances, counterparties and money movements","keywords":["mcp","cobre","treasury","payouts","banking","bre-b","colombia","mexico"],"license":"MIT","readme":"# @codespar/mcp-cobre\n\n> 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.\n\n[![npm](https://img.shields.io/npm/v/@codespar/mcp-cobre)](https://www.npmjs.com/package/@codespar/mcp-cobre)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nAuth is OAuth2 client credentials (`POST /v1/auth`); the server caches the access token and refreshes before expiry.\n\n## Quick Start\n\n### Claude Desktop\n\nAdd to `~/.config/claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"cobre\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@codespar/mcp-cobre\"],\n      \"env\": {\n        \"COBRE_USER_ID\": \"your-user-id\",\n        \"COBRE_SECRET\": \"your-secret\"\n      }\n    }\n  }\n}\n```\n\n### Claude Code\n\n```bash\nclaude mcp add cobre --env COBRE_USER_ID=uid --env COBRE_SECRET=sk -- npx -y @codespar/mcp-cobre\n```\n\n## Tools (8)\n\n| Tool | Description |\n|---|---|\n| `list_balances` | Balances across every visible account |\n| `get_balance` | One balance by id |\n| `create_counterparty` | Register a payout beneficiary (CO bank account or MX CLABE) |\n| `list_counterparties` | List registered counterparties |\n| `get_counterparty` | One counterparty by id |\n| `create_money_movement` | Create an outbound payout (instant rails / SPEI) |\n| `get_money_movement` | Movement status by id |\n| `list_money_movements` | List movements |\n\n## Environment\n\n| Variable | Required | Description |\n|---|---|---|\n| `COBRE_USER_ID` | yes | API credential user id |\n| `COBRE_SECRET` | yes | API credential secret |\n| `COBRE_BASE_URL` | no | Override the API host (default `https://api.cobre.co`) |\n\n## Docs\n\n- Provider docs: https://docs.cobre.co\n- Managed tier (one interface across every LATAM provider, governance + audit): https://codespar.dev/agents\n\n## Enterprise\n\nNeed governance, budget limits, and audit trails for agent-driven payments on Cobre? [CodeSpar Enterprise](https://codespar.dev/enterprise) adds a policy engine, payment routing, and compliance templates on top of these MCP servers.\n\n## License\n\nMIT\n","readmeFilename":"README.md","_rev":"1-f17e4363e671b35624de45207f5fde38"}