MCP integration
The lomavuokraus.fi public catalogue is exposed to AI agents via a Model Context Protocol (MCP) server.
Endpoint
http://localhost:3000/api/mcpAuthentication
Send your API key in the Authorization header: `Authorization: Bearer lvk_mcp_…`. Contact an admin to receive a key.
Available tools
search_listings— Search the public catalogue by free-text query, city, region and amenities.get_listing— Fetch full public detail for a single listing by slug. Host contact details are not included.list_regions— Catalogue of region keys and localised labels usable with search_listings.list_amenities— Catalogue of amenity keys and localised labels usable with search_listings.
Connecting Claude Desktop
{
"mcpServers": {
"lomavuokraus": {
"url": "http://localhost:3000/api/mcp",
"headers": {
"Authorization": "Bearer lvk_mcp_REPLACE_ME"
}
}
}
}What is exposed
Only the public listing catalogue. Host contact details, draft listings, and any account-specific data are never returned, even with a valid key.