{
  "servers": [
    {
      "server": {
        "name": "order-management",
        "title": "Order Management",
        "description": "Order CRUD operations via enterprise AgentCore Gateway",
        "version": "1.0.0",
        "remotes": [
          {
            "type": "streamable-http",
            "url": "https://plt-bedrock-agentcore-gateway-dev-7uza8e7pqt.gateway.bedrock-agentcore.ap-southeast-2.amazonaws.com/mcp",
            "headers": [
              {
                "name": "Authorization",
                "value": "Bearer eyJraWQiOiJWMkFZTlNFc1JoLy9VcGhvZFFQQWhMbXkyQ01WMTk2dGM4YzMzWEZTenhFPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiIzYW1sZzlrZ3Y3cjBuYTRxcTcwY2Z0aGZrZiIsInRva2VuX3VzZSI6ImFjY2VzcyIsInNjb3BlIjoibWNwLWdhdGV3YXkvaW52b2tlIiwiYXV0aF90aW1lIjoxNzgwNTMyNzgyLCJpc3MiOiJodHRwczovL2NvZ25pdG8taWRwLmFwLXNvdXRoZWFzdC0yLmFtYXpvbmF3cy5jb20vYXAtc291dGhlYXN0LTJfZ1RkQkxVcHZ2IiwiZXhwIjoxNzgwNTM2MzgyLCJpYXQiOjE3ODA1MzI3ODIsInZlcnNpb24iOjIsImp0aSI6IjBiYzdlNTI3LWI1MDQtNDMwMS1iOGZkLWM2M2UyY2VjNDAyNyIsImNsaWVudF9pZCI6IjNhbWxnOWtndjdyMG5hNHFxNzBjZnRoZmtmIn0.MAWYM9HrrFwFIwlRhSH4dXIjmKOp8u3ErKidaWyMgIYzxNJTzLQgtrfHEDCLKGQbRRLSkCKICmxFemwKS-LfuJi2tjTLRF9T9UrHXD8cRv1j7P_DICfwj0k4RkZNF6F-pHyyqmqWfjmNtUnGi2_Gk-pclJIsXP_qwleRWtrvoUmQzqSub9xIsYmzy98L9m6gAyZZN-0Ghx_bAbZrNaEDaC-n6MiFn6nImH1bHkhFQvK_YG4NKt7tlAnmVpHRVYNXcOJnTRYr3M0Fhkrg6xcKbRxppPogef8yW9rn4LcaJGHKQQ_e_w5yEfgosmxzqUPBHBba_27x3XaYecgX_0y8ww"
              }
            ]
          }
        ]
      }
    },
    {
      "server": {
        "name": "git-mcp",
        "description": "Git operations as MCP tools.",
        "version": "0.4.2",
        "packages": [
          {
            "registryType": "pypi",
            "identifier": "mcp-server-git",
            "transport": { "type": "stdio" }
          }
        ]
      }
    },
    {
      "server": {
        "name": "aws-documentation",
        "title": "AWS Documentation",
        "description": "Search official AWS documentation",
        "version": "1.0.0",
        "packages": [
          {
            "registryType": "pypi",
            "identifier": "awslabs.aws-documentation-mcp-server",
            "transport": {
              "type": "stdio"
            }
          }
        ]
      }
    },
    {
      "server": {
        "name": "time-mcp",
        "title": "Time and Timezones",
        "description": "Get current time and convert between timezones",
        "version": "1.0.0",
        "packages": [
          {
            "registryType": "pypi",
            "identifier": "mcp-server-time",
            "transport": {
              "type": "stdio"
            }
          }
        ]
      }
    },
    {
      "server": {
        "name": "aws-pricing",
        "title": "AWS Pricing Lookup",
        "description": "Search official AWS documentation",
        "version": "1.0.0",
        "packages": [
          {
            "registryType": "pypi",
            "identifier": "awslabs.aws-pricing-mcp-server",
            "transport": {
              "type": "stdio"
            },
            "env": {
              "AWS_PROFILE": "default",
              "AWS_REGION": "ap-southeast-2"
            }
          }
        ]
      }
    }
  ]
}