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
https://mcp.dev2.istari.app/mcp/. Authentication is a Personal Access Token from Settings > Developer Settings. - 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 under the user identified by the PAT — permissions, control tags, and infosec levels are enforced server-side.
What's in this section
| Page | What it covers |
|---|---|
| Quick start | Connect Claude Desktop (or another MCP client) to the Istari Digital MCP service, including authentication and 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.