You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An MCP (Model Context Protocol) server that wraps the Bridge.xyz stablecoin infrastructure API, enabling AI assistants to interact with Bridge's payment and stablecoin services.
Features
Customer Management: Create and manage individual/business customers with KYC/KYB
Wallet Operations: Create custodial wallets on Solana, Ethereum, Polygon, and Base
Virtual Accounts: Set up fiat deposit addresses that auto-convert to stablecoins
Transfers: Move money between fiat and crypto (on-ramp, off-ramp, crypto-to-crypto)
External Accounts: Link bank accounts for payouts
Webhooks: Subscribe to Bridge events
Exchange Rates: Get current conversion rates
Installation
npm install @lnflash/bridge-mcp
Or clone and build from source:
git clone https://github.com/lnflash/bridge-mcp.git
cd bridge-mcp
npm install
npm run build
Configuration
Set your Bridge API key as an environment variable:
export BRIDGE_API_KEY="your-api-key-here"# Optional: Use sandbox environmentexport BRIDGE_BASE_URL="https://api.sandbox.bridge.xyz/v0"
Usage with Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):