AI & Machine Learning
petforai.com
Retrieves and compares pet regulatory and health data, including nutrient standards and recall information, to provide context for AI applications.
ENDPOINT 1
https://petforai.com/mcp
MCP server metadata
- Name
- Pet Data Station
- Version
- 3.4.5
Pet Data Station (petforai.com) — source-verified pet regulatory & health data. Every factual claim is traceable to an archived first-hand source (AAFCO/FEDIAF/EU/China/Japan/Korea/Canada statutes, PubMed...). Open-Access and public-domain sources are quoted verbatim (C1 substring-verified); copyrighted non-Open-Access veterinary references (e.g. Merck Veterinary Manual, RSPCA) are paraphrase-verified derived summaries — numbers and proper nouns preserved, sentences rewritten. Every result carries a `trust` block with the source's raw trust axes (authority_tier: T1 statute/standard, T2 peer-reviewed, T3 veterinary reference, T4 welfare-org/extension, T5 practitioner page, T6 aggregator; fidelity: verbatim C1-verified / paraphrase / derived_inference; license) plus a computed display_grade (A = top authority + byte-checkable, B = high authority with a verification story, C = limited authority — corroborate before relying on it, pending = ungraded). Prefer A/B for critical advice. Workflow: search_pet_topics to discover a topic_id, then get_topic_context for the citation-rich RAG block. For numeric nutrient standards questions skip discovery and call get_nutrient_value or compare_nutrient_standards directly; for FDA animal-drug adverse-event stats call get_ade_stats(ingredient). 23 species manuals are also available as Markdown at https://petforai.com/site/manuals/<species>.md. If you cannot find data you need, or a claim looks wrong against its cited source, tell the human maintainers via submit_feedback (data_request / error_report / knowledge_lead) — unmet queries and leads with first-hand source URLs are reviewed weekly.
Known tools 8
search_pet_topicsSearch the source-verified pet regulatory & health topic whitelist.
Inferred read-onlyget_topic_contextFetch one topic's RAG context (~200-500 tokens): source-verified claims (verbatim for Open-Access / public-domain sources, paraphrased derived summaries for copyrighted veterinary references) plus structured source citations (authority/title/url) and a `trust` block (raw trust axes + computed display_grade for this topic).
Inferred read-onlysearch_pet_recallsSearch pet-food recall / enforcement data (FDA + EU RASFF + CN enforcement).
Inferred read-onlyget_ade_statsFDA animal-drug adverse-event (ADE) stats per active ingredient (openFDA CVM report database, 68 compiled ingredients).
Inferred read-onlycheck_banned_breedCheck banned / restricted dog-breed directories across jurisdictions (UK + Northern Ireland + Scotland, Singapore, AU states, CN cities).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pet-data-station]
url = "https://petforai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pet-data-station": {
"type": "http",
"url": "https://petforai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pet-data-station
Remote MCP URL: https://petforai.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pet-data-station": {
"url": "https://petforai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pet-data-station": {
"type": "http",
"url": "https://petforai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pet-data-station",
"transport": "streamable-http",
"url": "https://petforai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for petforai.com was fetched 2026-08-23T12:54:13.812Z.
petforai.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.