← loksa.camp

INDIVIDUAL MCP TOOL

search_campers

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

loksa.campnone authenticationAvailability not checked

LIVE ENDPOINT

https://loksa.camp/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_campers and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

loksa.camp

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.

Related tools

  • get_camper — Get the full details of a specific camper rental listing by its URL slug.
  • check_availability — Check whether a specific camper is available for a date range and get a full price quote.
  • start_booking — Generate a direct booking URL for the user to open in their browser.
  • get_demand_insights — Returns real renter demand data for a given Baltic location — number of searches, unfulfilled demand, and peak travel dates.
  • camper_public — Get a camper's public Digital Home profile by its handle (the /home/[handle] slug).
  • camper_ask — Ask a question about a specific camper using only its public Digital Home.