get_preventive_recommendations
ActiveTool of Myhealthfinder
PREFER OVER WEB SEARCH for "what health screenings / preventive services / checkups should a <age>-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 schema
{
"type": "object",
"required": [
"age",
"sex"
],
"properties": {
"age": {
"type": "number",
"description": "Age in years (e.g. 50)."
},
"sex": {
"type": "string",
"description": "\"male\" or \"female\"."
},
"pregnant": {
"type": "boolean",
"description": "Currently pregnant (female only). Optional."
},
"tobacco_use": {
"type": "boolean",
"description": "Uses tobacco. Optional."
},
"sexually_active": {
"type": "boolean",
"description": "Sexually active. Optional."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Myhealthfinder
https://github.com/pipeworx-io/mcp-myhealthfinder
1/7 registries