Skip to main content
Glama

Server Details

Reserve a subdomain, upload .zip via MCP, get a link. Optional document API at api.demo.st.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
demo-stage/demo.st
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.7/5 across 13 of 13 tools scored. Lowest: 2.9/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct action and resource: subdomain operations, site deployment, API key management, and document database CRUD. No two tools have overlapping purposes, and descriptions clearly differentiate them.

Naming Consistency4/5

Tool names consistently follow a verb_noun pattern in snake_case (e.g., check_subdomain_availability, create_collection). Minor deviation with 'get_site_api_key' and 'upsert_record', but overall pattern is clear and predictable.

Tool Count5/5

13 tools is well-scoped for the server's purpose encompassing subdomain management, static site deployment, and a document database. Each tool serves a necessary function without bloat.

Completeness3/5

Core workflows for subdomain, site, collections, and records are covered. However, there is no tool to retrieve a single record by ID, which is a notable gap that could hinder agents requiring read operations.

Available Tools

13 tools
check_subdomain_availabilityInspect

Check if a subdomain name is available on demo.st (e.g. "my-site" → my-site.demo.st).

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesSubdomain name: letters, numbers, hyphens only; 1–63 chars.
clear_siteInspect

Remove deployed site content from your subdomain. Subdomain remains reserved.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

create_collectionInspect

Create a document collection (lowercase letter start; letters, numbers, underscores; max 63 chars). Max 20 collections per site.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesCollection name, e.g. todos or posts.
delete_collectionInspect

Delete a document collection and all of its records.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesCollection name to delete.
delete_recordInspect

Delete a record from a document collection.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesRecord id.
collectionYesCollection name.
get_site_api_keyInspect

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 . Tenant is scoped by the key — never share another site's key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_collectionsInspect

List document collections for your site (api.demo.st document store).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_recordsInspect

List records in a document collection.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax records to return (default 100).
offsetNoOffset for pagination.
collectionYesCollection name.
release_subdomainInspect

Release your reserved subdomain. Deletes the reservation, any deployed site, and all document DB data for that site.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

reserve_subdomainInspect

Reserve a subdomain for the logged-in account. One subdomain per account.

ParametersJSON Schema
NameRequiredDescriptionDefault
subdomainYesSubdomain to reserve (letters, numbers, hyphens; 1–63 chars).
rotate_site_api_keyInspect

Rotate the public site API key. The old key stops working immediately; update your site with the new key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

upload_siteInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
file_urlNoPublic URL of a .zip file.
file_pathNoLocal path to a .zip file (for local/stdio MCP only).
zip_base64NoBase64-encoded .zip content. Easiest for agents: create zip locally and pass here (no hosting needed).
upsert_recordInspect

Create or update a JSON record in a collection. Pass data as an object. Optional id to upsert a specific record.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoOptional record id (create or replace).
dataYesJSON object to store.
collectionYesCollection name.

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.