Pacelab MCP

Read-only MCP endpoint for Pacelab analytics. This service is meant for trusted internal integrations and LLM clients.

OAuth is enabled for browser-based Claude connectors. Legacy bearer token auth still works for trusted internal clients.

Connection

Transport: streamable_http

MCP URL: https://mcp.pacelab.weareserver.it/mcp

Metadata URL: https://mcp.pacelab.weareserver.it/metadata

Datasets URL: https://mcp.pacelab.weareserver.it/datasets

Claude Setup

Claude workspace should use OAuth against this server. Internal API clients can still use the legacy bearer header if needed.

{
  "type": "streamable_http",
  "url": "https://mcp.pacelab.weareserver.it/mcp",
  "oauth": {
    "authorization_endpoint": "https://mcp.pacelab.weareserver.it/oauth/authorize",
    "token_endpoint": "https://mcp.pacelab.weareserver.it/oauth/token",
    "client_id": "pacelab-claude-workspace"
  }
}

Datasets

Tools

Tool Dataset Description
list_accessible_datasets_toolmetaList the dataset families and their currently accessible clients and offices.
get_owned_social_overview_toolowned_social_normalizedAggregate owned-social normalized KPI coverage for a client and period.
get_owned_social_content_records_toolowned_social_normalizedPaginated owned-social normalized records with KPI and creative coverage fields.
get_owned_social_content_evidence_toolowned_social_normalizedAsset analysis, embedding summaries, and comment samples for selected owned posts.
get_public_social_overview_toolpublic_socialAggregate public social coverage and KPI totals for a client and period.
get_public_social_content_records_toolpublic_socialPaginated public social content rows for a client and period.
get_public_social_comment_evidence_toolpublic_socialPublic comment evidence for selected content or profiles.
get_paid_media_overview_toolpaid_mediaOffice-scoped paid media overview for one office, optionally narrowed to a client.
get_paid_media_campaigns_toolpaid_mediaPaid media campaign list with pacing metrics and filters.
get_paid_media_metric_rows_toolpaid_mediaDaily paid media metric rows for downstream analysis.