Skip to content
Back to Pet Data Station

Card snapshot

petforai.com · 2026-08-11 12:28:20 UTC · c8e94d62c82c9ec27d519a6cf4e6c82d8a057c57a3336d349a4746b3f7ab7b32

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.

{
  "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"
      ]
    }
  ]
}