Microsoft Windows Server · Capability

Windows Server Web Management

Unified workflow for IT administrators to manage IIS web sites, applications, and application pools for enterprise web hosting on Windows Server.

Run with Naftiko MicrosoftWindows ServerIISWeb Server

What You Can Do

GET
List websites — List all web sites
/v1/websites
POST
Create website — Create a web site
/v1/websites
GET
Get website — Get web site details
/v1/websites/{id}
PATCH
Update website — Update a web site
/v1/websites/{id}
DELETE
Delete website — Delete a web site
/v1/websites/{id}
GET
List applications — List all applications
/v1/applications
POST
Create application — Create an application
/v1/applications
GET
List application pools — List all application pools
/v1/application-pools
POST
Create application pool — Create an application pool
/v1/application-pools

MCP Tools

list-websites

List all IIS web sites on the server

read-only
create-website

Create a new IIS web site

get-website

Get details for a specific web site

read-only
update-website

Update an IIS web site configuration

idempotent
delete-website

Delete an IIS web site

list-applications

List all web applications

read-only
create-application

Create a new web application

get-application

Get web application details

read-only
update-application

Update a web application

idempotent
delete-application

Delete a web application

list-application-pools

List all IIS application pools

read-only
create-application-pool

Create an IIS application pool

get-application-pool

Get application pool details

read-only
update-application-pool

Update an application pool configuration

idempotent
delete-application-pool

Delete an application pool

APIs Used

iis-administration