Docs
Everything to call Veezee's seven LinkedIn tools over MCP or REST.
Getting started
0. Try it with no key
curl "https://api.veezee.io/v1/companies?identifier=microsoft"
Keyless calls share a small taste allowance: 20 credits per IP per day, cached data only (no realtime), no Idempotency-Key needed. For the full trial, provision a key:
1. Add the MCP server
https://mcp.veezee.io/mcp
transport: streamable-http. No key needed to call provision. Pre-2025 clients that only speak the legacy HTTP+SSE transport can use https://mcp.veezee.io/sse instead.
2. Or provision directly over REST
curl -X POST https://api.veezee.io/v1/provision
The response carries api_key (shown exactly once; store it) and a claim_url. No signup, no card, 500 free credits.
3. Call a tool
MCP: once you've provisioned in the same session, later tool calls authenticate automatically. REST: send Authorization: Bearer <api_key> on every call, plus an Idempotency-Key header on metered routes.
Tools
- provision 0 cr: Create a free trial account.
- resolve_url 2 cr: Identify a LinkedIn URL.
- get_profile 4 cr: Get a LinkedIn person profile.
- search_people 10 cr: Search people on LinkedIn.
- get_company 4 cr: Get a LinkedIn company.
- get_posts 4 cr: Get recent posts by a person or company.
- get_usage 0 cr: Check credits and recent charges.
Reference
- Connect your client: verified install snippets per MCP host.
- Use cases: candidate sourcing, prospect enrichment, company research.
- Field reference: every field Veezee actually serves, by entity.
- OpenAPI: the machine-readable REST contract.
- Pricing + calculator
- AGENTS.md: non-obvious rules for agents calling Veezee.