Let AI agents read LinkedIn, Reddit, and X

~/work — agent
✻ coding agent · veezee connected · ~/work
> What are people on Reddit saying about Notion this month? I want themes for our launch messaging.
I'll search Reddit through Veezee and read the top discussion.
veezee - reddit_search (MCP)(query: "notion", type: "posts", range: "month")
⎿ 25 posts · 6 credits
veezee - reddit_get_post (MCP)(post_ids: ["t3_1kx3f2"], detail: "full")
⎿ 1 post + full discussion thread · 8 credits
Three themes this month: requests for offline mode, praise for the new calendar view, and pricing pushback from small teams. Write-up with quotes and links is in themes.md.
2 tool calls · 14 credits · the free tier covers 200 credits a day
>
~/work⎇ mainveezee · 17 tools

Platforms lock agents out. Veezee hands them structured profiles, posts, and search across all three, set up by the agent itself.

Start free Buy credits

Free 200 credits per IP per day, no account, no card.
Another 10,000 credits free when you create an account.
Paid packs from $20.00 unlock real-time data, bigger searches, and no daily cap.

Quickstart#

Your agent's chat
Fetch https://veezee.io/agent-setup/prompt.md and follow the setup instructions.

Works in any agent that can fetch a URL or run shell commands.

Terminal
claude mcp add --transport http veezee https://mcp.veezee.io/all
Settings
Settings > Connectors > Add custom connector > https://mcp.veezee.io/all
.cursor/mcp.json
{
  "mcpServers": {
    "veezee": { "url": "https://mcp.veezee.io/all" }
  }
}
mcp_config.json
{
  "mcpServers": {
    "veezee": { "serverUrl": "https://mcp.veezee.io/all" }
  }
}
.vscode/mcp.json
{
  "servers": {
    "veezee": { "type": "http", "url": "https://mcp.veezee.io/all" }
  }
}
Terminal
codex mcp add veezee --url https://mcp.veezee.io/all
cline_mcp_settings.json
{
  "mcpServers": {
    "veezee": { "type": "streamableHttp", "url": "https://mcp.veezee.io/all" }
  }
}
settings.json
{
  "context_servers": {
    "veezee": { "url": "https://mcp.veezee.io/all" }
  }
}
n8n
Import a ready-made Veezee workflow, or point an MCP Client Tool node at
https://mcp.veezee.io/all
Guide: https://veezee.io/integrations/n8n

Works with any agent that supports MCP. Per-client setup: /docs/clients.

Terminal
npx @veezee/sdk init
vz linkedin profile get williamhgates

Works with any agent that can run shell commands. Full reference: /docs/cli.

Terminal
curl -s -X POST https://api.veezee.io/v1/keys/mint

curl "https://api.veezee.io/v1/linkedin/profiles?identifier=williamhgates" \
  -H "Authorization: Bearer $VEEZEE_API_KEY"

Plain HTTP from any language: mint a free key, then call every tool as a REST route. Docs: /docs, contract: /openapi.json.

Terminal
npm install @veezee/sdk
TypeScript
import { VeezeeClient } from "@veezee/sdk";

const client = new VeezeeClient();
await client.mint(); // reuses vz init's key, or creates one the first time
const profile = await client.linkedin.getProfile({ identifier: "williamhgates" });

Typed TypeScript client with retries and idempotency built in. Docs: /docs/sdk.

Use cases#

Worked, costed recipes. Each page names its tools, credits, and limits.

Pricing#

Free
$0 forever
  • 200 credits per IP per day
  • about 6,000 credits a month
  • 10,000 credits free when you create an account
  • recent data, all three platforms
No account, no card Start free
Flex pack
$20.00 one-time
  • 10,000 credits, they don't expire
  • real-time fetches on request (+2 credits/call)
  • pay as you go past that: $2.00 per 1,000 credits; nothing recurs
Production
$99.00 / month
  • 80,000 credits included each month
  • real-time fetches on request (+2 credits/call)
  • higher rate limits: 120 calls/min, 5 concurrent, search up to 30 results/call
  • cancel anytime at /manage

Only calls that return data spend credits; failed calls refund automatically. Full breakdown and worked cost examples: /pricing.

Built for agents#

Five ways in, one tool registry and one credit meter behind all of them.

Give your agent the data it needs to work for you#

Start free See pricing

Free 200 credits per IP per day. No account, no card.