Skip to content
Back to Travel Trends — EU travel-disruption decision support

Card snapshot

travel-trends.mmatinca.eu · 2026-07-14 22:45:20 UTC · e42954aaf8d2afd49f2e674cfcabae5e3ff505bbac1847a868b5e1f817182b53

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.

{
  "protocolVersion": "0.2.6",
  "name": "Travel Trends \u2014 EU travel-disruption decision support",
  "description": "Answers 'should I care about my trip?' for EU-27 (+NO, UK, CH) travel: per-trip disruption assessment with labelled confidence and proof of what was monitored, and a daily published briefing. Built on 34 live official sources (weather, seismic, strikes, rail/road/air, advisories). Synchronous skills only \u2014 no streaming, no push notifications.",
  "url": "https://travel-trends.mmatinca.eu/a2a",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Marian Matinca",
    "url": "https://mmatinca.eu"
  },
  "version": "0.1.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "assess_trip",
      "name": "Assess one trip",
      "description": "Decision support for one trip: travel_status (NORMAL / MINOR_DISRUPTION / MAJOR_DISRUPTION), per-event decision-impact guidance, labelled confidence, sources checked and declared blind spots. Send a data part with {\"destinations\": [\"IT\"], \"date_from\": \"YYYY-MM-DD\", \"date_to\": \"YYYY-MM-DD\"}.",
      "tags": [
        "travel",
        "risk",
        "decision-support",
        "eu"
      ],
      "examples": [
        "data part: {\"destinations\": [\"IT\", \"FR\"], \"date_from\": \"2026-08-01\", \"date_to\": \"2026-08-07\"}"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "country_briefing",
      "name": "Daily travel-disruption briefing",
      "description": "Today's published briefing: active disruption events with plain-language headlines, monitoring coverage and trust figures with caveats. Optionally narrowed to one country (EU-27 ISO2, Greece = EL).",
      "tags": [
        "travel",
        "briefing",
        "monitoring",
        "eu"
      ],
      "examples": [
        "What is disrupted in Italy today?",
        "data part: {\"country\": \"IT\"}"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ],
  "documentationUrl": "https://travel-trends.mmatinca.eu/mcp/info"
}