MCP Integration

11 entities and 44 agent-callable operations in mcp. Each operation is addressed as {mega_tool}/mcp/{entity}/{operation} and carries the same permission check over MCP and REST.

custom_tool

OperationMega-toolWhat it does
createentity_crudCreate a custom MCP tool
deleteentity_crudDelete a custom MCP tool
generatesmart_actionGenerate a CustomTool config from a natural-language description via Claude (Bedrock-default).
listentity_crudList custom MCP tools
readentity_crudGet custom tool details
updateentity_crudUpdate a custom MCP tool

custom_tool_execution

OperationMega-toolWhat it does
listentity_crudList custom tool executions
readentity_crudGet custom tool execution details

federated_tool

OperationMega-toolWhat it does
listentity_crudList federated tools
readentity_crudGet federated tool details

federation_host

OperationMega-toolWhat it does
createentity_crudCreate a federation host
inbound_statusentity_crudInbound-access posture for federation hosts: whether a credential is set, when it was last used, and which trusts can actually execute.
issue_inbound_keyentity_crudMint or rotate a federation host's inbound credential.
listentity_crudList federation hosts
readentity_crudGet federation host details
revoke_inbound_keyentity_crudRevoke a federation host's inbound credential immediately.
updateentity_crudUpdate a federation host

federation_trust

OperationMega-toolWhat it does
createentity_crudCreate a federation trust relationship
listentity_crudList federation trust relationships
readentity_crudGet federation trust details
set_service_principalentity_crudBind (or clear) the least-privilege local user that inbound federated calls on a trust execute as.
updateentity_crudUpdate a federation trust relationship

mcp_api_key

OperationMega-toolWhat it does
deleteentity_crudDelete an MCP API key
listentity_crudList MCP API keys
readentity_crudGet MCP API key details
updateentity_crudUpdate an MCP API key

mcp_client

OperationMega-toolWhat it does
createentity_crudCreate an MCP client
deleteentity_crudDelete an MCP client
listentity_crudList MCP clients
readentity_crudGet MCP client details
updateentity_crudUpdate an MCP client

mcp_server_profile

OperationMega-toolWhat it does
createentity_crudCreate an MCP server profile
deleteentity_crudDelete an MCP server profile
listentity_crudList MCP server profiles
readentity_crudGet MCP server profile details
updateentity_crudUpdate an MCP server profile

mcp_tool_execution

OperationMega-toolWhat it does
listentity_crudList MCP tool executions
readentity_crudGet MCP tool execution details

mcp_tool_group

OperationMega-toolWhat it does
createentity_crudCreate an MCP tool group
deleteentity_crudDelete an MCP tool group
listentity_crudList MCP tool groups
readentity_crudGet MCP tool group details
updateentity_crudUpdate an MCP tool group

tool_execution

OperationMega-toolWhat it does
trendsreport_queryAggregate MCP tool-execution telemetry over a time window, bucketed by tool, category, or organization.

Parameter schemas and permissions

Parameter schemas and permission codenames are in the full reference — sign in — or call prism_introspect(dimension="capability_search", query="…") with your key.

In the full reference this application appears under entity_crud, report_query, smart_action.