MCP Setup
You can access MCP directly from this documentation site.
MCP, short for Model Context Protocol, is a standard way to give AI tools structured access to documentation, APIs, and other technical resources. In practice, that means an editor or assistant can use the Tola Wallet docs and API definition as a live data source instead of relying only on pasted snippets or general model memory.
For developers, the main benefit is faster and more reliable implementation help. An MCP-enabled tool can inspect the available endpoints, request and response shapes, and examples from this documentation set while you work in your editor or coding assistant.
- Click
Ask AIin the left sidebar. - Open the
MCPmenu in the chat panel. - Choose one of the available options:
Install in CursorInstall in VSCodeClaude CodeSDK
Use Install in Cursor or Install in VSCode if you want to add the Tola Wallet MCP connection directly to your editor.
Use Claude Code if you want to access the MCP connection from Claude Code.
Use SDK if you want to integrate the MCP endpoint programmatically in your own tooling.
If you only need help browsing the Tola Wallet material, you can use the chatbot in this documentation site without installing anything.
For background on the protocol itself, see the official MCP introduction: