Skip to content
MCP-BridgeMCP-Bridge
Databases

AWS Application Discovery Service MCP Config

<fullname>Amazon Web Services Application Discovery Service</fullname> <p>Amazon Web Services Application Discovery Service helps you plan application migration projects. It automatically identifies servers, virtual machines (VMs), and network dependencies in your on-premises data centers. For more

Config URL

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

https://mcpbridge.org/config/amazonaws-com-discovery.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-discovery": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-discovery"
      ],
      "env": {
        "AWS_APPLICATION_DISCOVERY_SERVICE_API_KEY": "your_aws_application_discovery_service_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-discovery": {
      "url": "https://mcpbridge.org/config/amazonaws-com-discovery.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-discovery": {
      "url": "https://mcpbridge.org/config/amazonaws-com-discovery.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-discovery.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-discovery": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-discovery"],
      "env": {
      "AWS_APPLICATION_DISCOVERY_SERVICE_API_KEY": "your_aws_application_discovery_service_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://mcpbridge.org/config/amazonaws-com-discovery.json

Environment Variables

AWS_APPLICATION_DISCOVERY_SERVICE_API_KEY

Replace your_aws_application_discovery_service_api_key with your actual aws application discovery service api key

Endpoints

POST/#X-Amz-Target=AWSPoseidonService_V2015_11_01.AssociateConfigurationItemsToApplication

AssociateConfigurationItemsToApplication

POST/#X-Amz-Target=AWSPoseidonService_V2015_11_01.BatchDeleteImportData

BatchDeleteImportData

POST/#X-Amz-Target=AWSPoseidonService_V2015_11_01.CreateApplication

CreateApplication

POST/#X-Amz-Target=AWSPoseidonService_V2015_11_01.CreateTags

CreateTags

POST/#X-Amz-Target=AWSPoseidonService_V2015_11_01.DeleteApplications

DeleteApplications

POST/#X-Amz-Target=AWSPoseidonService_V2015_11_01.DeleteTags

DeleteTags

POST/#X-Amz-Target=AWSPoseidonService_V2015_11_01.DescribeAgents

DescribeAgents

POST/#X-Amz-Target=AWSPoseidonService_V2015_11_01.DescribeConfigurations

DescribeConfigurations

POST/#X-Amz-Target=AWSPoseidonService_V2015_11_01.DescribeContinuousExports

DescribeContinuousExports

POST/#X-Amz-Target=AWSPoseidonService_V2015_11_01.DescribeExportConfigurations

DescribeExportConfigurations