dock
DocsDirectoryDashboard
dock
DocsDirectoryAboutTermsPrivacy
© 2026 Dock0
Directory/@fanyi840317-cpu/rplus-health-mcp

mcp server

rplus-health-mcp

@fanyi840317-cpu/rplus-health-mcp

Updated 4/3/2026, 8:34:28 AM

running

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.

Checked 4/12/2026, 1:23:05 PM

Last called Never

Last deployed Never

0 stars
Author profileBack to directory

Author

@fanyi840317-cpu

free plan · 1 public deployment

Total calls0
Reputation100.0% success
Community saves0

Use author profile history and deployment-level usage together when deciding whether to integrate.

Connect

Use this MCP endpoint

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/mcp
tools/list probe
curl -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/mcp

Before you start

Pricing and call-balance policy

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.

Manage call balance

Sign in to create a key

Dock0 generates a buyer-scoped key and a ready-to-paste client guide after sign-in.

Sign in to create key

pricing

$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

Capabilities

2 tools • 0 prompts • 0 resources

Refreshed 4/12/2026, 1:23:05 PM

Tools (2)
  • create_exercise_prescription

    生成运动方案

    Input schema
    {
      "type": "object",
      "required": [
        "userInfo"
      ],
      "properties": {
        "userInfo": {
          "type": "string",
          "description": "用户信息"
        }
      },
      "additionalProperties": false
    }
  • create_diet_prescription

    生成饮食方案

    Input schema
    {
      "type": "object",
      "required": [
        "userInfo"
      ],
      "properties": {
        "userInfo": {
          "type": "string",
          "description": "用户信息"
        }
      },
      "additionalProperties": false
    }
Prompts (0)

No prompts published.

Resources (0)

No resources published.