{
  "schema_version": "a2a-draft-2025",
  "name": "NaturKompass Ecological Agent",
  "description": "An ecological knowledge agent providing structured, evidence-backed data about Central European flora and fauna. Specialises in native status assessment, biodiversity claim verification, pollinator interactions, and garden planning.",
  "url": "https://mcp.naturkompass.eu",
  "provider": {
    "organization": "NaturKompass GmbH",
    "url": "https://naturkompass.eu"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "push_notifications": false,
    "state_transition_history": false
  },
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "description": "Pass your nk_live_… API key as Bearer token."
  },
  "skills": [
    {
      "id": "search_taxa",
      "name": "Search Taxa",
      "description": "Search for plant or animal species by name (German, Latin, or common name).",
      "tags": [
        "taxa",
        "search",
        "species"
      ],
      "examples": [
        "Search for Rudbeckia fulgida",
        "Find plants with \"Schmetterling\" in the name"
      ]
    },
    {
      "id": "get_native_status",
      "name": "Get Native Status",
      "description": "Check whether a species is native, invasive, or non-native in a specific country.",
      "tags": [
        "native",
        "invasive",
        "country"
      ],
      "examples": [
        "Is Buddleia davidii native in Germany?",
        "Check native status of Rudbeckia in Austria"
      ]
    },
    {
      "id": "check_biodiversity_claim",
      "name": "Check Biodiversity Claim",
      "description": "Evaluate an ecological marketing claim (e.g. \"bee-friendly\", \"wildlife-friendly\") against evidence.",
      "tags": [
        "claims",
        "marketing",
        "biodiversity",
        "audit"
      ],
      "examples": [
        "Is Lavandula angustifolia truly bee-friendly?",
        "Verify the \"native to Germany\" claim for Rosa canina"
      ]
    },
    {
      "id": "audit_plant_list",
      "name": "Audit Plant List",
      "description": "Audit a list of plant slugs for invasive species, non-native plants, and ecological suitability.",
      "tags": [
        "audit",
        "plant-list",
        "invasive"
      ],
      "examples": [
        "Audit my garden plant list for Germany",
        "Check if any plants in this list are invasive in Austria"
      ]
    },
    {
      "id": "explain_decision",
      "name": "Explain Decision",
      "description": "Get a transparent trace of the service calls, DB lookups, and policy rules that produced a verdict.",
      "tags": [
        "explain",
        "trace",
        "transparency"
      ],
      "examples": [
        "Why was Buddleia rated as not_supported for bee_friendly?",
        "Explain the audit result for run_id X"
      ]
    }
  ],
  "_note": "This agent card is a stub. Full A2A task negotiation not yet implemented."
}