lodgify-mcp-server
A Model Context Protocol (MCP) server for the Lodgify vacation rental API. Provides tools for managing properties, bookings, and calendar data.
Documentation
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-serverTo 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.pyClaude 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_KEY` environment variable is set.
- Getting `spawn uvx ENOENT`? Install `uv` from 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.
Frequently asked questions
What is lodgify-mcp-server?
lodgify-mcp-server is A Model Context Protocol (MCP) server for the Lodgify vacation rental API. Provides tools for managing properties, bookings, and calendar data.
How do I install lodgify-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is lodgify-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/Fast-Transients/lodgify-mcp-server and has 2 stars.
Related MCP tools
Transparent and Efficient Financial Analysis
AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.
Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
Automate browser based workflows with AI
Python SQL Parser and Transpiler
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP