eCommerce
loksa.camp
Provides camper rental search, booking, and demand analytics for Baltic locations.
ENDPOINT 1
https://loksa.camp/api/mcp
MCP server metadata
- Name
- loksa.camp
- Version
- 1.0.0
Known tools 7
get_camperGet the full details of a specific camper rental listing by its URL slug.
Inferred read-onlycheck_availabilityCheck whether a specific camper is available for a date range and get a full price quote.
Inferred read-onlyget_demand_insightsReturns real renter demand data for a given Baltic location — number of searches, unfulfilled demand, and peak travel dates.
Inferred read-onlycamper_publicGet a camper's public Digital Home profile by its handle (the /home/[handle] slug).
Inferred read-onlycamper_askAsk a question about a specific camper using only its public Digital Home.
Inferred read-onlyCONNECT 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.
loksa.camp is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.