Enables deployment of the MCP server to Cloudflare Workers for production use, allowing the weight tracking functionality to be accessed through a Cloudflare Workers URL.
Connects to the Health Planet API to retrieve and analyze weight measurements, providing access to time-based weight data with tools like fetchInnerScanData for specified date ranges.
MyWeight MCP Server
This server connects to the Health Planet API to access Takayanagi-san's weight data. Any MCP-compatible client can use this server to retrieve and analyze weight measurements.
👉 Check out the original website to view the data directly.
What It Does
- Retrieves Data: Fetches weight records from Health Planet API
- Works with Any Client: Compatible with all MCP clients
Quick Start Guide
1. Setup & Run Locally
Your server will be running at http://localhost:8787
.
2. Connect Your MCP Client
Add this configuration to your MCP client:
Using the API
Get Weight Data
With the fetchInnerScanData
tool, you can retrieve weight measurements for any time period:
Parameters:
from
: Starting date/time in YYYYMMDDHHmmss format (e.g.,20240530000000
for May 30, 2024)to
: Ending date/time in YYYYMMDDHHmmss format (e.g.,20240531235959
for May 31, 2024)
Example Response:
Deploy to Production
Preparing for Cloudflare Workers Deployment
- Create a Cloudflare account and login to the Cloudflare Dashboard.
- Set up Cloudflare Workers:
- Enable Workers on your account
- Choose a worker name for your deployment
- Install the Wrangler CLI
- Configure your project:
- Edit the
wrangler.toml
file to include your Cloudflare information:
- Edit the
- Deploy your project:
- After deployment, update your MCP client configuration with your Cloudflare URL:
Troubleshooting
Connection Problems
- Make sure the server is running:
npm run dev
- Reset Wrangler cache:
rm -rf ~/.wrangler
General Issues
- Verify your
wrangler.toml
configuration - If deployment fails, check the Cloudflare dashboard for detailed error messages
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A server that connects to the Health Planet API to fetch and provide weight measurement data through any MCP-compatible client, allowing for retrieval and analysis of personal weight records.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server for tracking personal health and well-being, offering tools for workout logging, nutrition management, and daily journaling with AI-assisted analysis integration.Last updated -8
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server implementation that interfaces with the Hevy fitness tracking app and its API. This server enables AI assistants to access and manage workout data, routines, exercise templates, and more through the Hevy API (requires PRO subscription).Last updated -1510039MIT License
- -securityAlicense-qualityA server that integrates the MCP library with OpenAI's API, allowing users to interact with various tools, such as the weather tool, through natural language queries.Last updated -MIT License
- AsecurityAlicenseAqualityAn MCP server that enables LLMs to query data from various NASA APIs, allowing access to astronomical data, space weather information, Earth imagery, and exoplanet information directly from compatible AI clients.Last updated -214MIT License