DocumentationOverviewEndpoints

Endpoints

Overview of all available API endpoints.

Request format

All requests use JSON. Send the API key in the Authorization header.

POST /api/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_visibility_scores",
    "arguments": {}
  }
}

Response format

Responses always contain a data object and optionally a meta object with pagination.