Data Collection
openvan.camp
Provides current fuel prices and vanlife weather suitability scores for countries.
ENDPOINT 1
https://mcp.openvan.camp/mcp
MCP server metadata
- Name
- openvan-mcp
- Version
- 0.3.0
Known tools 14
compare_fuel_pricesCompare current prices for one fuel type across 2-10 countries.
Inferred read-onlyfind_cheapest_fuelFind the cheapest countries for a given fuel type in a region (or worldwide).
Inferred read-onlyget_vansky_weatherGet 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.
Inferred read-onlylist_vansky_topList the top N countries with the highest VanSky van-travel suitability score today.
Inferred read-onlylist_eventsList vanlife events: expos (Caravan Salon), festivals, meetups, forums, road trips.
Inferred read-onlycompare_vanbasketCompare food price index between two countries (world average = 100).
Inferred read-onlyget_currency_rateConvert an amount between two currencies using live rates (150+ currencies, daily updates).
Inferred read-onlycheck_visa_rulesEntry rules for one passport and destination: entry mode, allowed length of stay, how the days are counted (per entry or in a rolling window), whether a visa run resets the counter, and temporary vehicle import.
Inferred read-onlyget_route_visa_rulesVisa rules for every country of a route in one call, for up to 10 passports at once, plus the tightest leg of the route.
Inferred read-onlyget_vehicle_import_rulesTemporary admission rules for a foreign-plated vehicle in one country: allowed days, per entry or per window, carnet requirement, green card.
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.openvan-mcp]
url = "https://mcp.openvan.camp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"openvan-mcp": {
"type": "http",
"url": "https://mcp.openvan.camp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: openvan-mcp
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-mcp": {
"url": "https://mcp.openvan.camp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"openvan-mcp": {
"type": "http",
"url": "https://mcp.openvan.camp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "openvan-mcp",
"transport": "streamable-http",
"url": "https://mcp.openvan.camp/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 openvan.camp was fetched 2026-08-24T02:02:11.663Z and is being refreshed.
openvan.camp is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.