swift bic mcp for VS Code
io.github.mrfentmen/swift-bic-mcp
Look up SWIFT and BIC bank codes from a bundled directory. No network and no key.
client:VS Code
transport:stdio
runtime:npm
Install swift bic mcp in VS Code
.vscode/mcp.json
{
"servers": {
"swift-bic-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"swift-bic-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs