← demo.st
INDIVIDUAL MCP TOOL
check_subdomain_availability
Check if a subdomain name is available on demo.
LIVE ENDPOINT
https://demo.st/mcp
Connect to this endpoint to inspect the live schema for check_subdomain_availability and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
reserve_subdomain— Reserve a subdomain for the logged-in account.upload_site— Upload a .clear_site— Remove deployed site content from your subdomain.release_subdomain— Release your reserved subdomain.get_site_api_key— Get (or create) the public site API key for your reserved subdomain.rotate_site_api_key— Rotate the public site API key.list_collections— List document collections for your site (api.create_collection— Create a document collection (lowercase letter start; letters, numbers, underscores; max 63 chars).