Last updated
Allbridge MCP includes a read-only developer assistant for integration work.
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
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.
The normal flow is:
search_allbridge_documentation
get_allbridge_product_summary
list_available_coding_resources
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