Veezee vs Bright Data's LinkedIn MCP
What Bright Data publishes
Bright Data's LinkedIn coverage is five MCP tools: person profile, company profile, job listings, posts, and people search (github.com/brightdata/brightdata-mcp, assets/Tools.md). Each takes a LinkedIn URL and returns a structured JSON blob; people search takes a LinkedIn search URL rather than typed parameters.
All five require Pro mode (the pro=1 flag on Remote MCP, or PRO_MODE=true locally; docs.brightdata.com/ai/mcp-server/tools) and are excluded from the free 5,000-requests/month tier (brightdata.com/pricing/mcp-server). Pricing is pay-as-you-go at $1.50 per 1,000 results, dropping to $1.30/1,000 on a $499/month plan, $1.10/1,000 at $999/month, and $1.00/1,000 at $1,999/month (brightdata.com/pricing/mcp-server).
What Veezee offers
Veezee ships seven tools over MCP and REST: provision, resolve_url, get_profile, search_people, get_company, get_posts, get_usage. get_profile returns named sections (about, experience, education, skills); the base fetch includes the first two. search_people takes typed filters, including current_company and past_company by plain name. get_profile, get_company, and get_posts accept a URL, slug, or URN directly; resolve_url is only needed for a dirty identifier. A freshness parameter (recent or realtime) trades a small surcharge for a live fetch, refunded automatically on cached fallback.
| Bright Data LinkedIn MCP | Veezee | |
|---|---|---|
| Tools | 5 (person, company, jobs, posts, people-search) | 7 (incl. provision and get_usage) |
| Person profile | one tool, full blob, no section control | get_profile with named sections; first 2 included |
| People search | URL-in (agent builds a LinkedIn search URL) | typed filters (current_company, past_company by name) |
| Free access | 5,000 req/mo, but LinkedIn tools need Pro mode | 500 credits free, no signup, no card, plus keyless taste |
| Pricing | $1.50/1K results PAYG, down to $1.00/1K at $1,999/mo | per call: 4 credits profile, 10 credits search, 4 credits company, 4 credits posts |
| Auth | API token | API key only, no OAuth |
| Uptime | not itemized in public MCP pricing | not published |
Where each wins
Bright Data wins on scale and track record: a long-established vendor with published volume pricing, and job listings, which Veezee does not serve. It is also cheaper per result: at its published pay-as-you-go rate, one profile result costs a fraction of a cent, several times less than a single Veezee get_profile call.
Veezee's typed search_people filters avoid hand-building a LinkedIn search URL, and section-level get_profile targeting avoids paying for a full blob when two sections are enough. Veezee is newer and LinkedIn-only.