Bridge MCP Server
Supports creating and managing Ethereum wallets, and performing transfers on the Ethereum blockchain.
Enables Brazilian real (BRL) payments via Pix for fiat deposits and payouts.
Allows creation and management of Polygon wallets, and transfers on the Polygon network.
Facilitates euro (EUR) payments via SEPA for fiat transactions.
Provides tools for creating and managing Solana wallets, and transfers on the Solana blockchain.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bridge MCP ServerCreate a virtual account for USD deposits"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bridge MCP Server
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
Related MCP server: BlindPay MCP Server
Installation
npm install @lnflash/bridge-mcpOr clone and build from source:
git clone https://github.com/lnflash/bridge-mcp.git
cd bridge-mcp
npm install
npm run buildConfiguration
Set your Bridge API key as an environment variable:
export BRIDGE_API_KEY="your-api-key-here"
# Optional: Use sandbox environment
export 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):
{
"mcpServers": {
"bridge": {
"command": "npx",
"args": ["@lnflash/bridge-mcp"],
"env": {
"BRIDGE_API_KEY": "your-api-key-here"
}
}
}
}Or if installed locally:
{
"mcpServers": {
"bridge": {
"command": "node",
"args": ["/path/to/bridge-mcp/dist/index.js"],
"env": {
"BRIDGE_API_KEY": "your-api-key-here"
}
}
}
}Available Tools
Customer Operations
Tool | Description |
| Create a new individual or business customer |
| Get customer details by ID |
| List all customers with pagination |
Wallet Operations
Tool | Description |
| Create a custodial wallet on a blockchain |
| Get wallet details |
| List all wallets for a customer |
Virtual Account Operations
Tool | Description |
| Create a fiat deposit address that auto-converts to stablecoins |
| Get virtual account details |
| List all virtual accounts for a customer |
Transfer Operations
Tool | Description |
| Create a transfer (fiat↔crypto, crypto↔crypto) |
| Get transfer status |
| List transfers with optional filtering |
External Account Operations
Tool | Description |
| Link a bank account for payouts |
| Get external account details |
| List all external accounts for a customer |
Webhook Operations
Tool | Description |
| Create a webhook endpoint |
| List all webhook endpoints |
Utility
Tool | Description |
| Get current exchange rates |
Example Workflows
On-ramp: Fiat to Stablecoin
Create a customer:
bridge_create_customerCreate a wallet:
bridge_create_wallet(e.g., Solana)Create a virtual account:
bridge_create_virtual_account(USD → USDC)Share the bank details with the customer to deposit fiat
Bridge auto-converts and sends USDC to the wallet
Off-ramp: Stablecoin to Fiat
Create external account:
bridge_create_external_account(link bank)Create transfer:
bridge_create_transfer(bridge_wallet → ach)Monitor status:
bridge_get_transfer
Supported Currencies
Fiat
USD (ACH, Wire)
EUR (SEPA)
MXN (SPEI)
BRL (PIX)
GBP
Stablecoins
USDC
USDB (Bridge's native stablecoin)
EURC
Blockchains
Ethereum
Polygon
Solana
Base
Development
# Watch mode
npm run dev
# Build
npm run build
# Run
npm startLicense
MIT
Links
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceEnables AI agents to interact with multiple payment providers (Stripe, Paystack) through a unified API. Supports payment initialization, verification, refunds, customer management, and invoicing without requiring knowledge of specific provider implementations.Last updated2
- Alicense-qualityAmaintenanceEnables AI assistants to interact with BlindPay's stablecoin payment infrastructure, allowing users to create receivers, process payouts and payins across multiple blockchains, manage virtual accounts and wallets, and configure payment operations through natural language.Last updated4259MIT

Cresium MCP Serverofficial
FlicenseAqualityDmaintenanceEnables AI tools to manage financial operations through the Cresium Partner API, including transactions, payments, invoices, and wallet balances. It supports secure workflows such as bank address lookups, transfer previews, and signature request management.Last updated122- Alicense-qualityBmaintenanceEnables AI assistants to interact with PayBridgeNP payment gateway accounts through natural language. Provides read-only access to payments, refunds, analytics, and account data, with write capabilities planned for future versions.Last updated9301MIT
Related MCP Connectors
Connect AI agents to bank accounts, transactions, balances, and investments.
Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.
Live & historical FX rates and currency conversion for AI agents. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lnflash/bridge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server