← Registry

eCommerce

loksa.camp

Provides camper rental search, booking, and demand analytics for Baltic locations.

1 endpoint7 known toolsFirst detected August 8, 2026Last detected August 8, 2026

ENDPOINT 1

https://loksa.camp/api/mcp

No auth detected

MCP server metadata

Name
loksa.camp
Version
1.0.0
Capabilities
tools.listChanged

Known tools 7

search_campers

Search for available camper and motorhome rentals on loksa.camp.

Inferred read-only
get_camper

Get the full details of a specific camper rental listing by its URL slug.

Inferred read-only
check_availability

Check whether a specific camper is available for a date range and get a full price quote.

Inferred read-only
start_booking

Generate a direct booking URL for the user to open in their browser.

Inferred read-only
get_demand_insights

Returns real renter demand data for a given Baltic location — number of searches, unfulfilled demand, and peak travel dates.

Inferred read-only
camper_public

Get a camper's public Digital Home profile by its handle (the /home/[handle] slug).

Inferred read-only
camper_ask

Ask a question about a specific camper using only its public Digital Home.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.loksa-camp]
url = "https://loksa.camp/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "loksa-camp": {
      "type": "http",
      "url": "https://loksa.camp/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: loksa-camp
Remote MCP URL: https://loksa.camp/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "loksa-camp": {
      "url": "https://loksa.camp/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "loksa-camp": {
      "type": "http",
      "url": "https://loksa.camp/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "loksa-camp",
  "transport": "streamable-http",
  "url": "https://loksa.camp/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for loksa.camp was fetched 2026-08-13T11:14:40.901Z.

Trust status Neutral

loksa.camp is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.