Tool Registry
JSON-RPC `tools/list`
Proves that SuiteCentral exposes discoverable MCP tools over JSON-RPC. This is the protocol-level “what can you do?” handshake.
Show response excerpt
Waiting for response...
Live MCP Proof
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
Proves that SuiteCentral exposes discoverable MCP tools over JSON-RPC. This is the protocol-level “what can you do?” handshake.
Waiting for response...
Tool Execution
Proves MCP is not only discoverable, but callable. This uses `tools/call` to return real operational data through the MCP layer.
Waiting for response...
Policy Enforcement
Proves policy controls are enforced. In an unauthenticated browser, the expected result is a `401`, which is the desired control outcome.
Waiting for response...
Optional Gateway Proof
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.
Waiting for response...