# Cloudflare One CASB (verified)

Cloud Access Security Broker. Identify security misconfigurations across SaaS applications.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list cloudflare/casb

# Get full schema for a tool
npx -y @smithery/cli@latest tool get cloudflare/casb accounts_list

# Call a tool
npx -y @smithery/cli@latest tool call cloudflare/casb accounts_list '{}'
```

## Direct MCP Connection

Endpoint: `https://cloudflare-casb.run.tools`

## Tools (13)

- `accounts_list` — List all accounts in your Cloudflare account
- `set_active_account` — Set active account to be used for tool calls that require accountId
- `integration_by_id` — Analyze Cloudflare One Integration by ID
- `integrations_list` — List all Cloudflare One Integrations in a given account
- `assets_search` — Search Assets by keyword
- `asset_by_id` — Search Assets by ID
- `assets_by_integration_id` — Search Assets by Integration ID
- `assets_by_category_id` — Search Assets by Asset Category ID
- `assets_list` — Paginated list of Assets
- `asset_categories_list` — List Asset Categories
- `asset_categories_by_vendor` — List asset categories by vendor
- `asset_categories_by_type` — Search Asset Categories by type
- `asset_categories_by_vendor_and_type` — Search Asset Categories by vendor and type

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