Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • CloudWatch Logs MCP Server
  • Zenn MCP Server
  • HeFeng Weather MCP Server
  • MCP Server for Apache Jena
  • Deriv API MCP Server
Back to MCP Servers
MyWeight MCP Server

MyWeight MCP Server

Public
shinichi-takayanagi/myweight-mcp-server

Connect to the Health Planet API via Model Context Protocol to retrieve and analyze weight data seamlessly with any MCP-compatible client, supporting flexible date-range queries and easy deployment.

typescript
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with MyWeight MCP Server

MCP Server

Unlock the full potential of MyWeight MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

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

# Clone this repository git clone https://github.com/shinichi-takayanagi/myweight-mcp-server.git # Install required packages npm install # Launch the development server npm run dev

Your server will be running at http://localhost:8787.

2. Connect Your MCP Client

Add this configuration to your MCP client:

{ "mcpServers": { "myweight": { "command": "npx", "args": [ "mcp-remote", "http://localhost:8787/sse" ] } } }

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:

[ { "date": "2024/05/30", "weight": 65.2 }, { "date": "2024/05/31", "weight": 65.1 } ]

Deploy to Production

Preparing for Cloudflare Workers Deployment

  1. Create a Cloudflare account and login to the Cloudflare Dashboard.

  2. Set up Cloudflare Workers:

    • Enable Workers on your account
    • Choose a worker name for your deployment
    • Install the Wrangler CLI
  3. Configure your project:

    • Edit the wrangler.toml file to include your Cloudflare information:
name = "your-worker-name" account_id = "your-account-id" workers_dev = true
  1. Deploy your project:
npm run deploy
  1. After deployment, update your MCP client configuration with your Cloudflare URL:
{ "mcpServers": { "myweight": { "command": "npx", "args": [ "mcp-remote", "https://[your-worker-name].[your-account].workers.dev/sse" ] } } }

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
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • CloudWatch Logs MCP Server
    CloudWatch Logs MCP Server

    Provides Model Context Protocol (MCP) tools to access AWS CloudWatch logs, enabling AI assistants to...

    Added May 30, 2025
  • Zenn MCP Server
    Zenn MCP Server

    An unofficial Model Context Protocol server for Zenn that enables fetching lists of articles and boo...

    Added May 30, 2025
  • HeFeng Weather MCP Server
    HeFeng Weather MCP Server

    Provides real-time and extended weather forecasts for locations in China using Model Context Protoco...

    1 tools
    Added May 30, 2025
  • MCP Server for Apache Jena
    MCP Server for Apache Jena

    Connect AI agents via the Model Context Protocol to Apache Jena for executing and updating SPARQL qu...

    Added May 30, 2025
  • Deriv API MCP Server
    Deriv API MCP Server

    Model Context Protocol server enabling seamless interaction with the Deriv API to retrieve active tr...

    2 tools
    Added May 30, 2025