← openvan.camp

INDIVIDUAL MCP TOOL

get_vanbasket

Get VanBasket food price index details for one country.

openvan.campnone authenticationAvailability not checked

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 endpoint

openvan.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.openvan-camp]
url = "https://mcp.openvan.camp/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: openvan-camp
Remote MCP URL: https://mcp.openvan.camp/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": {
    "openvan-camp": {
      "url": "https://mcp.openvan.camp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_fuel_prices — Current retail fuel prices (gasoline, diesel, LPG, CNG) for 125+ countries.
  • compare_fuel_prices — Compare current prices for one fuel type across 2-10 countries.
  • find_cheapest_fuel — Find the cheapest countries for a given fuel type in a region (or worldwide).
  • get_vansky_weather — Get VanSky vanlife weather suitability score (0-100) for a country: van_score, sleep_score, solar yield, driving conditions, awning safety, condensation risk, 7-day forecast.
  • list_vansky_top — List the top N countries with the highest VanSky van-travel suitability score today.
  • list_events — List vanlife events: expos (Caravan Salon), festivals, meetups, forums, road trips.
  • get_event — Get full details for a single vanlife event by its slug.
  • search_stories — Search aggregated vanlife news stories (7 languages, 400+ sources).