{"name":"com.petforai/pet-data-station","slug":"petforai-pet-data-station","title":"Pet Data Station","description":"Source-verified pet food regulations, recalls, nutrient standards and species care data.","url":"https://mcp.market/server/petforai-pet-data-station","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":90,"checks":20,"ok":18,"last_checked_at":"2026-09-24T06:41:03.560Z","last_ok_at":"2026-09-24T06:41:03.560Z","latency_ms":1588},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/LongJourneyCai/Pet-data-station","website":"https://petforai.com","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://petforai.com/mcp/"}],"packages":[],"tools":[{"name":"check_banned_breed","description":"Check banned / restricted dog-breed directories across jurisdictions\n(UK + Northern Ireland + Scotland, Singapore, AU states, CN cities).\n\njurisdiction: 'UK'|'Beijing'|'NSW'|'Singapore'|'Queensland'|...\nbreed: 'pit bull'|'XL Bully'|'mastiff'|...  Returns breed lists per\njurisdiction + summary excerpt (full legal text via get_topic_context).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"jurisdiction":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"breed":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"limit":{"default":10,"type":"integer"}},"additionalProperties":false}},{"name":"compare_nutrient_standards","description":"Compare one nutrient across 2-3 standards, e.g.\nstandards='AAFCO_2024,FEDIAF_2025' (bare codes 'AAFCO,FEDIAF' = latest\nindexed edition). Other params as in get_nutrient_value.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"standards":{"type":"string"},"species":{"type":"string"},"lifestage":{"type":"string"},"nutrient":{"type":"string"},"basis":{"type":"string"}},"required":["standards","species","lifestage","nutrient","basis"],"additionalProperties":false}},{"name":"get_ade_stats","description":"FDA animal-drug adverse-event (ADE) stats per active ingredient\n(openFDA CVM report database, 68 compiled ingredients).\n\ningredient: active-ingredient name or substring, e.g. 'afoxolaner',\n'carprofen', 'fluralaner'. species: optional filter, e.g. 'Dog', 'Cat',\n'Horse' — restricts to ingredients reporting that species and returns\nonly that species' count. Returns structured summary stats (total\nreports, species breakdown, top VEDDRA reactions) parsed from\nC1-verified topics — report-level aggregates, not additive, not\ncausation. Full citation-rich text via get_topic_context(topic_id).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ingredient":{"type":"string"},"species":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"limit":{"default":10,"type":"integer"}},"required":["ingredient"],"additionalProperties":false}},{"name":"get_nutrient_value","description":"Single nutrient requirement from one standard. All 6 params required.\n\nstandard: AAFCO|FEDIAF|EU|GB|CFIA|KFDA|MAFF; year: edition year, e.g. 2024;\nspecies: dog|cat; lifestage: adult|GR (growth & reproduction);\nnutrient: protein|fat|calcium|taurine|... (aliases ok: Ca, P);\nbasis: DM (dry matter) | cal (per 1000 kcal ME).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"standard":{"type":"string"},"year":{"type":"integer"},"species":{"type":"string"},"lifestage":{"type":"string"},"nutrient":{"type":"string"},"basis":{"type":"string"}},"required":["standard","year","species","lifestage","nutrient","basis"],"additionalProperties":false}},{"name":"get_topic_context","description":"Fetch one topic's RAG context (~200-500 tokens): source-verified claims\n(verbatim for Open-Access / public-domain sources, paraphrased derived\nsummaries for copyrighted veterinary references) plus structured source\ncitations (authority/title/url) and a `trust` block (raw trust axes +\ncomputed display_grade for this topic). Discover topic_ids with\nsearch_pet_topics first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"topic_id":{"type":"string"}},"required":["topic_id"],"additionalProperties":false}},{"name":"search_pet_recalls","description":"Search pet-food recall / enforcement data (FDA + EU RASFF + CN enforcement).\n\nbrand: brand/product keyword, e.g. 'diamond'; reason: hazard keyword, e.g.\n'salmonella', 'aflatoxin'; year: e.g. 2025. Returns summary excerpts\ntraceable via topic_id (full detail via get_topic_context).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"brand":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"year":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null},"limit":{"default":10,"type":"integer"}},"additionalProperties":false}},{"name":"search_pet_topics","description":"Search the source-verified pet regulatory & health topic whitelist.\n\nFree-text over topic_id/title/category (tokenized AND). Returns metadata\nonly (anti-dump design) plus a `trust` block per result (raw trust axes\nauthority_tier/fidelity/license + computed display_grade, see server\ninstructions); follow up with get_topic_context(topic_id) for\nthe full citation-rich text. category is an optional exact filter, e.g.\n'aafco', 'evidence', 'ade', 'vaccine-guidelines'.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string"},"category":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"limit":{"default":10,"type":"integer"}},"required":["q"],"additionalProperties":false}},{"name":"submit_feedback","description":"Leave feedback for the station's human maintainers (2026-08-16).\n\ntype: 'data_request' (data you could not find — the most valuable signal),\n'error_report' (a claim that mismatches its cited source; include topic_id),\n'knowledge_lead' (a fact worth adding; source_url REQUIRED — first-hand\nsources only: statutes, government datasets, peer-reviewed papers).\nOne-way mailbox: stored for human review, never publicly rendered, never\nauto-ingested — every published topic stays C1 source-verified.\nCap: 10 submissions/day per agent.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string"},"message":{"type":"string"},"topic_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"source_url":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"agent":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null}},"required":["type","message"],"additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-24T05:07:49.567Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-24T05:07:49.509Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1882ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://petforai.com/mcp/","reachable":true,"authRequired":false,"latencyMs":1882,"serverInfo":{"name":"Pet Data Station","version":"3.4.5"}}],"packages":[],"repo":{"found":false,"owner":"LongJourneyCai","repo":"Pet-data-station","error":"repo not found"},"icon":{"url":"https://petforai.com/site/favicon.ico","source":"site","width":48,"height":48},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}