Skip to main content
Search and read the docs from inside your development environment, no browser tab required.

Connect to the MCP server

  1. Go to Connectors in Claude settings
  2. Select Add custom connector
  3. Add the server:
    • Name: WalletSuite
    • URL: https://docs.walletsuite.io/mcp
  4. Select Add
In any chat, click the attachments button (plus icon) and select the WalletSuite connector, then ask your question.

Available tools

Connected AI clients get access to two tools:
ToolWhat It Does
search_wallet_suiteSearch across the WalletSuite knowledge base — docs, code examples, API references, guides
query_docs_filesystem_wallet_suiteRead-only shell-like queries against a virtual filesystem of all docs pages. Supports cat, head, rg, tree, ls, grep, and other standard text utilities
Typical workflow: Use search_wallet_suite for broad queries (“how does band filtering work”). Use query_docs_filesystem_wallet_suite to read specific pages by path (head -80 /core-concepts/band-filtering.mdx) or grep for exact terms (rg -C 3 "MCP_BANDS" /).

LLM feed files

Two continuously updated files for ingesting WalletSuite docs into custom GPTs, RAG pipelines, or any LLM application:
FileURLUse Case
llms.txtdocs.walletsuite.io/llms.txtConcise page index — good for smaller models or quick context
llms-full.txtdocs.walletsuite.io/llms-full.txtFull content of all pages — ideal for complete indexing
Both files are auto-generated and always reflect the latest published docs.