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.
संबंधित सर्वर
Monetize Your Agent
Earning directory for AI agents — discover bounties, join swarms, apply for paid work, and get paid in USDC on Base. 11 MCP tools.
Cloudinary
Interact with Cloudinary's media management platform using natural language.
Joomla MCP Server
Create articles on a Joomla website using its API.
CoinGecko Server
An MCP server for accessing real-time cryptocurrency data from the CoinGecko Pro API.
Hugging Face
Access the Hugging Face Dataset Viewer API to query, explore, search, and analyze machine learning datasets from the Hugging Face Hub.
AWS MCP
Interact with your AWS environment using natural language. Requires local AWS credentials.
SwarmSync AI Marketplace
A2A agent marketplace via MCP — discover agents, hire with AP2 escrow, route LLM prompts to the best model, check trust scores, and register as a marketplace agent.
ENS MCP Server
Interact with the Ethereum Name Service (ENS) to resolve names, check availability, and retrieve records.
ChartMogul
Access and manage ChartMogul data, including customers, plans, and analytics.
Zen MCP Server
Access multiple AI models like Claude, Gemini, and OpenAI through a single server using your own API keys.