{
  "protocolVersion": "0.3.0",
  "name": "Global Animal Guide",
  "description": "Read-only wildlife reference agent surface. Exposes sourced animal facts, conservation status, taxonomy, identification guides and clearly labelled pet-care information via public HTTPS JSON, Markdown and CSV endpoints. No authentication, no write operations, and no payment operations are offered.",
  "url": "https://globalanimalguide.org/api/animals.json",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://globalanimalguide.org/openapi.json",
      "transport": "HTTP+JSON",
      "description": "OpenAPI 3 description of the species JSON, Markdown and CSV API. No authentication."
    },
    {
      "url": "https://globalanimalguide.org/api/animals.json",
      "transport": "HTTP+JSON",
      "description": "Bulk species dataset: names, taxonomy, IUCN-style status, stats, sources and canonical URLs."
    },
    {
      "url": "https://globalanimalguide.org/mcp",
      "transport": "MCP-Streamable-HTTP",
      "description": "JSON-RPC 2.0 tools: lookup_species, search_species, donation_info. No authentication."
    },
    {
      "url": "https://globalanimalguide.org/llms.txt",
      "transport": "HTTP+TEXT",
      "description": "Markdown site summary and curated URL index."
    }
  ],
  "version": "1.0.0",
  "iconUrl": "https://globalanimalguide.org/favicon.svg",
  "documentationUrl": "https://globalanimalguide.org/auth.md",
  "provider": {
    "organization": "ELITE DIGITAL AI SOLUTIONS LTD",
    "url": "https://globalanimalguide.org"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "supportsAuthenticatedExtendedCard": false,
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/markdown", "application/json"],
  "skills": [
    {
      "id": "species-lookup",
      "name": "Species lookup",
      "description": "Return sourced facts about a species — conservation status, range, diet, size, lifespan and named sources. Fetch https://globalanimalguide.org/api/animals/{slug}.json or the Markdown twin at https://globalanimalguide.org/animals/{slug}.md.",
      "tags": ["wildlife", "conservation", "species", "reference"],
      "examples": [
        "What is the conservation status of the tiger?",
        "How long do African elephants live?",
        "Where do capybaras live?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/markdown"]
    },
    {
      "id": "bulk-species-dataset",
      "name": "Bulk species dataset",
      "description": "Download every species record as JSON (https://globalanimalguide.org/api/animals.json) or CSV (https://globalanimalguide.org/api/animals.csv). Licensed CC BY-NC 4.0. Human documentation: https://globalanimalguide.org/data/",
      "tags": ["dataset", "open-data", "csv", "json"],
      "examples": [
        "Download the Global Animal Guide species dataset",
        "Give me a CSV of every profiled animal"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/csv"]
    },
    {
      "id": "editorial-and-citation",
      "name": "Editorial standards and how to cite",
      "description": "Explain how the site researches, sources and corrects content, and how to cite a guide. Read https://globalanimalguide.org/editorial-standards/ and https://globalanimalguide.org/about/how-to-cite/.",
      "tags": ["eeat", "citation", "editorial"],
      "examples": [
        "How does Global Animal Guide check its facts?",
        "How should I cite a Global Animal Guide page?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    }
  ]
}
