Platform MCP Server Tools

Understand Platform MCP Server Tools.

Overview

The Platform MCP Server exposes to expose executable functionality to clients as MCP tools

The Platform MCP Server publishes five types of MCP tools: Knowledge Graph tools, API Discovery tools, API Execution tools, Skill tools, and Session Management tools.

📷

Naming Conventions

Platform MCP Server tool groupings and tool names are subject to change in in future releases.

Knowledge Graph Tools

Knowledge Graph tools enable MCP clients to explore the Platform MCP Server knowledge graph to identify Platform API operations and resources that support a given Intelligent Risk Platform workflows.

ToolDescription
graph-suggest-workflowSuggest a workflow of Platform API operations to achieve a stated goal.
graph-find-relatedDiscover API operations related to a specific Platform API.
graph-exploreExplore the knowledge graph by API operation — upstream, downstream, or both.
graph-get-workflowRetrieve proven workflow patterns from the knowledge graph.
graph-validate-chainValidate a proposed workflow to determine whether it is feasible.
get-doc-contextRetrieve developer documentation for an API operation or workflow of related operations.
vector-searchSearch the knowledge graph for API operations based on semantic similarity.

The MCP client must be assigned the IRP Agentic Tools User role to use Knowledge Graph tools.

API Discovery Tools

API Discovery tools enable MCP clients to search Platform API specifications and developer resources for information on using Platform APIs.

ToolDescription
search-api-specSearch the Platform API specifications by operation, description, endpoint, or resource.
get-operation-specRetrieve complete specification for an operation.
search-workflowsSearch the library of API workflows.
get-workflowRetrieve a complete, runnable workflow collection.

The MCP client must be assigned the IRP Agentic Tools User role to use Discovery tools.

API Execution Tools

API Execution tools enable MCP clients submit requests using the Platform APIs.

ToolDescription
execute-apiRun Platform API operations available to the MCP client based on role-based permissions.

The MCP client must be assigned the IRP Agentic Tools User role to use the execute-api tool.

The Execute APIs with Platform MCP Server permission enables the MCP client to make requests using Platform APIs. Access to particular APIs or API operations are controlled by means of the other roles assigned to the MCP client.

Skill Tools (Beta)

Skill tools enable the MCP client to identify proven paths for designing Intelligent Risk Platform workflows. These tools are designed to ensure that the same intent produces the same outcome.

These tools are in the testing phase of development (beta). They are offered in beta before their official launch.

ToolDescription
skill-workflow-assistLeverage workflow assistant that combines knowledge graph discovery with guided reasoning to perform multi-step workflows. Requires MCP client to support MCP Sampling.
skill-fetch-api-dataGuided, repeatable data retrieval of Intelligent Risk Platform API documentation.

The MCP client must be assigned the IRP Agentic Tools User role to use Skill tools.

Session Management Tools

Session Management tools enable the MCP client to set and manage session variables.

ToolDescription
set-variableSet session variables, e.g. Intelligent Risk Platform hosts or credentials.
get-variablesList session variables.

The MCP client must be assigned the IRP Agentic Tools User role to use Session Management tools.


Did this page help you?