Serversio.github.hostsmith/mcp-server
S

io.github.hostsmith/mcp-server

io.github.hostsmith/mcp-server · v1.4.0
▦ npm
v1.4.0npm npm: @hostsmith/mcp-server🌐 https://mcp.hostsmith.net/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
  "name": "io.github.hostsmith/mcp-server",
  "description": "Deploy static sites on Hostsmith - give it a file, get a live HTTPS URL. EU/US residency.",
  "repository": {
    "url": "https://github.com/hostsmith/mcp-server",
    "source": "github"
  },
  "version": "1.4.0",
  "websiteUrl": "https://hostsmith.net/docs/mcp/quick-start/",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@hostsmith/mcp-server",
      "version": "1.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Hostsmith app URL (OAuth endpoints).",
          "default": "https://hostsmith.net",
          "name": "HOSTSMITH_URL"
        },
        {
          "description": "Override the upstream API domain across both partitions; 'us.api.' and 'eu.api.' are prepended to this value.",
          "name": "HOSTSMITH_API_DOMAIN"
        },
        {
          "description": "Override the API base URL with a single fixed value, bypassing partition selection entirely.",
          "name": "HOSTSMITH_BASE_URL"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.hostsmith.net/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}