MCP Service
The Istari Digital MCP Service exposes the Istari Digital Platform to LLM-powered tools through the Model Context Protocol. Once connected, an MCP-compatible client (Claude Desktop, Cursor, and others) can search the platform's API surface and execute calls on behalf of the authenticated user — to summarize systems, run jobs, query metadata, or drive other automations from chat.
Key features
- Hosted endpoint, no install. Connect clients to your installation's MCP URL (for example
https://mcp.dev2.istari.app/mcp/). Authentication is OIDC — an interactive browser sign-in. - Two tools, broad surface coverage.
searchdiscovers available API methods and parameters;executeruns Python expressions against Resources, Jobs, Systems, Access, Agents, Users, and Storage. - Same authorization as the UI. Calls execute as the signed-in user — permissions, control tags, and infosec levels are enforced server-side.
What's in this section
| Page | What it covers |
|---|---|
| Quick start | Connect an MCP client with OIDC, including the legal disclaimer for LLM integration. |
| API reference | The search and execute tools, supported domains, and a typical search → execute workflow. |
caution
Connecting Istari Digital data to an external LLM carries data-handling implications. Read the Legal Disclaimer on the Quick start page before integrating with a production LLM.