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

Developer Assistant

Allbridge MCP includes a read-only developer assistant for integration work.

What it helps with

Use it when you want to find the right source material for a question such as:

  • how Allbridge Core works

  • what a fee page explains

  • how the SDK handles a Solana transfer

  • how the REST API flow is structured

  • which example matches a given client or chain

What it does

The developer assistant narrows the search and points you at the right page, guide, or example.

It is useful when you want to move from a product question to the exact documentation that answers it.

How it works

The normal flow is:

  1. search_allbridge_documentation

  2. get_allbridge_product_summary

  3. list_available_coding_resources

  4. get_coding_resource_details

The assistant covers these content scopes:

  • project-docs for product pages, FAQs, audits, and ecosystem reports

  • sdk-integration for SDK guides and SDK-facing examples

  • rest-api-integration for REST API docs and implementation references

  • examples for local usage examples and client configuration samples

  • bridge for route planning, balance checks, execution jobs, and transfer tracking

  • dev for read-only documentation and integration guidance

  • broadcast for already signed transaction broadcast

Last updated