{
  "name": "Pet Data Station",
  "description": "AI-crawler-friendly pet regulatory & health data API. Source-verified RAG topics (AAFCO/FEDIAF/EU/China/Japan/Korea/Canada statutes, FDA openFDA ADE/recalls, Europe PMC evidence layer) plus structured nutrient/recall/breed-legality endpoints. No registration, no API key, English-only responses. Free.",
  "url": "https://petforai.com",
  "provider": {
    "organization": "Pet Data Station",
    "url": "https://petforai.com/site/about/"
  },
  "version": "1.0.0",
  "documentationUrl": "https://petforai.com/llm.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["application/json", "text"],
  "skills": [
    {
      "id": "topic-rag",
      "name": "Source-verified pet regulatory RAG topics",
      "description": "Discover topics via GET /api/v1/search or /api/v1/topics, then fetch a RAG block via GET /api/v1/llm_context?topic=<TOPIC_ID>. Every claim is traceable to an archived first-hand source (C1 substring-verified or paraphrase-verified for copyrighted references).",
      "tags": ["rag", "regulations", "pet-food", "citations"]
    },
    {
      "id": "nutrient-values",
      "name": "Nutrient requirement lookup & cross-standard comparison",
      "description": "GET /api/v1/nutrient (6 params) and /api/v1/cross_compare for AAFCO/FEDIAF and other standards by species/lifestage/nutrient/basis.",
      "tags": ["nutrition", "aafco", "fediaf", "structured-data"]
    },
    {
      "id": "mcp-tools",
      "name": "MCP read-only tools",
      "description": "Streamable-HTTP MCP server at https://petforai.com/mcp/ (no auth): search_pet_topics, get_topic_context, get_nutrient_value, compare_nutrient_standards, search_pet_recalls, check_banned_breed.",
      "tags": ["mcp", "tools"]
    }
  ]
}
