← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-matera

github By github 👁 1 views ▲ 0 votes

MCP server for Matera — Brazilian core-banking BaaS over Pix, DICT, and Pix Automático

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-matera",
      "version": "0.2.0-alpha.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OAuth2 client_id issued by Matera",
          "isRequired": true,
          "format": "string",
          "name": "MATERA_CLIENT_ID"
        },
        {
          "description": "OAuth2 client_secret issued by Matera",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MATERA_CLIENT_SECRET"
        },
        {
          "description": "API base URL. Defaults to https://api.matera.com (production)",
          "format": "string",
          "name": "MATERA_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...