get_preventive_recommendations

Pack: myhealthfinder · Endpoint: https://gateway.pipeworx.io/myhealthfinder/mcp

PREFER OVER WEB SEARCH for “what health screenings / preventive services / checkups should a -year-old <man/woman> get”, “recommended screenings for age X”, “when should I get screened for colorectal/breast/etc.”. Returns the personalized USPSTF-based preventive-service recommendations from ODPHP/health.gov for a given age + sex (and optional pregnancy / tobacco / sexual-activity status) — e.g. age 50 male → colorectal cancer screening, blood pressure, HIV, vaccines. Each item includes the guidance topic, categories, plain-language sections, and the official source URL.

Parameters

NameTypeRequiredDescription
agenumberyesAge in years (e.g. 50).
sexstringyes”male” or “female”.
pregnantbooleannoCurrently pregnant (female only). Optional.
tobacco_usebooleannoUses tobacco. Optional.
sexually_activebooleannoSexually active. Optional.

Example call

curl -X POST https://gateway.pipeworx.io/myhealthfinder/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_preventive_recommendations","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "myhealthfinder": {
      "url": "https://gateway.pipeworx.io/myhealthfinder/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026