Hostkit MCP
OfficialThis MCP server provides comprehensive tools to manage the Hostkit property management system, covering properties, reservations, guests, invoicing, payments, and regulatory compliance.
Property Management
List all properties, get property details, add new properties, and update existing ones (address, typology, license, invoicing info, SIBA credentials, etc.)
Retrieve your Hostkit account license plan and expiration date
Reservation Management
List, retrieve, create, update, cancel, and permanently delete reservations
Filter reservations by check-in, checkout, or reservation date
Look up reservations by channel manager ID (e.g., Avantio)
Guest Management
Add guests with document details (nationality, document type/number, dates) to reservations
Remove specific guests or clear all guests from a reservation
Payments & Extras
Retrieve all payments for a reservation
Add or delete extra line items (services, taxes, products) on a reservation
Access & Online Check-in
Retrieve online check-in links and status for reservations
Get smartlock keycodes/invites for providers like Nuki, HomEit, TTLock, Salto, Omnitec, Voyager, and Tedee
Invoicing & Financial Documents
List, filter, create, and delete invoices; add line items to open invoices; close and finalize invoices
Create receipts, credit notes, and list expenses within a date range
Retrieve invoices linked to specific reservations
SAF-T (Tax Reporting)
Generate SAF-T files for a given month/year and download them as base64 content
SIBA (Portuguese Guest Registry)
Check the last SIBA submission date, validate guest/reservation data before submission, and submit guest registration data to the SIBA authority
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Hostkit MCPlist my upcoming reservations"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Hostkit MCP
Local MCP distributed via GitHub 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
Related MCP server: Hostaway MCP
Check
npm run checkRun
HOSTKIT_API_KEY="your-api-key" npm startOr without npm:
HOSTKIT_API_KEY="your-api-key" node src/server.mjsThe 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 mainTools
hostkit_get_licensehostkit_get_propertieshostkit_get_propertyhostkit_get_reservationshostkit_get_reservationhostkit_get_reservation_by_cm_idhostkit_get_paymentshostkit_get_online_checkinhostkit_get_keycodehostkit_get_invoiceshostkit_get_reservation_invoiceshostkit_get_receiptshostkit_get_credit_noteshostkit_get_safthostkit_get_expenseshostkit_get_last_siba_datehostkit_validate_sibahostkit_add_propertyhostkit_update_propertyhostkit_add_reservationhostkit_update_reservationhostkit_cancel_reservationhostkit_delete_reservationhostkit_add_guesthostkit_remove_guesthostkit_remove_all_guestshostkit_add_reservation_extrahostkit_delete_reservation_extrashostkit_add_invoicehostkit_add_invoice_linehostkit_close_invoicehostkit_delete_invoicehostkit_add_receipthostkit_add_credit_notehostkit_generate_safthostkit_send_siba
Resources
https://hostkit.pt/api/- official Hostkit API documentation
Notes
Hostkit errors are returned as structured text content with
error,endpoint,status, andpayload.The API key is never logged by this MCP.
This MCP intentionally does not expose a generic unrestricted endpoint caller.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hostkitpt/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server