mcp banco inter for Grok
io.github.samuelmoraesf/mcp-banco-inter
Servidor MCP para integração com o Banco Inter (PJ). Consulte saldos e gerencie cobranças.
client:Grok
transport:stdio
runtime:npm
Install mcp banco inter in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-banco-inter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-banco-inter"
],
"env": {
"CLIENT_ID": "<CLIENT_ID>",
"CLIENT_SECRET": "<CLIENT_SECRET>",
"CERT_PATH": "<CERT_PATH>",
"KEY_PATH": "<KEY_PATH>",
"X_CONTA_CORRENTE": "<X_CONTA_CORRENTE>",
"STORAGE_PATH": "<STORAGE_PATH>",
"INTER_IS_SANDBOX": "<INTER_IS_SANDBOX>"
}
}
}
}
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