Serversio.github.uncfreak1255-code/hostaway
H

io.github.uncfreak1255-code/hostaway

io.github.uncfreak1255-code/hostaway · v0.2.0
▦ npm
v0.2.0npm npm: hostaway-mcp↗ Repository
{}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.uncfreak1255-code/hostaway",
  "description": "Read-only MCP server for Hostaway PMS — guest conversations, reservations, and listings",
  "repository": {
    "url": "https://github.com/uncfreak1255-code/hostaway-mcp",
    "source": "github"
  },
  "version": "0.2.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "hostaway-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Hostaway API token used to authenticate all requests",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HOSTAWAY_API_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}