Skip to main content
Glama
Ownership verified

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

8 tools
batch_deleteInspect

Delete multiple sites at once. Provide an array of site IDs and their delete tokens. Max 50 per request.

ParametersJSON Schema
NameRequiredDescriptionDefault
sitesYesArray 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
sitesYesArray of sites to deploy (max 20)
delete_siteInspect

Delete a deployed site using its delete token

ParametersJSON Schema
NameRequiredDescriptionDefault
siteIdYesThe site ID to delete
deleteTokenYesThe 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).

ParametersJSON Schema
NameRequiredDescriptionDefault
ttlNoTime-to-live in days (omit = never expires)
htmlNoHTML content to deploy (use this OR markdown, not both)
slugNoCustom vanity slug for the URL (e.g. "my-project" → /s/my-project)
titleNoPage title for markdown rendering (auto-detected from first # heading if omitted)
ogImageNoURL to Open Graph image for social media previews (1200x630px recommended)
ogTitleNoOpen Graph title for social media previews (max 200 chars)
markdownNoMarkdown content to deploy — auto-rendered to a styled HTML page (use this OR html, not both)
passwordNoOptional password to protect the page. Visitors must enter this password to view the content.
ogDescriptionNoOpen Graph description for social media previews (max 500 chars)
passwordExpiryNoPassword 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
ttlNoTime-to-live in days for the fork (omit = never expires)
slugNoCustom vanity slug for the forked site
siteIdYesThe site ID to fork
ogImageNoOverride Open Graph image URL (inherits from source if omitted)
ogTitleNoOverride Open Graph title (inherits from source if omitted)
ogDescriptionNoOverride 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
siteIdYesThe site ID to get analytics for
deleteTokenYesThe delete token returned when the site was created
get_site_infoInspect

Get information about a deployed site (files, size, expiry)

ParametersJSON Schema
NameRequiredDescriptionDefault
siteIdYesThe 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
htmlNoNew HTML content (use this OR markdown, not both)
titleNoPage title for markdown rendering (auto-detected from first # heading if omitted)
siteIdYesThe site ID or slug to update
ogImageNoURL to Open Graph image for social media previews (1200x630px recommended)
ogTitleNoOpen Graph title for social media previews (max 200 chars)
markdownNoNew Markdown content — auto-rendered to styled HTML (use this OR html, not both)
passwordNoSet or update password protection. Empty string removes password.
deleteTokenYesThe delete token returned when the site was created
ogDescriptionNoOpen 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.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.