Skip to main content
Glama

Servidor MCP de MyWeight

Este servidor se conecta a la API de Health Planet para acceder a los datos de peso de Takayanagi-san. Cualquier cliente compatible con MCP puede usar este servidor para recuperar y analizar mediciones de peso.

👉 Consulte el sitio web original para ver los datos directamente.

Qué hace

  • Recupera datos : obtiene registros de peso de la API de Health Planet

  • Funciona con cualquier cliente : compatible con todos los clientes MCP

  • Acceso seguro : protegido por la autenticación OAuth2

Guía de inicio rápido

1. Configuración y ejecución local

# Clone this repository git clone [repository URL] # Install required packages npm install # Launch the development server npm run dev

Su servidor se ejecutará en http://localhost:8787 .

2. Conecte su cliente MCP

Agregue esta configuración a su cliente MCP:

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

Usando la API

Obtener datos de peso

Con la herramienta fetchInnerScanData , puede recuperar mediciones de peso para cualquier período de tiempo:

Parámetros:

  • from : Fecha/hora de inicio en formato AAAAMMDDHHmmss (por ejemplo, 20240101000000 para el 1 de enero de 2024)

  • to : Fecha/hora de finalización en formato AAAAMMDDHHmmss (por ejemplo, 20240131235959 para el 31 de enero de 2024)

Ejemplo de respuesta:

[ { "date": "2024/01/01", "weight": 65.2 }, { "date": "2024/01/02", "weight": 65.1 } ]

Implementar en producción

Para implementar en Cloudflare Workers:

npm run deploy

Después de la implementación, actualice la configuración de su cliente MCP con su URL de Cloudflare:

{ "mcpServers": { "myweight": { "command": "npx", "args": [ "mcp-remote", "https://[your-worker-name].[your-account].workers.dev/sse" ] } } }

Solución de problemas

Problemas de conexión

  • Asegúrese de que el servidor esté ejecutándose: npm run dev

  • Borre los datos de OAuth si es necesario: rm -rf ~/.mcp-auth

  • Restablecer la caché de Wrangler: rm -rf ~/.wrangler

Problemas de autenticación

  • Si no aparece la pantalla de autenticación, verifique la configuración de su cliente

  • Después de una autenticación fallida, intente reiniciar su cliente MCP

-
security - not tested
A
license - permissive license
-
quality - not tested

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A 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
  • A
    security
    A
    license
    A
    quality
    A 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 -
    15
    412
    60
    MIT License
  • -
    security
    A
    license
    -
    quality
    A 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
  • A
    security
    A
    license
    A
    quality
    An 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 -
    21
    4
    MIT License
    • Apple
    • Linux

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shinichi-takayanagi/myweight-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server