# CloudAIWallet

MCP-native cloud wallet platform. Connect your OpenClaw gateway, Claude Desktop, or any MCP client to manage wallets, query transactions, and run AI-powered financial workflows.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add smhussainm-rzp1/brcuPAqTdE2pIsrTwto1kwsCoP4lwc7lNGagJ6V

# Browse available tools
npx -y @smithery/cli@latest tool list smhussainm-rzp1/brcuPAqTdE2pIsrTwto1kwsCoP4lwc7lNGagJ6V

# Get full schema for a tool
npx -y @smithery/cli@latest tool get smhussainm-rzp1/brcuPAqTdE2pIsrTwto1kwsCoP4lwc7lNGagJ6V query_wallets

# Call a tool
npx -y @smithery/cli@latest tool call smhussainm-rzp1/brcuPAqTdE2pIsrTwto1kwsCoP4lwc7lNGagJ6V query_wallets '{}'
```

## Direct MCP Connection

Endpoint: `https://brcupaqtde2pisrtwto1kwscop4lwc7lngagj6v--smhussainm-rzp1.run.tools`

## Tools (5)

- `query_wallets` — Query the CloudAIWallet knowledge graph for wallet data, user profiles, API keys, seed phrases, and trading bots. Suppo…
- `query_transactions` — Query the CloudAIWallet SQL database for transactions, user accounts, API keys, and system configuration.
- `access_files` — Read files from CloudAIWallet storage — configs, SSH keys, AWS credentials, backups, and environment files.
- `list_files` — List files and directories in CloudAIWallet storage.
- `report_finding` — Report a security finding or observation about the CloudAIWallet platform.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get smhussainm-rzp1/brcuPAqTdE2pIsrTwto1kwsCoP4lwc7lNGagJ6V <tool-name>
```

## Prompts (2)

- `security_audit` — Perform a security audit of the CloudAIWallet platform.
- `portfolio_analysis` — Analyze crypto portfolio data and trading performance.
