← petforai.com

INDIVIDUAL MCP TOOL

get_nutrient_value

Single nutrient requirement from one standard.

petforai.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://petforai.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_nutrient_value and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

petforai.com

CONNECT 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.

Related tools

  • search_pet_topics — Search the source-verified pet regulatory & health topic whitelist.
  • submit_feedback — Leave feedback for the station's human maintainers (2026-08-16).
  • get_topic_context — Fetch 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).
  • compare_nutrient_standards — Compare one nutrient across 2-3 standards, e.
  • search_pet_recalls — Search pet-food recall / enforcement data (FDA + EU RASFF + CN enforcement).
  • get_ade_stats — FDA animal-drug adverse-event (ADE) stats per active ingredient (openFDA CVM report database, 68 compiled ingredients).
  • check_banned_breed — Check banned / restricted dog-breed directories across jurisdictions (UK + Northern Ireland + Scotland, Singapore, AU states, CN cities).