MCP Server
MCP
io.github.codespar/mcp-cobre
MCP server for Cobre — CO/MX B2B treasury: balances, counterparties, money movements
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
By
Comments
Sign in to leave a comment