Open Finance BR PISP β Pix payment initiation. Operator triggers a payerβpayee transfer through Iniciador's PISP license; payer authorizes once at their bank's app and the payment fires from the payer's own bank account. Alternative to merchant-acquirer rails when the payer's bank should be the source of funds. API key (X-API-KEY) + OAuth2 consent for some flows. Alpha on npm β endpoint set provisional pending live-validation.
$ npm install @codespar/mcp-iniciadorAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"iniciador": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-iniciador"
],
"env": {}
}
}
}Each tool is independent β your agent loads only what it needs to reduce context and response time.
Tool list is being indexed. Check the source on GitHub in the meantime.
MCP is a protocol β any framework that speaks it can mount this server.