MyWeight MCP Server
MyWeight MCP-Server
Dieser Server verbindet sich mit der Health Planet API, um auf Takayanagis Gewichtsdaten zuzugreifen. Jeder MCP-kompatible Client kann diesen Server nutzen, um Gewichtsmessungen abzurufen und zu analysieren.
👉 Besuchen Sie die Originalwebsite , um die Daten direkt anzuzeigen.
Was es bewirkt
Ruft Daten ab : Ruft Gewichtsaufzeichnungen von der Health Planet API ab
Funktioniert mit jedem Client : Kompatibel mit allen MCP-Clients
Sicherer Zugriff : Geschützt durch OAuth2-Authentifizierung
Related MCP server: Withings MCP Server
Kurzanleitung
1. Lokal einrichten und ausführen
# Clone this repository
git clone [repository URL]
# Install required packages
npm install
# Launch the development server
npm run devIhr Server wird unter http://localhost:8787 ausgeführt.
2. Verbinden Sie Ihren MCP-Client
Fügen Sie Ihrem MCP-Client diese Konfiguration hinzu:
{
"mcpServers": {
"myweight": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse"
]
}
}
}Verwenden der API
Gewichtsdaten abrufen
Mit dem Tool fetchInnerScanData können Sie Gewichtsmessungen für jeden beliebigen Zeitraum abrufen:
Parameter:
from: Startdatum/-zeit im Format JJJJMMTTHHmmss (z. B.20240101000000für den 1. Januar 2024)to: Enddatum/-zeit im Format JJJJMMTTHHmmss (z. B.20240131235959für den 31. Januar 2024)
Beispielantwort:
[
{
"date": "2024/01/01",
"weight": 65.2
},
{
"date": "2024/01/02",
"weight": 65.1
}
]In der Produktion bereitstellen
So stellen Sie auf Cloudflare Workers bereit:
npm run deployAktualisieren Sie nach der Bereitstellung Ihre MCP-Clientkonfiguration mit Ihrer Cloudflare-URL:
{
"mcpServers": {
"myweight": {
"command": "npx",
"args": [
"mcp-remote",
"https://[your-worker-name].[your-account].workers.dev/sse"
]
}
}
}Fehlerbehebung
Verbindungsprobleme
Stellen Sie sicher, dass der Server läuft:
npm run devLöschen Sie OAuth-Daten bei Bedarf:
rm -rf ~/.mcp-authWrangler-Cache zurücksetzen:
rm -rf ~/.wrangler
Authentifizierungsprobleme
Wenn der Authentifizierungsbildschirm nicht angezeigt wird, überprüfen Sie Ihre Clientkonfiguration
Versuchen Sie nach einer fehlgeschlagenen Authentifizierung, Ihren MCP-Client neu zu starten
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server for Tanita Health Planet measurements, providing tools for profile, health reporting, and measurement reads.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that connects Claude to Withings health data using OAuth 2.0. Provides 11 read-only tools to access body measurements, activity, sleep, heart rate, and device information from Withings devices.MIT
- FlicenseNot gradedqualityBmaintenanceA read-only MCP server for fitness tracking, providing public app info and protected weight entries from Supabase.
- AlicenseAqualityCmaintenanceMCP server for the Withings Health API with per-user OAuth2, enabling users to securely access their own health data (measures, activity, sleep, workouts, heart rate, devices, and goals) and optionally add measurements.12Apache 2.0
Related MCP Connectors
MCP server for Withings health data — sleep, activity, heart, and body metrics.
MCP server for medicare-coverage
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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