Hostkit MCP
OfficialHostkit MCP
Hostkit API용 MCP 서버입니다.
API 문서: https://hostkit.pt/api/
이 서버는 다음을 통해 공개 Hostkit API와 통신합니다:
https://app.hostkit.pt/api/{endpoint}?APIKEY=...보안 강화를 위해 API 키는 숙소별로 생성되며, 각 숙소의 Hostkit 앱 -> 숙소(Properties) -> API 키 탭에서 생성 및 관리해야 합니다.
속도 제한(Rate limiting)이 적용되므로, 현재 제한 사항은 API 문서를 확인하시기 바랍니다.
요구 사항
Node.js 20 이상
Hostkit API 키
Related MCP server: guesty-mcp-server
확인
npm run check실행
HOSTKIT_API_KEY="your-api-key" npm start또는 npm 없이 실행:
HOSTKIT_API_KEY="your-api-key" node src/server.mjsMCP는 읽기 및 쓰기 엔드포인트를 모두 노출합니다. API 키는 직접 Hostkit API에 액세스할 때와 동일하게 주의해서 사용하십시오.
MCP 클라이언트 설정
stdio 구성 예시:
{
"mcpServers": {
"hostkit": {
"command": "npx",
"args": ["-y", "github:hostkitpt/mcp"],
"env": {
"HOSTKIT_API_KEY": "your-api-key"
}
}
}
}게시 전 로컬 개발을 위한 설정:
{
"mcpServers": {
"hostkit": {
"command": "node",
"args": ["/path/to/api/mcp/src/server.mjs"],
"env": {
"HOSTKIT_API_KEY": "your-api-key"
}
}
}
}GitHub에 게시
git remote add origin https://github.com/hostkitpt/mcp.git
git push -u origin main도구
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
리소스
https://hostkit.pt/api/- 공식 Hostkit API 문서
참고 사항
Hostkit 오류는
error,endpoint,status,payload를 포함한 구조화된 텍스트 콘텐츠로 반환됩니다.API 키는 이 서버에 의해 절대 로그에 기록되지 않습니다.
이 서버는 의도적으로 일반적인 제한 없는 엔드포인트 호출자를 노출하지 않습니다.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceThis MCP server provides comprehensive access to the Mews hospitality platform API, covering customer and company management, reservation operations, financial transactions, account management, configuration settings, and services inventory. It implements the core functionality needed for hospitalit5318MIT
- AlicenseBqualityBmaintenanceMCP server for Guesty property management. Manage reservations, guests, messaging, financials, listings, and operations via AI clients.431,8716MIT

Rentalot MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceMCP server for the Rentalot API. Manage rental properties, contacts, showings, conversations, and more from any AI assistant.221MIT- AlicenseBqualityCmaintenanceMCP server for the adm.tools / ukraine.com.ua hosting API, providing tools to manage hosting services, accounts, sites, and web apps.51MIT
Related MCP Connectors
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.
Unofficial read-only MCP server for VeryChic hotel offers
MCP server for interacting with the Supabase platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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