Getting Started
1. Get an API key
API keys are provisioned through the web app’s workspace settings. Each key is prefixed withsk_live_* and grants access to the channels (Meta, LinkedIn, Google) connected in that workspace.
2. Make your first call
All MCP tools are called viaPOST /{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:result.content[0].text field contains a JSON-stringified payload with the actual data.
Available sources
| Source | Endpoint | Protocol |
|---|---|---|
| Meta | POST /meta/mcp | MCP (JSON-RPC 2.0) |
POST /linkedin/mcp | MCP (JSON-RPC 2.0) | |
| Google Ads | POST /google-ads/mcp | MCP (JSON-RPC 2.0) |
| Google Sheets | GET/POST /google/sheets/* | REST |
| Google Drive | GET/POST /google/drive/* | REST |