Server Details
Free instant HTML hosting API. Deploy HTML pages, upload files, or extract ZIP archives with automatic TTL expiry and delete tokens. No API keys required.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
8 toolsbatch_deleteInspect
Delete multiple sites at once. Provide an array of site IDs and their delete tokens. Max 50 per request.
| Name | Required | Description | Default |
|---|---|---|---|
| sites | Yes | Array of sites to delete |
batch_deployInspect
Deploy multiple HTML or Markdown pages in a single request. Returns an array of site IDs, URLs, and delete tokens. Max 20 per request. Supports html or markdown content per entry.
| Name | Required | Description | Default |
|---|---|---|---|
| sites | Yes | Array of sites to deploy (max 20) |
delete_siteInspect
Delete a deployed site using its delete token
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | The site ID to delete | |
| deleteToken | Yes | The delete token returned when the site was created |
deploy_htmlInspect
Deploy HTML or Markdown content and get an instant public URL. Pages are permanent by default. Returns site ID, URL, and delete token. Use either html or markdown parameter (not both).
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time-to-live in days (omit = never expires) | |
| html | No | HTML content to deploy (use this OR markdown, not both) | |
| slug | No | Custom vanity slug for the URL (e.g. "my-project" → /s/my-project) | |
| title | No | Page title for markdown rendering (auto-detected from first # heading if omitted) | |
| ogImage | No | URL to Open Graph image for social media previews (1200x630px recommended) | |
| ogTitle | No | Open Graph title for social media previews (max 200 chars) | |
| markdown | No | Markdown content to deploy — auto-rendered to a styled HTML page (use this OR html, not both) | |
| password | No | Optional password to protect the page. Visitors must enter this password to view the content. | |
| ogDescription | No | Open Graph description for social media previews (max 500 chars) | |
| passwordExpiry | No | Password cookie expiry in hours (1-720, default 24). Only applies when password is set. |
fork_siteInspect
Fork/clone a public site — creates an independent copy with new ownership. The original site is unchanged. Cannot fork password-protected sites. Returns new site ID, URL, and delete token.
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time-to-live in days for the fork (omit = never expires) | |
| slug | No | Custom vanity slug for the forked site | |
| siteId | Yes | The site ID to fork | |
| ogImage | No | Override Open Graph image URL (inherits from source if omitted) | |
| ogTitle | No | Override Open Graph title (inherits from source if omitted) | |
| ogDescription | No | Override Open Graph description (inherits from source if omitted) |
get_site_analyticsInspect
Get view analytics for a deployed site including daily views, referrer breakdown, and recent view log. Requires the delete token.
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | The site ID to get analytics for | |
| deleteToken | Yes | The delete token returned when the site was created |
get_site_infoInspect
Get information about a deployed site (files, size, expiry)
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | The site ID to look up |
update_siteInspect
Update an existing site with new HTML or Markdown content without changing the URL. Requires the delete token from creation.
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | New HTML content (use this OR markdown, not both) | |
| title | No | Page title for markdown rendering (auto-detected from first # heading if omitted) | |
| siteId | Yes | The site ID or slug to update | |
| ogImage | No | URL to Open Graph image for social media previews (1200x630px recommended) | |
| ogTitle | No | Open Graph title for social media previews (max 200 chars) | |
| markdown | No | New Markdown content — auto-rendered to styled HTML (use this OR html, not both) | |
| password | No | Set or update password protection. Empty string removes password. | |
| deleteToken | Yes | The delete token returned when the site was created | |
| ogDescription | No | Open Graph description for social media previews (max 500 chars) |
Verify Ownership
This connector has been claimed. The /.well-known/glama.json file has been verified and ownership is confirmed.
Glama periodically re-verifies ownership. If the file is removed, the claim will be revoked.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!