Skip to main content

AI & MCP connector

Prism exposes a Model Context Protocol (MCP) connector so an AI assistant can read your Prism data and take a few guarded actions — all inside your organization, with your permissions.

The connector lives at mcp.prism.intrasys.ai.

Authentication

The connector uses OAuth 2.1. When you connect an AI client, you sign in and consent for a specific organization — the resulting token is bound to that one org, and every tool call runs in it. Your org must be linked first (a one-time platform-admin step); ask Intrasys if a client reports the org isn't connected.

Every tool call is rate-limited and audited.

Read tools

The assistant can read (never mutating anything):

ToolReturns
list_facets / get_facetFacets and their detail.
list_sitesSites.
list_refractions / get_refractionRefractions and their graphs.
list_capture_sets / query_capture_setCapture Sets and their rows.
recent_signalsThe recent Signal timeline.
list_executions / get_executionRefraction runs and their stage results.
get_trigger_samplesReal trigger payloads for a Refraction.
list_approvalsPending human-approval items.
get_versionPlatform version.

Write tools

A few actions are allowed, each behind an explicit confirmation gate (the client asks you to approve before it runs, and fails closed if it can't):

ToolActionRole
decide_approvalApprove or reject a paused Refraction.Operator+
enable_refractionEnable a Refraction.Admin
disable_refractionDisable a Refraction.Admin
run_refraction_testRun a Refraction test — a live run.Admin

Prompts

The connector also ships ready-made prompts an assistant can use: diagnose an offline facet, summarize a capture set, and draft a refraction.