# Use Veezee from Codex CLI - Veezee

Veezee is 17 tools across LinkedIn, Reddit, and X (formerly Twitter): profile and company lookups, people search, discussion search, recency sweeps, and a free usage meter, all on one connection. Start free, no signup, no card: hosts that support MCP sign-in connect with zero keys, and everything else self-mints a free key in one call. Either way you run under a shared free per-IP daily budget of 200 credits a day.

## Setup

```
codex mcp add veezee --url https://mcp.veezee.io/all
codex mcp login veezee
```

`codex mcp login veezee` detects the server's OAuth support and starts the Veezee sign-in (email code, no password, no card), opening or printing the authorization URL. Headless or CI, where no browser can open: mint a free key and hand it to Codex through an environment variable instead:

```
curl -s -X POST https://api.veezee.io/v1/keys/mint   # returns your key, shown once
export VEEZEE_API_KEY=<the minted key>
codex mcp add veezee --url https://mcp.veezee.io/all --bearer-token-env-var VEEZEE_API_KEY
```

When the free daily budget runs short, buy credits at [/upgrade](/upgrade): checkout credits the same key, nothing to reconfigure.

## What to try first

- "Look up the LinkedIn profile for williamhgates and summarize their current role."
- "Search Reddit for what people are saying about a topic you care about, and summarize the sentiment."
- "Search X for the most recent posts about a topic you care about."

## Confirm it works

Ask your agent: "Fetch the LinkedIn profile for williamhgates and tell me the credit cost from the response envelope." A working connection returns the profile plus a credit cost in one round trip.

Full per-client reference, every host and its tested status: [/docs/clients](/docs/clients). All docs: [/docs](/docs). A ready-made setup prompt: [/agent-setup/prompt.md](/agent-setup/prompt.md).
