guesty-mcp-server
by dstconseils-web
Overview
Acts as an intermediary server to connect an AI assistant (Claude) to the Guesty API, providing structured data endpoints for listings and reservations.
Installation
npm startEnvironment Variables
- GUESTY_CLIENT_ID
- GUESTY_CLIENT_SECRET
- PORT
Security Notes
The server exposes Guesty data endpoints (e.g., /api/listings, /api/reservations, /api/rapport) without any authentication or authorization mechanisms on the MCP server itself. While Guesty API secrets are handled securely via environment variables, any client with network access to this server can query these endpoints and access Guesty data. Additionally, `cors()` is configured to allow all origins (`*`), which is a security risk if the server is exposed publicly without additional access control layers. Exposing this server directly to the internet is not recommended due to these vulnerabilities.
Similar Servers
pg-aiguide
Provides AI-optimized PostgreSQL expertise, including semantic search over documentation and curated best practices, to assist AI coding tools in generating better PostgreSQL code.
mcp-claude-spotify
Enables Claude Desktop to interact with Spotify for music control and discovery.
mcp-server
This server integrates Kontent.ai content management with AI tools, allowing natural language operations to create, manage, and explore structured content.
mcp-server
Provides an AI-powered Model Context Protocol (MCP) server for integrating with RAD Security's Kubernetes and cloud security insights.