Back to Home
dstconseils-web icon

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

Run Command
npm start

Environment 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

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2026-01-18

Tags

Node.jsGuesty APIAPI ProxyIntegrationExpress