Last updated
Allbridge MCP coordinates bridge flows and integration lookups.
Repository: allbridge-io/allbridge-mcp
Docker image: allbridge/io.allbridge.mcp
Use Allbridge MCP when you want an AI client to help with a bridge task without touching private keys.
It can:
discover supported chains and tokens
plan a bridge route
check whether the sender can cover the transfer and fee
prepare destination prerequisites such as Stellar trustlines and Algorand opt-ins
build an execution job with the next step
broadcast a payload that is already signed
track the transfer after submission
search public explorer records by transfer hash or address
find the right docs, examples, and integration references
Allbridge MCP does not:
hold private keys
sign transactions
pick a local wallet for the user
Those responsibilities stay with Local Signer MCP.
Use Allbridge MCP when you need help deciding:
which route to take
which token or chain pair is supported
whether balance is sufficient for the move
what step comes next in the flow
where the correct integration guide or example lives
Last updated