Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Resource Groups Tagging API MCP Config

<fullname>Resource Groups Tagging API</fullname>

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-resourcegroupstaggingapi.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-resourcegroupstaggingapi.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-resourcegroupstaggingapi": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-resourcegroupstaggingapi"],
      "env": {
      "AWS_RESOURCE_GROUPS_TAGGING_API_API_KEY": "your_aws_resource_groups_tagging_api_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-resourcegroupstaggingapi.json

Environment Variables

AWS_RESOURCE_GROUPS_TAGGING_API_API_KEY

Replace your_aws_resource_groups_tagging_api_api_key with your actual aws resource groups tagging api api key

Endpoints

POST/#X-Amz-Target=ResourceGroupsTaggingAPI_20170126.DescribeReportCreation

DescribeReportCreation

POST/#X-Amz-Target=ResourceGroupsTaggingAPI_20170126.GetComplianceSummary

GetComplianceSummary

POST/#X-Amz-Target=ResourceGroupsTaggingAPI_20170126.GetResources

GetResources

POST/#X-Amz-Target=ResourceGroupsTaggingAPI_20170126.GetTagKeys

GetTagKeys

POST/#X-Amz-Target=ResourceGroupsTaggingAPI_20170126.GetTagValues

GetTagValues

POST/#X-Amz-Target=ResourceGroupsTaggingAPI_20170126.StartReportCreation

StartReportCreation

POST/#X-Amz-Target=ResourceGroupsTaggingAPI_20170126.TagResources

TagResources

POST/#X-Amz-Target=ResourceGroupsTaggingAPI_20170126.UntagResources

UntagResources