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
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
age | number | yes | Age in years (e.g. 50). |
sex | string | yes | ”male” or “female”. |
pregnant | boolean | no | Currently pregnant (female only). Optional. |
tobacco_use | boolean | no | Uses tobacco. Optional. |
sexually_active | boolean | no | Sexually 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.