{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-products/wallet/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Connect AI assistants to the documentation","description":"User guides, API reference, and support resources.","siteUrl":"https://docs.ripple.com","lang":"en-US","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"connect-ai-assistants-to-the-documentation","__idx":0},"children":["Connect AI assistants to the documentation"]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Executive summary"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["You can connect AI assistants to the Wallet-as-a-Service (Palisade) documentation through the Ripple Docs MCP server and through Context7."]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The Ripple Docs MCP server exposes this documentation set at ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://docs.ripple.com/mcp"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Any client that supports the Model Context Protocol (MCP) can connect, including Claude Code, Cursor, VS Code, and ChatGPT."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The documentation is also indexed by ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://context7.com"},"children":["Context7"]},", which serves version-current docs to AI coding tools."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["No authentication is required to read the documentation through either integration."]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["AI coding assistants answer questions from their training data, which can be"," ","outdated or incomplete for fast-moving products. Connecting your assistant to"," ","the live documentation lets it search and read the current pages — including"," ","API reference, payload examples, and release-specific behavior — before it"," ","answers."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"ripple-docs-mcp-server","__idx":1},"children":["Ripple Docs MCP server"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://modelcontextprotocol.io"},"children":["Model Context Protocol"]}," is an open"," ","standard that lets AI tools query external data sources. Ripple publishes an"," ","MCP server for this documentation site:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"text","header":{"controls":{"copy":{}}},"source":"https://docs.ripple.com/mcp\n","lang":"text"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The server covers all products on ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["docs.ripple.com"]},", including"," ","Wallet-as-a-Service (Palisade). When connected, your assistant can search the"," ","documentation and retrieve full pages in response to your questions."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"connect-claude-code","__idx":2},"children":["Connect Claude Code"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add the server with the Claude Code CLI:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"claude mcp add --transport http ripple-docs https://docs.ripple.com/mcp\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"connect-cursor","__idx":3},"children":["Connect Cursor"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Open the command palette (",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Cmd+Shift+P"]}," on macOS, ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Ctrl+Shift+P"]}," on Windows or Linux)."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Select ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Open MCP settings"]},", then ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Add custom MCP"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Add the server to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mcp.json"]},":"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"mcpServers\": {\n    \"ripple-docs\": {\n      \"url\": \"https://docs.ripple.com/mcp\"\n    }\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"connect-vs-code","__idx":4},"children":["Connect VS Code"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add the server to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":[".vscode/mcp.json"]}," in your workspace:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"servers\": {\n    \"ripple-docs\": {\n      \"type\": \"http\",\n      \"url\": \"https://docs.ripple.com/mcp\"\n    }\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"other-clients","__idx":5},"children":["Other clients"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Any MCP-compatible client can use the same URL. Consult your tool's"," ","documentation for how to register a remote MCP server over HTTP."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"context7","__idx":6},"children":["Context7"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://context7.com"},"children":["Context7"]}," indexes public product documentation and"," ","serves it to AI coding tools on demand. Ripple product documentation on"," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["docs.ripple.com"]}," is indexed by Context7, so tools with the Context7"," ","integration can pull current Wallet-as-a-Service (Palisade) documentation"," ","without a direct connection to the Ripple Docs MCP server."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Wallet-as-a-Service (Palisade) documentation is indexed as the"," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/websites/ripple_products_wallet"]}," library. To view the entry, see"," ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://context7.com/websites/ripple_products_wallet"},"children":["Wallet-as-a-Service (Palisade) on Context7"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To use it:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Add the Context7 MCP server to your tool by following the"," ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/upstash/context7"},"children":["Context7 installation guide"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Ask your assistant to look up ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Wallet-as-a-Service (Palisade)"]}," ","documentation, or reference the library ID"," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/websites/ripple_products_wallet"]}," directly in your prompt."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"choose-an-integration","__idx":7},"children":["Choose an integration"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Integration"},"children":["Integration"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Best for"},"children":["Best for"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Ripple Docs MCP server"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Direct search and retrieval from the live documentation site, always current."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Context7"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Teams already using Context7 for library documentation across their stack."]}]}]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Both integrations are read-only views of the public documentation. They do not"," ","provide access to your Wallet-as-a-Service (Palisade) organization, wallets,"," ","vaults, or any customer data, and you cannot execute API operations through"," ","them."]}]}]},"headings":[{"value":"Connect AI assistants to the documentation","id":"connect-ai-assistants-to-the-documentation","depth":1},{"value":"Ripple Docs MCP server","id":"ripple-docs-mcp-server","depth":2},{"value":"Connect Claude Code","id":"connect-claude-code","depth":3},{"value":"Connect Cursor","id":"connect-cursor","depth":3},{"value":"Connect VS Code","id":"connect-vs-code","depth":3},{"value":"Other clients","id":"other-clients","depth":3},{"value":"Context7","id":"context7","depth":2},{"value":"Choose an integration","id":"choose-an-integration","depth":2}],"frontmatter":{"title":"Connect AI assistants","seo":{"title":"Connect AI assistants to the documentation"}},"lastModified":"2026-07-27T12:01:15.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/products/wallet/connect-ai-assistants","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}