MCP integration

The lomavuokraus.fi public catalogue is exposed to AI agents via a Model Context Protocol (MCP) server.

Endpoint

http://localhost:3000/api/mcp

Authentication

Send your API key in the Authorization header: `Authorization: Bearer lvk_mcp_…`. Contact an admin to receive a key.

Available tools

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.