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

Reference