application-signals-mcp:InvokeMcp

Read

application-signals-mcp:InvokeMcp is a Read access-level action in the application-signals-mcp service. Grants permission to connect to and interact with the Application Signals MCP server (initialize, list tools, list resources, list prompts)

Resource types

ARNs that application-signals-mcp:InvokeMcp can be scoped to in an IAM policy.

arn:${Partition}:application-signals-mcp:${Region}:${Account}:mcp-server/ required
mcp-server

Condition keys

Keys you can use in the Condition block of a policy that grants application-signals-mcp:InvokeMcp.

aws:ResourceTag/${TagKey} String

Filters access by tag key-value pairs attached to the resource

Example IAM policy

A minimal policy that allows application-signals-mcp:InvokeMcp. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowApplicationsignalsmcpInvokeMcp",
      "Effect": "Allow",
      "Action": "application-signals-mcp:InvokeMcp",
      "Resource": "*"
    }
  ]
}

Related actions in application-signals-mcp

View all application-signals-mcp actions →