← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-dock

github By github 👁 1 views ▲ 0 votes

MCP server for Dock — Brazilian Banking-as-a-Service: accounts, Pix, card issuing for fintechs

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...