demo.st✓
st.demo/demost · v1.0.1
v1.0.1▦ remote🌐 https://demo.st/mcp
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "st.demo/demost",
"description": "Reserve a subdomain, upload .zip via MCP, get a link. Static only (Nginx; no PHP, no DBs).",
"title": "demo.st",
"version": "1.0.1",
"remotes": [
{
"type": "streamable-http",
"url": "https://demo.st/mcp",
"headers": [
{
"description": "Bearer token from https://demo.st (sign in → MCP page → copy token, or GET /api/mcp/token)",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}