Hostkit MCP

Hostkit MCP

MCP server for the Hostkit API, enabling management of properties, reservations, guests, invoices, and other property operations.

Category
Visit Server

README

Hostkit MCP

MCP server for the Hostkit API.

API documentation: https://hostkit.pt/api/

The server talks to the public Hostkit API through:

https://app.hostkit.pt/api/{endpoint}?APIKEY=...

For enhanced security, API keys are property based, therefore must be generated and maintained in the Hostkit App -> Properties -> API key tab of each property.

A rate limiting is enforced, please check the API documentation for the current limit.

Requirements

  • Node.js 20+
  • Hostkit API key

Check

npm run check

Run

HOSTKIT_API_KEY="your-api-key" npm start

Or without npm:

HOSTKIT_API_KEY="your-api-key" node src/server.mjs

The MCP exposes both read and write endpoints. Use API keys with the same care as direct Hostkit API access.

MCP Client Config

Example stdio configuration:

{
  "mcpServers": {
    "hostkit": {
      "command": "npx",
      "args": ["-y", "github:hostkitpt/mcp"],
      "env": {
        "HOSTKIT_API_KEY": "your-api-key"
      }
    }
  }
}

For local development before publishing:

{
  "mcpServers": {
    "hostkit": {
      "command": "node",
      "args": ["/path/to/api/mcp/src/server.mjs"],
      "env": {
        "HOSTKIT_API_KEY": "your-api-key"
      }
    }
  }
}

Publish to GitHub

git remote add origin https://github.com/hostkitpt/mcp.git
git push -u origin main

Tools

  • hostkit_get_license
  • hostkit_get_properties
  • hostkit_get_property
  • hostkit_get_reservations
  • hostkit_get_reservation
  • hostkit_get_reservation_by_cm_id
  • hostkit_get_payments
  • hostkit_get_online_checkin
  • hostkit_get_keycode
  • hostkit_get_invoices
  • hostkit_get_reservation_invoices
  • hostkit_get_receipts
  • hostkit_get_credit_notes
  • hostkit_get_saft
  • hostkit_get_expenses
  • hostkit_get_last_siba_date
  • hostkit_validate_siba
  • hostkit_add_property
  • hostkit_update_property
  • hostkit_add_reservation
  • hostkit_update_reservation
  • hostkit_cancel_reservation
  • hostkit_delete_reservation
  • hostkit_add_guest
  • hostkit_remove_guest
  • hostkit_remove_all_guests
  • hostkit_add_reservation_extra
  • hostkit_delete_reservation_extras
  • hostkit_add_invoice
  • hostkit_add_invoice_line
  • hostkit_close_invoice
  • hostkit_delete_invoice
  • hostkit_add_receipt
  • hostkit_add_credit_note
  • hostkit_generate_saft
  • hostkit_send_siba

Resources

  • https://hostkit.pt/api/ - official Hostkit API documentation

Notes

  • Hostkit errors are returned as structured text content with error, endpoint, status, and payload.
  • The API key is never logged by this server.
  • The server intentionally does not expose a generic unrestricted endpoint caller.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured