MyWeight MCP Server
MyWeight MCP 서버
이 서버는 Health Planet API에 연결하여 Takayanagi 씨의 체중 데이터에 접근합니다. 모든 MCP 호환 클라이언트는 이 서버를 사용하여 체중 측정값을 검색하고 분석할 수 있습니다.
👉 원본 웹사이트를 확인하여 데이터를 직접 확인하세요.
그것이 하는 일
데이터 검색 : Health Planet API에서 체중 기록을 가져옵니다.
모든 클라이언트와 호환 가능 : 모든 MCP 클라이언트와 호환 가능
보안 액세스 : OAuth2 인증으로 보호됨
Related MCP server: Withings MCP Server
빠른 시작 가이드
1. 로컬 설정 및 실행
지엑스피1
서버는 http://localhost:8787 에서 실행됩니다.
2. MCP 클라이언트 연결
MCP 클라이언트에 다음 구성을 추가하세요.
{
"mcpServers": {
"myweight": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse"
]
}
}
}API 사용
체중 데이터 가져오기
fetchInnerScanData 도구를 사용하면 특정 기간의 체중 측정값을 검색할 수 있습니다.
매개변수:
from: YYYYMMDDHHmmss 형식의 시작 날짜/시간(예: 2024년 1월 1일의 경우20240101000000)to: YYYYMMDDHHmmss 형식의 종료 날짜/시간(예: 2024년 1월 31일의 경우20240131235959)
응답 예시:
[
{
"date": "2024/01/01",
"weight": 65.2
},
{
"date": "2024/01/02",
"weight": 65.1
}
]프로덕션에 배포
Cloudflare Workers에 배포하려면:
npm run deploy배포 후 Cloudflare URL로 MCP 클라이언트 구성을 업데이트하세요.
{
"mcpServers": {
"myweight": {
"command": "npx",
"args": [
"mcp-remote",
"https://[your-worker-name].[your-account].workers.dev/sse"
]
}
}
}문제 해결
연결 문제
서버가 실행 중인지 확인하세요:
npm run dev필요한 경우 OAuth 데이터를 지웁니다:
rm -rf ~/.mcp-authWrangler 캐시 재설정:
rm -rf ~/.wrangler
인증 문제
인증 화면이 나타나지 않으면 클라이언트 구성을 확인하세요.
인증에 실패한 후 MCP 클라이언트를 다시 시작해 보세요.
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