Skip to main content
Glama

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

6 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
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.
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)

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.