# Cloudflare Logpush (verified)

Logpush job management. Get summaries and health checks for your Logpush configurations.

## Quick Start

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

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

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

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

## Direct MCP Connection

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

## Tools (3)

- `accounts_list` — List all accounts in your Cloudflare account
- `set_active_account` — Set active account to be used for tool calls that require accountId
- `logpush_jobs_by_account_id` — All Logpush jobs by Account ID.

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