XLMTools
by @blockchain-oracle
Live data and actions for Stellar (XLM, Soroban, DEX, USDC), plus crypto prices, stock quotes, weather, domain checks, web search, deep research, screenshots...
"Command not found: xlm" β User needs to install: npm install -g @xlmtools/cli
"Account not found" / payment errors β Wallet needs funding. Direct user to https://faucet.circle.com for testnet USDC. XLM is auto-funded via friendbot on first wallet creation β but if the wallet already exists and is out of XLM, it won't re-fund. In that case, ask the user to visit https://lab.stellar.org/account/fund manually.
"Unknown tool: budget" (in CLI mode) β The CLI doesn't implement budget. Budget is MCP-only. Use an MCP-compatible host, or track spend externally.
"Budget limit reached" β Only appears in MCP mode. Ask user to either clear the budget (mcp__xlmtools__budget with action: "clear") or raise the cap (action: "set" with a higher amount).
MCP tools not appearing β User may need to install XLMTools as an MCP server: claude mcp add xlmtools npx @xlmtools/mcp. Fall back to CLI mode in the meantime if xlm is installed.
API server unreachable β XLMTools tools require the API server to be running. If every call hangs or times out, the API is either down or unreachable. Report to the user and stop retrying.
"Is this site up / accessible?" β There's no dedicated uptime tool. Closest approximation: domain (checks if DNS resolves) or scrape (fails loudly if the site is down, returns content if it's up). Note: domain does WHOIS availability, not HTTP reachability β a registered domain could still be offline.
clawhub install xlmtools