SlateHut✓
io.github.sandeep1995/form2web · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.sandeep1995/form2web",
"description": "AI website builder (Wix/Framer alt). SlateHut MCP over HTTP: tools, schemas. Bearer auth.",
"title": "SlateHut",
"repository": {
"url": "https://github.com/sandeep1995/form2web",
"source": "github"
},
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://slatehut.com/api/mcp",
"headers": [
{
"description": "Bearer token: SlateHut live API key (sh_live_…) or MCP OAuth access token",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}