MCP Server
MCP
io.github.codespar/mcp-dock
MCP server for Dock — Brazilian Banking-as-a-Service: accounts, Pix, card issuing for fintechs
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-dock",
"version": "0.2.0-alpha.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OAuth2 client_id issued by Dock",
"isRequired": true,
"format": "string",
"name": "DOCK_CLIENT_ID"
},
{
"description": "OAuth2 client_secret issued by Dock",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DOCK_CLIENT_SECRET"
},
{
"description": "Environment: sandbox or production. Defaults to sandbox.",
"format": "string",
"name": "DOCK_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment