Bridge tokens between supported EVM chains, discover routes, fetch quotes, and execute transfers through Stargate.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Stargate Bridge MCP.
The kukapay/stargate-bridge-mcp MCP server connects an MCP client to cross-chain transfers through the Stargate protocol. It provides discovery functions for supported chains and bridgeable tokens, quote retrieval for a selected route, and an execution function for submitting a transfer.
Use it to inspect available networks before selecting a route, identify destination tokens for a source token, compare the returned bridge details, or initiate a transfer after specifying the minimum destination amount. The execution path uses the first quote returned for the requested route.
Transfers require an Ethereum-compatible wallet private key. The server uses that key to sign transactions and broadcast them, so it should be run only in an environment where the key can be stored and protected appropriately.
An MCP client calls list_chains to retrieve supported networks and their chain details. list_bridgeable_tokens accepts a source chain key and source token address, then returns available destination chains, token symbols, and destination addresses.
get_quotes takes source and destination chain keys, source and destination token addresses, a source amount, and a minimum destination amount. Optional source and destination addresses can be supplied. The response includes expected and minimum received amounts, estimated time, fees, and the transaction steps needed for the route.
bridge_transfer accepts the same core route and amount information and can receive an optional destination address. It executes the first available quote, signing and broadcasting each transaction step. A successful result includes transaction hashes; a failed step returns an error.
The kukapay/stargate-bridge-mcp MCP server requires Python 3.10 or newer. The documented setup uses uv: clone the repository, enter its directory, and run uv sync. The README also lists installing the dependencies with pip as a fallback.
Create a .env file containing PRIVATE_KEY with the private key for the Ethereum-compatible wallet that will authorize transfers. Do not commit this file. The documented Claude Desktop setup runs main.py with uv and passes the repository directory and PRIVATE_KEY through the MCP configuration.
The README shows installation into Claude Desktop with uv run mcp install main.py --name "Stargate Bridge". A configured MCP client can then invoke the server's tools.
The kukapay/stargate-bridge-mcp MCP server exposes these tools:
list_chains: Lists supported chains in a sorted Markdown table.list_bridgeable_tokens: Finds destinations for a token from a specified source chain.get_quotes: Retrieves bridge quotes, fees, estimates, and transaction steps.bridge_transfer: Executes a transfer using the first quote returned.The server is described as MCP-compliant and suitable for clients including Claude and Cursor.
Bridging is currently limited to EVM-compatible chains, with Ethereum, Polygon, and Arbitrum given as examples. Non-EVM networks such as Solana are planned but are not supported by the current implementation.
A transfer can fail if a transaction step reverts or the wallet lacks sufficient gas. The tool's minimum destination amount should be selected by the caller, and the execution function does not provide a choice among multiple quotes because it uses the first one.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kukapay-stargate-bridge-mcp)<a href="https://allmcps.com/mcp/kukapay-stargate-bridge-mcp"><img src="https://allmcps.com/api/badge/kukapay-stargate-bridge-mcp?style=directory" alt="Stargate Bridge MCP on AllMCPs" /></a>