← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-cobre

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-cobre",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Cobre API credential user id",
          "isRequired": true,
          "format": "string",
          "name": "COBRE_USER_ID"
        },
        {
          "description": "Cobre API credential secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "COBRE_SECRET"
        },
        {
          "description": "Override the API host. Defaults to https://api.cobre.co.",
          "format": "string",
          "name": "COBRE_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...