Connection check
verified live · 26h ago
demost
Reserve a subdomain, upload .zip via MCP, get a link. Optional document API at api.demo.st.
Tools
13
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
26h ago
Tools & capabilities
13 toolsRead from the running server on 26h ago.
check_subdomain_availability
name*
Check if a subdomain name is available on demo.st (e.g. "my-site" → my-site.demo.st). Check if a subdomain name is available on demo.st (e.g. "my-site" → my-site.demo.st).
clear_site
Remove deployed site content from your subdomain. Subdomain remains reserved. Remove deployed site content from your subdomain. Subdomain remains reserved.
create_collection
name*
Create a document collection (lowercase letter start; letters, numbers, underscores; max 63 chars). Max 20 collections per site. Create a document collection (lowercase letter start; letters, numbers, underscores; max 63 chars). Max 20 collections per site.
delete_collection
name*
Delete a document collection and all of its records. Delete a document collection and all of its records.
delete_record
id*collection*
Delete a record from a document collection. Delete a record from a document collection.
get_site_api_key
Get (or create) the public site API key for your reserved subdomain. Embed this key in your static site and call https://api.demo.st/v1 with Authorization: Bearer <key>. Tenant is… Get (or create) the public site API key for your reserved subdomain. Embed this key in your static site and call https://api.demo.st/v1 with Authorization: Bearer <key>. Tenant is scoped by the key — never share another site's key.
list_collections
List document collections for your site (api.demo.st document store). List document collections for your site (api.demo.st document store).
list_records
limitoffsetcollection*
List records in a document collection. List records in a document collection.
release_subdomain
Release your reserved subdomain. Deletes the reservation, any deployed site, and all document DB data for that site. Release your reserved subdomain. Deletes the reservation, any deployed site, and all document DB data for that site.
reserve_subdomain
subdomain*
Reserve a subdomain for the logged-in account. One subdomain per account. Reserve a subdomain for the logged-in account. One subdomain per account.
rotate_site_api_key
Rotate the public site API key. The old key stops working immediately; update your site with the new key. Rotate the public site API key. The old key stops working immediately; update your site with the new key.
upload_site
file_urlfile_pathzip_base64
Upload a .zip as site content for your reserved subdomain. Easiest for agents: zip_base64 (base64-encoded zip). Or file_url (public URL to zip). Or file_path (local path, when MCP… Upload a .zip as site content for your reserved subdomain. Easiest for agents: zip_base64 (base64-encoded zip). Or file_url (public URL to zip). Or file_path (local path, when MCP runs locally).
upsert_record
iddata*collection*