hosttools-mcp

ajzozakiewicz/hosttools-mcp
★ 0 stars TypeScript Code/Dev Tools Updated 7d ago
A free and open source mcp server for interaction with the hosttools platform via API token
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hosttools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ajzozakiewicz/hosttools-mcp"
      ]
    }
  }
}

README Excerpt

A free and open source MCP server for the [Host Tools](https://hosttools.com) platform. ```bash npm install npm run build ``` Add to your MCP client config (e.g. Claude Desktop `~/.config/Claude/claude_desktop_config.json`): ```json { "mcpServers": { "hosttools": { "command": "node", "args": ["/path/to/hosttools-mcp/dist/index.js"]

Tools (15)

auth_loginauth_logoutauth_statuscancel_reservationcreate_reservationget_calendarget_listingget_listingsget_pricing_quoteget_reservationget_reservationsget_reviewssend_messageset_pricesupdate_reservation