MCP Server
MCP
io.github.codespar/mcp-matera
MCP server for Matera — Brazilian core-banking BaaS over Pix, DICT, and Pix Automático
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
By
Comments
Sign in to leave a comment