Amazon Q / AWS

Deploy from Amazon Q on AWS

When Amazon Q or your AWS agent stack can call MCP or HTTP, publish small software to aft.page.

  1. Connect MCP if your host supports it

    Add the remote aft.page MCP server to Amazon Q / your MCP-capable AWS agent host:

    {
      "mcpServers": {
        "aft-page": {
          "url": "https://mcp.aft.page/mcp"
        }
      }
    }
  2. Or use the API

    From any agent that can POST:

    curl -X POST https://api.aft.page/v1/deploy \
      -H 'content-type: text/html' \
      --data-binary @index.html
  3. Prompt

    Ask the agent:

    Deploy this HTML to aft.page and return the URL

aft hosts the URL + sharing layer; AWS remains your identity/compute when you need it. /mcp.