bedrock-agentcore:InvokeRegistryMcp

Read

bedrock-agentcore:InvokeRegistryMcp is a Read access-level action in the bedrock-agentcore service. Grants permission to invoke an MCP operation against an existing registry

Resource types

ARNs that bedrock-agentcore:InvokeRegistryMcp can be scoped to in an IAM policy.

arn:${Partition}:bedrock-agentcore:${Region}:${Account}:registry/${RegistryId}
registry

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows bedrock-agentcore:InvokeRegistryMcp. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowBedrockagentcoreInvokeRegistryMcp",
      "Effect": "Allow",
      "Action": "bedrock-agentcore:InvokeRegistryMcp",
      "Resource": "*"
    }
  ]
}

Related actions in bedrock-agentcore

View all bedrock-agentcore actions →