Stargate Bridge MCP
An MCP server that enables cross-chain token transfers via the Stargate protocol.
Features
- Chain Discovery: List all supported blockchains with key details.
- Token Discovery: Find bridgeable tokens across chains.
- Quote Fetching: Get real-time bridge quotes with fees, estimates, and transaction steps.
- Automated Bridging: Execute transfers with automatic signing and broadcasting using your private key.
- MCP Integration: Fully compliant with MCP spec for easy use in Claude, Cursor, or other MCP clients.
| Tool | Description | Key Parameters |
|---|---|---|
list_chains |
Lists supported chains in a sorted Markdown table. | None |
list_bridgeable_tokens |
Lists bridgeable destinations for a source token. | src_chain_key, src_token |
get_quotes |
Fetches detailed quotes for a bridge route. | src_chain_key, dst_chain_key, src_token, dst_token, src_amount, dst_amount_min (optional: src_address, dst_address) |
bridge_transfer |
Executes a bridge transfer (uses first quote). | src_chain_key, dst_chain_key, src_token, dst_token, src_amount, dst_amount_min (optional: dst_address) |






