MCP server for Pix BCB API — official Banco Central do Brasil Pix standard
claude mcp add mcp-pix-bcb -- npx -y @codespar/mcp-pix-bcb
claude_desktop_config.json
{
"mcpServers": {
"mcp-pix-bcb": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pix-bcb"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-pix-bcb": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pix-bcb"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-pix-bcb": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pix-bcb"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-pix-bcb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pix-bcb"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-pix-bcb": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pix-bcb"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.codespar--mcp-pix-bcb/reviews or the review_server meta-tool.
POST /mcp