For the complete documentation index, see llms.txt. This page is also available as Markdown.

Allbridge MCP

Allbridge MCP coordinates bridge flows and integration lookups.

What it is

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

What it is not

Allbridge MCP does not:

  • hold private keys

  • sign transactions

  • pick a local wallet for the user

Those responsibilities stay with Local Signer MCP.

When to use it

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