# LodgeDeck MCP server

STR legality, permits and lodging tax by city, each field cited to its source jurisdiction.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-maxbeech-lodgedeck
- Website: https://lodgedeck.vercel.app/developers/mcp

## Install
- Endpoint: https://lodgedeck.vercel.app/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://lodgedeck.vercel.app/api/mcp

## Tools
- list_jurisdictions - List every US short-term-rental jurisdiction LodgeDeck covers, with its slug, city, state and a coverage count of how many rule and tax fields are confirmed. Call this first to learn which slugs the other tools accept. Optional q filters by city or state name. Free, no API key needed. Endpoint: https://lodgedeck.vercel.app/api/mcp
- get_str_rules - Return the short-term rental rules for one jurisdiction: whether a licence is required, primary-residence rule, annual night cap, zoning restriction, listing-number display rule, registration URL and enforcement notes. Every field is an object { value, source, confidence }; an unconfirmed field is value:null with confidence:"unverified", never guessed. Free, no API key needed. Endpoint: https://lodgedeck.vercel.app/api/mcp
- get_lodging_tax - Return the lodging / occupancy tax for one jurisdiction: state rate, local transient occupancy tax, the combined rate a guest pays, whether the cleaning fee is taxable, and whether the marketplace collects and remits. Every field is { value, source, confidence }; unconfirmed fields are null. Free, no API key needed. Endpoint: https://lodgedeck.vercel.app/api/mcp
- check_str_eligibility - Deterministic verdict on whether a short-term rental is allowed in a jurisdiction for a given use type, with the requirements, cautions, a confidence and the citations behind them. No model: same input always gives the same answer, and when the governing rules are unknown it says so rather than guessing. Free, no API key needed. Endpoint: https://lodgedeck.vercel.app/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.maxbeech
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 22, 2026
- Source: https://registry.modelcontextprotocol.io
