We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/darrentmorgan/hostaway-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Hostaway API Configuration
# Get your credentials from: https://dashboard.hostaway.com/account/settings
# Required: OAuth credentials
HOSTAWAY_ACCOUNT_ID=your_account_id_here
HOSTAWAY_SECRET_KEY=your_secret_key_here
# Optional: API Base URL (defaults to https://api.hostaway.com/v1)
# HOSTAWAY_API_BASE_URL=https://api.hostaway.com/v1
# Optional: Rate limiting configuration (defaults shown)
# RATE_LIMIT_IP=15
# RATE_LIMIT_ACCOUNT=20
# MAX_CONCURRENT_REQUESTS=10
# TOKEN_REFRESH_THRESHOLD_DAYS=7