Skip to content
Back to OpenVan.camp Travel Data Agent

Card snapshot

openvan.camp · 2026-09-23 16:42:13 UTC · be0a23a45559877736852d9e2ac8ed8942fc0a967c6a940ef41f0f21461ebc49

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "OpenVan.camp Travel Data Agent",
  "description": "Provides public vanlife travel data \u2014 fuel prices, VanSky weather suitability, events, food price index, currency rates, visa and border rules, and aggregated news \u2014 via MCP and HTTP.",
  "version": "1.1.0",
  "url": "https://mcp.openvan.camp/mcp",
  "provider": {
    "organization": "OpenVan.camp",
    "url": "https://openvan.camp"
  },
  "documentationUrl": "https://openvan.camp/en/developers",
  "supportedInterfaces": [
    {
      "url": "https://mcp.openvan.camp/mcp",
      "transport": "streamable-http"
    },
    {
      "url": "https://openvan.camp/api",
      "transport": "http+json"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ],
  "skills": [
    {
      "id": "fuel-prices",
      "name": "Fuel prices",
      "description": "Current fuel prices by country and cheapest-fuel lookups for van/motorhome routes.",
      "tags": [
        "fuel",
        "diesel",
        "petrol",
        "travel",
        "cost"
      ],
      "examples": [
        "How much is diesel in Turkey?",
        "Cheapest country to refuel between Spain and Italy"
      ]
    },
    {
      "id": "vansky-weather",
      "name": "VanSky weather",
      "description": "Weather suitability score for van travel by city/country.",
      "tags": [
        "weather",
        "climate",
        "travel"
      ],
      "examples": [
        "Where is it warm for van travel in Georgia this week?"
      ]
    },
    {
      "id": "vanlife-events",
      "name": "Vanlife events",
      "description": "Upcoming and past vanlife expos, festivals and meetups worldwide.",
      "tags": [
        "events",
        "festivals",
        "expo"
      ],
      "examples": [
        "Vanlife festivals in Europe this summer"
      ]
    },
    {
      "id": "visa-border-rules",
      "name": "Visa and border rules",
      "description": "Entry rules for any passport and destination: entry mode, length of stay, how the days are counted, and temporary vehicle import.",
      "tags": [
        "visa",
        "border",
        "passport",
        "vehicle-import",
        "travel"
      ],
      "examples": [
        "How long can a Russian passport stay in Turkey?",
        "Can I bring my 4-tonne motorhome into Georgia, and for how long?"
      ]
    }
  ]
}