Skip to main content

Getting Started

1. Get an API key

API keys are provisioned through the web app’s workspace settings. Each key is prefixed with sk_live_* and grants access to the channels (Meta, LinkedIn, Google) connected in that workspace.

2. Make your first call

All MCP tools are called via POST /{source}/mcp using JSON-RPC 2.0:

3. Discover available tools

List all tools available for a source:

4. Understanding the response

MCP tool responses follow this structure:
The result.content[0].text field contains a JSON-stringified payload with the actual data.

Available sources