interbanking for Grok
io.github.rje1974/interbanking
Saldos y movimientos bancarios de Interbanking (Argentina). Solo lectura.
client:Grok
transport:stdio
runtime:npm
Install interbanking in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"interbanking": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"interbanking-mcp"
],
"env": {
"IB_CLIENT_ID": "<IB_CLIENT_ID>",
"IB_CLIENT_SECRET": "<IB_CLIENT_SECRET>",
"IB_REDIRECT_URL": "<IB_REDIRECT_URL>",
"IB_CUSTOMER_ID": "<IB_CUSTOMER_ID>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs