Back to Demo Hub MCP Positioning Diagram

Live MCP Proof

MCP Proof Console

This page turns MCP into a presentation surface instead of a raw JSON dump. It shows three live proofs: JSON-RPC tool discovery, a successful MCP tool call, and tenant policy enforcement.

Proof 1

Tool discovery over JSON-RPC

Proof 2

Governed tool execution

Proof 3

Policy enforcement on unauthenticated access

What this proves

SuiteCentral is exposing MCP as a governed runtime, not just a documentation claim.

How to use it live

Talk to the colored status badges first, then expand the response blocks only if someone asks for detail.

Presenter cue

“Discovery, execution, and control all sit in one governed MCP surface.”

Tool Registry

JSON-RPC `tools/list`

Loading

Proves that SuiteCentral exposes discoverable MCP tools over JSON-RPC. This is the protocol-level “what can you do?” handshake.

Running live probe...
Show response excerpt
Waiting for response...

Tool Execution

Live `suitecentral.integration_status` Call

Loading

Proves MCP is not only discoverable, but callable. This uses `tools/call` to return real operational data through the MCP layer.

Running live tool call...
Operations
-
Subscriptions
-
Governance
-
Show response excerpt
Waiting for response...

Policy Enforcement

Tenant Policy Access Check

Loading

Proves policy controls are enforced. In an unauthenticated browser, the expected result is a `401`, which is the desired control outcome.

Running live policy check...
Presenter line: “This is the point. The policy surface is live, but it does not expose configuration without authorization.”
Show response excerpt
Waiting for response...

Optional Gateway Proof

Gateway Tool Availability

Loading

This probe calls the optional gateway tool `suitecentral.mcp_discover`. If the environment has gateway tools disabled, that is surfaced clearly instead of looking like a broken demo.

Checking optional gateway tool...
Show response excerpt
Waiting for response...