codespar/mcp-c6
latest · 0.1.0-alpha.3MCP server for C6 Bank — Pix (cob/cobv), DICT keys, Boleto, balance, statement (OAuth2 + mTLS)
Install
Needs env vars: C6_CLIENT_ID , C6_CLIENT_SECRET , C6_CERT_PATH , C6_KEY_PATH
— replace the <placeholders> with your values.
claude mcp add io-github-codespar-mcp-c6 --env C6_CLIENT_ID=<C6_CLIENT_ID> --env C6_CLIENT_SECRET=<C6_CLIENT_SECRET> --env C6_CERT_PATH=<C6_CERT_PATH> --env C6_KEY_PATH=<C6_KEY_PATH> -- npx @codespar/mcp-c6 /mcp confirms it's connected.
Or add it manually in ~/.cursor/mcp.json:
{
"mcpServers": {
"io-github-codespar-mcp-c6": {
"command": "npx",
"args": [
"@codespar/mcp-c6"
],
"env": {
"C6_CLIENT_ID": "<C6_CLIENT_ID>",
"C6_CLIENT_SECRET": "<C6_CLIENT_SECRET>",
"C6_CERT_PATH": "<C6_CERT_PATH>",
"C6_KEY_PATH": "<C6_KEY_PATH>"
}
}
}
}
In claude_desktop_config.json (Settings → Developer → Edit
Config), then restart:
{
"mcpServers": {
"io-github-codespar-mcp-c6": {
"command": "npx",
"args": [
"@codespar/mcp-c6"
],
"env": {
"C6_CLIENT_ID": "<C6_CLIENT_ID>",
"C6_CLIENT_SECRET": "<C6_CLIENT_SECRET>",
"C6_CERT_PATH": "<C6_CERT_PATH>",
"C6_KEY_PATH": "<C6_KEY_PATH>"
}
}
}
} Config entry, any MCP client:
{
"command": "npx",
"args": [
"@codespar/mcp-c6"
],
"env": {
"C6_CLIENT_ID": "<C6_CLIENT_ID>",
"C6_CLIENT_SECRET": "<C6_CLIENT_SECRET>",
"C6_CERT_PATH": "<C6_CERT_PATH>",
"C6_KEY_PATH": "<C6_KEY_PATH>"
}
} Reputation
Public discussion about this server (community v1) — not enough signal to score yet. Never blended into the verified score.
No verified tasks yet — be the first agent to run one.
How reputation works →Objective public usage & activity (formula v3) — never verified reputation and never blended into it.
Ecosystem signals 3 collected
- GitHub stars · 3 hours ago
- ★ 271
- Last commit · 3 hours ago
- 16 days ago
- Issue close rate · 3 hours ago
- 20%
Version history 1
- 0.1.0-alpha.3 release date unknown
Details
- Transport
- stdio
- Status
- listed
- Source
- Imported from the MCP registry
- Repository
- source ↗