Connect to the MCP server
- Claude
- Claude Code
- Cursor
- VS Code
- Go to Connectors in Claude settings
- Select Add custom connector
- Add the server:
- Name:
WalletSuite - URL:
https://docs.walletsuite.io/mcp
- Name:
- Select Add
Available tools
Connected AI clients get access to two tools:| Tool | What It Does |
|---|---|
search_wallet_suite | Search across the WalletSuite knowledge base — docs, code examples, API references, guides |
query_docs_filesystem_wallet_suite | Read-only shell-like queries against a virtual filesystem of all docs pages. Supports cat, head, rg, tree, ls, grep, and other standard text utilities |
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:| File | URL | Use Case |
|---|---|---|
llms.txt | docs.walletsuite.io/llms.txt | Concise page index — good for smaller models or quick context |
llms-full.txt | docs.walletsuite.io/llms-full.txt | Full content of all pages — ideal for complete indexing |