{
    "name": "OpenVan.camp Travel Data Agent",
    "description": "Provides public vanlife travel data — fuel prices, VanSky weather suitability, events, food price index, currency rates, visa and border rules, and aggregated news — 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?"
            ]
        }
    ]
}
