> For the complete documentation index, see [llms.txt](https://docs-core.allbridge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-core.allbridge.io/ai/allbridge-mcp.md).

# Allbridge MCP

Allbridge MCP coordinates bridge flows and integration lookups.

* Repository: [allbridge-io/allbridge-mcp](https://github.com/allbridge-io/allbridge-mcp)
* Docker image: [allbridge/io.allbridge.mcp](https://hub.docker.com/repository/docker/allbridge/io.allbridge.mcp/tags?name=latest)

### 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
