# Data Wallet Verification

Discover supported verification scopes and the claims they provide. Initiate and monitor data wallet verification flows to securely receive redacted wallet data. Clean up completed sessions to keep w…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ThierryThevenet/talao

# Browse available tools
npx -y smithery tool list ThierryThevenet/talao

# Get full schema for a tool
npx -y smithery tool get ThierryThevenet/talao get_supported_scopes

# Call a tool
npx -y smithery tool call ThierryThevenet/talao get_supported_scopes '{}'
```

## Direct MCP Connection

Endpoint: `https://talao--thierrythevenet.run.tools`

## Tools (4)

- `get_supported_scopes` — Return supported scopes, the claims each scope returns, and available verifier profiles.
- `start_wallet_verification` — Create a wallet request as a QR code image or deeplink.
- `poll_wallet_verification` — Poll current status for a session; returns structured status and redacted wallet_data.
- `revoke_wallet_flow` — Acknowledge cleanup for a session id (back-end TTL handles actual expiration).

```bash
# Get full input/output schema for a tool
npx -y smithery tool get ThierryThevenet/talao <tool-name>
```
