MCP Server
MCP
io.github.codespar/mcp-iniciador
MCP server for Iniciador — Open Finance Brasil Pix payment initiation (PISP), ICP-Brasil + DCR
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-iniciador",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Iniciador OAuth2 client ID",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "INICIADOR_CLIENT_ID"
},
{
"description": "Iniciador OAuth2 client secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "INICIADOR_CLIENT_SECRET"
},
{
"description": "API base URL — defaults to Iniciador production. Override for sandbox.",
"format": "string",
"name": "INICIADOR_API_BASE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment