An MCP server for the Lodgify vacation rental API.
A Model Context Protocol (MCP) server for the Lodgify vacation rental API. It exposes tools for managing properties, bookings and calendar data.
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
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"
}
}
}
}
get_properties
, get_property_by_id
get_bookings
, get_booking_by_id
, create_booking
, update_booking_status
get_calendar
LODGIFY_API_KEY
environment variable is set.spawn uvx ENOENT
? Install uv
from astral.sh/uv and restart your shell.After syncing dependencies, run pip-audit
to check for known vulnerabilities. The uv.lock
file pins starlette
0.47.0 to address upstream advisories.
See CONTRIBUTING.md for development setup and testing instructions.
Interact with your Shopify store's data using the GraphQL API.
An example project for deploying a remote MCP server on Cloudflare Workers without authentication.
Backs up Cloudflare projects to a specified GitHub repository.
Integrates with Alibaba Cloud APIs to manage resources like ECS, Cloud Monitor, and OOS.
A Model Context Protocol (MCP) server enabling interaction with Google Admin APIs.
Interact with the Eyevinn Open Source Cloud API. Requires a Personal Access Token (OSC_ACCESS_TOKEN).
Interact with AWS resources using Single Sign-On (SSO). Supports SSO login, listing accounts/roles, and executing AWS CLI commands.
Access Prometheus metrics and queries through standardized MCP interfaces.
Access global weather forecasts and historical data through the Open-Meteo API.
Interact with AWS services using the AWS CLI. Requires AWS CLI to be installed and configured.