← Registry

DevOps

demo.st

Manages subdomain reservations and site deployments for a demo hosting service.

1 endpoint13 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://demo.st/mcp

No auth detected

MCP server metadata

Name
demo-st
Version
1.0.0
Capabilities
tools.listChanged

Known tools 13

check_subdomain_availability

Check if a subdomain name is available on demo.

Inferred read-only
reserve_subdomain

Reserve a subdomain for the logged-in account.

Inferred read-only
upload_site

Upload a .

Potential side effects
clear_site

Remove deployed site content from your subdomain.

Potential side effects
release_subdomain

Release your reserved subdomain.

Inferred read-only
get_site_api_key

Get (or create) the public site API key for your reserved subdomain.

Potential side effects
rotate_site_api_key

Rotate the public site API key.

Inferred read-only
list_collections

List document collections for your site (api.

Inferred read-only
create_collection

Create a document collection (lowercase letter start; letters, numbers, underscores; max 63 chars).

Potential side effects
delete_collection

Delete a document collection and all of its records.

Potential side effects
list_records

List records in a document collection.

Inferred read-only
upsert_record

Create or update a JSON record in a collection.

Potential side effects
delete_record

Delete a record from a document collection.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.demo-st]
url = "https://demo.st/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "demo-st": {
      "type": "http",
      "url": "https://demo.st/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: demo-st
Remote MCP URL: https://demo.st/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "demo-st": {
      "url": "https://demo.st/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "demo-st": {
      "type": "http",
      "url": "https://demo.st/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "demo-st",
  "transport": "streamable-http",
  "url": "https://demo.st/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for demo.st was fetched 2026-09-06T22:54:39.038Z.

Trust status Trusted

demo.st is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.