Claude Desktop
Anthropic's desktop app has first-class MCP support. Connect locally via the CLI or point to the remote server.
- A Bipa account with an active registration.
- bipa CLI installed (for local mode). Prefer the managed installer:
curl -fsSL https://agents.bipa.app/install.sh | sh. Developer package-manager installs are listed in the docs. - Run
bipa login --web --opento authenticate before configuring Claude Desktop (local mode only). Use--webalone to get the URL without auto-opening the browser.
Configuração Local (stdio)
Open Claude Desktop settings
Click the Claude menu → Settings → Developer → Edit Config. This opens the claude_desktop_config.json file.
Add the Bipa Agents MCP server
Add the following to your mcpServers configuration:
{
"mcpServers": {
"bipa": {
"command": "bipa",
"args": ["mcp", "serve", "--stdio"]
}
}
}Restart Claude Desktop
Close and reopen Claude Desktop. You should see the MCP tools icon (hammer) in the chat input, confirming the connection.
If the bipa command is not found, ensure ~/.local/bin is in your PATH or use the full path to the binary.
Configuração Remota (HTTP + OAuth)
Conecte-se diretamente ao servidor MCP remoto do Bipa Agents. Nenhuma instalação local é necessária. A autenticação é feita via OAuth 2.1 com PKCE.
Open Claude Desktop settings
Click the Claude menu → Settings → Developer → Edit Config.
Add the remote MCP server
Add the following to your mcpServers configuration:
{
"mcpServers": {
"bipa": {
"url": "https://mcp.bipa.app/mcp"
}
}
}Authenticate via OAuth
Restart Claude Desktop. When you first use a Bipa Agents tool, Claude will open your browser to complete the OAuth flow with Bipa. After authorization, the token is managed automatically.
The remote server uses OAuth 2.1 with PKCE. No API keys to manage.
Ferramentas MCP Disponíveis
Uma vez conectado, as seguintes ferramentas ficam disponíveis para o assistente de IA:
Conta & sessão
5bipa_whoamiInformações da sessão atualbipa_accountPerfil da contabipa_balanceVerifique todos os saldos da carteira, incluindo o cofrinhobipa_limitsVerifique os limites de gastosbipa_depositObtenha endereços de depósito
Pagamentos Pix
6bipa_payEnvie uma transferência Pix (suporta agendamento)bipa_pix_pay_keyPague via chave Pixbipa_pix_pay_brcodePague via BR Codebipa_pix_pay_tagPague um usuário Bipa pela tagbipa_pix_pay_trusted_contactPague um contato de confiançabipa_pix_pay_recipientPague um destinatário salvo
Consultas Pix
7bipa_pix_brcode_decodeDecodifique um BR Code Pixbipa_pix_brcode_encodeGere um BR Code Pix estático a partir de uma chavebipa_pix_brcode_previewVisualize um pagamento via BR Code antes de pagarbipa_pix_tag_previewBusque um usuário Bipa pela tagbipa_pix_keysListe as chaves Pixbipa_pix_trusted_contactsListe os contatos de confiançabipa_pix_recipient_suggestionsSugestões de destinatários recentes
Boletos & contas
3bipa_bank_slip_previewVisualize um boleto antes de pagarbipa_pay_bank_slipPague um boleto — requer aprovação no appbipa_dda_listListe os boletos registrados no DDA
Histórico & transações
4bipa_historyHistórico de transaçõesbipa_transactionsLista de transações multi-assetbipa_transaction_detailDetalhe de uma transação específicabipa_timelineTimeline unificada de toda a atividade
Cotações & portfólio
4bipa_tickersPreços atuais de BTC/USDTbipa_btc_pricesHistórico de preços BTC/BRLbipa_usdt_pricesHistórico de preços USDT/BRLbipa_portfolioResumo do portfólio por ativo e período
Modo local: O CLI autentica abrindo seu navegador. Você faz login pelo app Bipa e o token de sessão é armazenado localmente.
Modo remoto: O cliente MCP lida com o OAuth 2.1 automaticamente. Ele descobre os endpoints via /.well-known/oauth-authorization-server, redireciona você ao app Bipa para autorização e troca o código por um token de acesso usando PKCE.