# Purple Flea

Claim free casino credits for use on the Purple Flea gaming platform. Register a new account to receive a one-time bonus for games like coin flip, dice, and roulette. Start playing immediately after …

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list purpleflea/faucet

# Get full schema for a tool
npx -y @smithery/cli@latest tool get purpleflea/faucet claim_faucet

# Call a tool
npx -y @smithery/cli@latest tool call purpleflea/faucet claim_faucet '{}'
```

## Direct MCP Connection

Endpoint: `https://faucet--purpleflea.run.tools`

## Tools (1)

- `claim_faucet` — Claim $1 of free casino credits from the Purple Flea faucet. One-time per agent. Agent must be registered at casino.pur…

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