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
6 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 |
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. |
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) |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
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!