Use Veezee from Cursor

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#

Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):

{
  "mcpServers": {
    "veezee": { "url": "https://mcp.veezee.io/all" }
  }
}

Cursor supports the MCP authorization spec, so first use should open a Veezee sign-in in your browser (email code, no password, no card); the config is verified against Cursor's docs, and the desktop sign-in flow has not been human-exercised yet (tested status: /docs/clients). Prefer a key, or running where no browser opens? Mint one free (curl -s -X POST https://api.veezee.io/v1/keys/mint, no body, shown once) and add "headers": { "Authorization": "Bearer <the minted key>" } to the server entry instead. When the free daily budget runs short, buy credits at /upgrade: checkout credits the same key.

What to try first#

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. All docs: /docs. A ready-made setup prompt: /agent-setup/prompt.md.