Sandbox tenant
You're querying an isolated workspace seeded with illustrative composite data. No real customer records anywhere in the loop.
MCP playground
This is Pact's real MCP substrate — the one Claude, Cursor, or any Model Context Protocol client connects to — pointed at a sandbox workspace. Ask a question, watch the model choose tools, call them live, and cite the records it used. No signup, no email, no card.
Ask the sandbox workspace anything a rev-ops lead would. The model picks Pact MCP tools, calls them live, and cites the records it used.
Sandbox workspace · illustrative composite data · sessions are rate-limited and logged.
The playground runs the production engine with a least-privilege tool roster — the guardrails aren't a demo mode, they're the product.
You're querying an isolated workspace seeded with illustrative composite data. No real customer records anywhere in the loop.
The same consent-at-selection filter production runs — tools the caller's scopes don't cover are never even offered to the model.
Each prompt and tool call writes the same audit rows an authenticated session would. That's the product, demonstrated.
Model spend lands on our meter, capped daily. If the playground hits its shared budget, it says so and pauses until tomorrow.
The playground offers the read-only roster below. Connect your own workspace and the server adds contacts (BYOK-decrypted), agent firing, and daily briefings — see the full roster.
query_accountsSearch CRM accounts. Consent-suppressed domains are filtered out — and counted.
query_dealsSearch pipeline deals, consent-filtered by the linked account.
query_pipeline_healthAggregate pipeline metrics — open value, weighted value, win rate, by stage.
get_metric_explanationAsk why a KPI moved. Runs the metric-explainer on aggregates only — no PII.
ask_workspaceA natural-language question across the workspace. Grounded, cited answer.
The same server you just talked to is live at https://api.pact.place/mcp/. Sign up, mint a token, and point Claude Desktop, Cursor, or the official MCP SDK at your own workspace.
Claude (native connector)
Settings → Connectors → Add custom connector, paste the endpoint, sign in to Pact and approve the read scopes — OAuth discovery handles the rest.
{
"mcpServers": {
"pact": {
"url": "https://api.pact.place/mcp/",
"headers": { "Authorization": "Bearer pact_live_xxx" }
}
}
}The sandbox is the appetizer. A demo gets you the full nine-tool server on your own data — consent rules, BYOK, audit trail and all.