You're viewing a demo portfolio

Join the waitlist
PRSM

get_preventive_recommendations

Active

Tool of Myhealthfinder

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Myhealthfinder

https://github.com/pipeworx-io/mcp-myhealthfinder

1/7 registries
View full server →
get_preventive_recommendations — Myhealthfinder — PRSM MCP