> 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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-core.allbridge.io/ai/allbridge-mcp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
