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 ConventionsPlatform 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.
| Tool | Description |
|---|---|
graph-suggest-workflow | Suggest a workflow of Platform API operations to achieve a stated goal. |
graph-find-related | Discover API operations related to a specific Platform API. |
graph-explore | Explore the knowledge graph by API operation — upstream, downstream, or both. |
graph-get-workflow | Retrieve proven workflow patterns from the knowledge graph. |
graph-validate-chain | Validate a proposed workflow to determine whether it is feasible. |
get-doc-context | Retrieve developer documentation for an API operation or workflow of related operations. |
vector-search | Search 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.
| Tool | Description |
|---|---|
search-api-spec | Search the Platform API specifications by operation, description, endpoint, or resource. |
get-operation-spec | Retrieve complete specification for an operation. |
search-workflows | Search the library of API workflows. |
get-workflow | Retrieve 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.
| Tool | Description |
|---|---|
execute-api | Run 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.
| Tool | Description |
|---|---|
skill-workflow-assist | Leverage 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-data | Guided, 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.
| Tool | Description |
|---|---|
set-variable | Set session variables, e.g. Intelligent Risk Platform hosts or credentials. |
get-variables | List session variables. |
The MCP client must be assigned the IRP Agentic Tools User role to use Session Management tools.
Updated 8 days ago
