Lodgify MCP Server
An MCP server for the Lodgify vacation rental API.
Lodgify MCP Server
A Model Context Protocol (MCP) server for the Lodgify vacation rental API. It exposes tools for managing properties, bookings and calendar data.
Quick start
Install dependencies with uv and run the server with uvx:
export LODGIFY_API_KEY=your_api_key
uvx lodgify-mcp-server
To run from source:
git clone https://github.com/fast-transients/lodgify-mcp-server.git
cd lodgify-mcp-server
uv sync
export LODGIFY_API_KEY=your_api_key
uv run python entrypoint.py
Claude Desktop configuration
Add this block to your Claude Desktop configuration (see examples in the examples/ folder):
{
"mcpServers": {
"lodgify": {
"command": "uvx",
"args": ["lodgify-mcp-server"],
"env": {
"LODGIFY_API_KEY": "your_api_key"
}
}
}
}
Available tools
- Properties:
get_properties,get_property_by_id - Bookings:
get_bookings,get_booking_by_id,create_booking,update_booking_status - Calendar:
get_calendar
Troubleshooting
- Ensure the
LODGIFY_API_KEYenvironment variable is set. - Getting
spawn uvx ENOENT? Installuvfrom astral.sh/uv and restart your shell.
Security
After syncing dependencies, run pip-audit to check for known vulnerabilities. The uv.lock file pins starlette 0.47.0 to address upstream advisories.
Contributing
See CONTRIBUTING.md for development setup and testing instructions.
İlgili Sunucular
Cloud PC Management
Manage Azure Cloud PCs using the Microsoft Graph API.
Cloud Analyzer
A server for analyzing cloud infrastructure and services, with local testing support via Localstack.
MCP Salesforce Connector
Interact with Salesforce data using SOQL queries and SOSL searches via an MCP server.
MCP Weather
A server for fetching weather information using the OpenWeather API.
notebooklm-mcp-secure
Security-hardened NotebookLM MCP with post-quantum encryption, GDPR/SOC2 compliance, and 14 security layers. Query Google's Gemini-grounded research from any MCP-compatible AI assistant.
Remote MCP Server on Cloudflare
A remote MCP server running on Cloudflare Workers with OAuth login support.
Cloudflare DNS
Manage Cloudflare DNS records for your domains.
PayPal
The PayPal Model Context Protocol server allows you to integrate with PayPal APIs through function calling. This protocol supports various tools to interact with different PayPal services.
MCP-OpenStack-Ops
A comprehensive MCP (Model Context Protocol) server providing OpenStack cluster management and monitoring capabilities with built-in safety controls.
DoorDash MCP Server
An MCP server that bridges the DoorDash Drive API with MCP-compatible clients.