Direct Pix via BCB, charges, and carnets. One of the first fintechs authorized as a PSP by the Brazilian Central Bank.
$ npm install @codespar/mcp-efiAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"efi": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-efi"
],
"env": {
"EFI_CLIENT_SECRET": "<your_efi_client_secret>"
}
}
}
}After restart, your agent can call any of the 18 tools below โ try create_cob first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
EFI_CLIENT_SECRETAPI key for efi
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_cobget_coblist_cobscreate_chargeget_chargecreate_carnetget_pix_keycreate_pix_evpMCP is a protocol โ any framework that speaks it can mount this server.