ChatGPT
OpenAI's ChatGPT supports remote MCP servers. Connect Bipa Agents through Developer Mode connectors.
- A Bipa account with an active registration.
- A ChatGPT Plus, Pro, Business, Enterprise, or Edu subscription.
Setup
Connect directly to the Bipa Agents remote MCP server. No local installation required. Authentication is handled via OAuth 2.1 with PKCE.
Enable Developer Mode
Open ChatGPT (web or desktop app) → click your profile icon → Settings → Apps & Connectors → scroll to Advanced Settings → toggle Developer Mode on.
Create a new connector
In Settings → Apps & Connectors, click Create. Fill in the details:
Name: Bipa Agents
Description: PIX payments and financial tools via MCP
URL: https://mcp.bipa.app/mcp
Auth: OAuth Set authentication to OAuth. ChatGPT will handle the discovery and token exchange automatically.
Authorize with Bipa
After clicking Create, ChatGPT will redirect you to the Bipa authorization page. Sign in, review the permissions, and approve. You will be redirected back automatically.
Use in conversations
Start a new conversation. The Bipa Agents tools appear in the Developer Mode tool selector. Try: "What is my Bipa Agents balance?" or "Send 50 BRL to [email protected] via PIX".
Available MCP Tools
Once connected, the following tools become available to the AI assistant:
Pay for any service or API
Check all wallet balances
Transaction history
Get deposit addresses
List Pix keys
Decode a Pix BR Code
Check spending limits
Account profile
Current session info
Pay Lightning invoice
Create virtual Mastercard
Local mode: The CLI authenticates by opening your browser. You sign in with the Bipa app and the session token is stored locally.
Remote mode: The MCP client handles OAuth 2.1 automatically. It discovers endpoints via /.well-known/oauth-authorization-server, redirects you to the Bipa app for authorization, and exchanges the code for an access token using PKCE.