mcp server
@fanyi840317-cpu/rplus-health-mcp
AI-powered health prescription MCP server. Generates personalized exercise and diet prescriptions based on user profiles including age, gender, height, weight, health goals, and fitness levels. Tools: create_exercise_prescription, create_diet_prescription.
Connect
Create a key, paste the endpoint into your MCP client, then run a quick probe to confirm the connection works end-to-end.
https://fanyi840317-cpu.mcp.dock0.dev/rplus-health-mcp/mcphttps://fanyi840317-cpu.mcp.dock0.dev/rplus-health-mcp/mcpcurl -sS \
-H 'Authorization: Bearer <YOUR_MCP_KEY>' \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":"1","method":"tools/list","params":{}}' \
https://fanyi840317-cpu.mcp.dock0.dev/rplus-health-mcp/mcpBefore you start
This server charges $0.0500 per call.
Paid calls are deducted from your Dock0 call balance.
Step 1: sign in. Step 2: create a key. Step 3: paste the generated client config into Claude, Cursor, or Claude Code.
Dock0 generates a buyer-scoped key and a ready-to-paste client guide after sign-in.
Sign in to create keypricing
$0.0500/call
Per call billing
total calls
0
Lifetime traffic
success rate
100.0%
0 non-success calls
p95 latency
0ms
Lifetime p95
stars
0
Community saves
2 tools • 0 prompts • 0 resources
Refreshed 4/12/2026, 1:23:05 PM
create_exercise_prescription
生成运动方案
{
"type": "object",
"required": [
"userInfo"
],
"properties": {
"userInfo": {
"type": "string",
"description": "用户信息"
}
},
"additionalProperties": false
}create_diet_prescription
生成饮食方案
{
"type": "object",
"required": [
"userInfo"
],
"properties": {
"userInfo": {
"type": "string",
"description": "用户信息"
}
},
"additionalProperties": false
}No prompts published.
No resources published.