Let AI agents read LinkedIn, Reddit, and X
Platforms lock agents out. Veezee hands them structured profiles, posts, and search across all three, set up by the agent itself.
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 top up the same key.
Quickstart#
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.
claude mcp add --transport http veezee https://mcp.veezee.io/allSettings > Connectors > Add custom connector > https://mcp.veezee.io/all{
"mcpServers": {
"veezee": { "url": "https://mcp.veezee.io/all" }
}
}{
"mcpServers": {
"veezee": { "serverUrl": "https://mcp.veezee.io/all" }
}
}{
"servers": {
"veezee": { "type": "http", "url": "https://mcp.veezee.io/all" }
}
}codex mcp add veezee --url https://mcp.veezee.io/all{
"mcpServers": {
"veezee": { "type": "streamableHttp", "url": "https://mcp.veezee.io/all" }
}
}{
"context_servers": {
"veezee": { "url": "https://mcp.veezee.io/all" }
}
}Import a ready-made Veezee workflow, or point an MCP Client Tool node at
https://mcp.veezee.io/all
Guide: https://veezee.io/integrations/n8nWorks with any agent that supports MCP. Per-client setup: /docs/clients.
npx @veezee/sdk init
vz linkedin profile get williamhgatesWorks with any agent that can run shell commands. Full reference: /docs/cli.
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.
npm install @veezee/sdkimport { 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.
Find candidates at a target company and screen the best.
Outreach list buildingTurn an ICP into a ranked prospect list with opener hooks.
Prospect enrichmentTurn a lead list into roles, companies, and profiles.
Account researchA pre-call briefing: company facts, key people, recent posts.
Company researchCompany facts plus what its people post.
Brand monitoringWhat Reddit and X say about your brand, daily.
Launch sentiment sweepHow Reddit and X reacted to a launch, in one pass.
Market researchThemes and sentiment from live discussions.
Post and voice researchWhat a person or company posts about: topics, tone, cadence.
Pricing#
- 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
- 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
- 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
- One prepaid credit meter across LinkedIn, Reddit, and X, self-serve from $0. Elsewhere: $1,999/month LinkedIn volume plans and a per-record X API behind developer approval. Sources: /alternatives.
- Real-time data on paid keys: live fetches when you ask, cached otherwise.
- Agents set themselves up: mint a free key in one call, no signup, no card.
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.
mcp.veezee.io/allAll three platforms on one connection; per-platform mounts too.
RESTapi.veezee.ioPlain HTTP, every tool a route, OpenAPI contract.
TypeScript SDKnpm install @veezee/sdkTyped client with retries and idempotency built in.
CLInpx @veezee/sdk initEvery tool as a vz subcommand, same package.
Agent skillsnpx skills add veezeehq/veezee-skillsInstallable SKILL.md packs.
Give your agent all three platforms#
Free 200 credits per IP per day. No account, no card.