Oura MCP 서버
Oura API에 대한 액세스를 제공하는 모델 컨텍스트 프로토콜 (MCP) 서버입니다. 언어 모델이 Oura API에서 수면, 준비 상태 및 복원력 데이터를 쿼리할 수 있도록 지원합니다.
사용 가능한 도구
서버는 다음 도구를 제공합니다.
날짜 범위 쿼리
get_sleep_data(start_date: str, end_date: str)
: 특정 날짜 범위에 대한 수면 데이터를 가져옵니다.get_readiness_data(start_date: str, end_date: str)
: 특정 날짜 범위에 대한 준비 상태 데이터를 가져옵니다.get_resilience_data(start_date: str, end_date: str)
: 특정 날짜 범위에 대한 복원력 데이터를 가져옵니다.
날짜는 ISO 형식( YYYY-MM-DD
)으로 제공해야 합니다.
오늘의 데이터 쿼리
get_today_sleep_data()
: 오늘의 수면 데이터를 가져옵니다get_today_readiness_data()
: 오늘의 준비 상태 데이터를 가져옵니다.get_today_resilience_data()
: 오늘의 회복력 데이터를 가져옵니다.
용법
이 서버를 사용하려면 Oura API 토큰이 필요합니다. 다음과 같은 방법으로 토큰을 얻을 수 있습니다.
- Oura 개발자 포털 로 이동
- 개인 액세스 토큰 생성
데스크톱용 클로드
macOS에서는 ~/Library/Application\ Support/Claude/claude_desktop_config.json
, Windows에서는 %APPDATA%/Claude/claude_desktop_config.json
에 있는 claude_desktop_config.json
업데이트하여 다음을 포함하세요.
지엑스피1
예제 쿼리
연결되면 Claude에게 다음과 같은 질문을 할 수 있습니다.
- "오늘 내 수면 점수는 어때요?"
- "지난주 준비 데이터를 보여주세요"
- "1월 1일부터 1월 7일까지 수면은 어땠나요?"
- "오늘 나의 회복력 점수는 얼마예요?"
오류 처리
서버는 일반적인 문제에 대해 사람이 읽을 수 있는 오류 메시지를 제공합니다.
- 잘못된 날짜 형식
- API 인증 오류
- 네트워크 연결 문제
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
MCP(Model Context Protocol)를 통해 Oura API에서 수면, 준비, 회복력 데이터를 쿼리할 수 있으므로 자연어 상호 작용이 가능하고 Claude와 같은 도구와 원활하게 통합할 수 있습니다.
Related Resources
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.Last updated -32TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server that enables interaction with Snapshot.org, providing tools to query Snapshot spaces, proposals, and users through natural language.Last updated -52TypeScriptMIT License
- AsecurityAlicenseAqualityAn enhanced Model Context Protocol server that enables AI assistants to interact with ClickUp workspaces, supporting task relationships, comments, checklists, and workspace management through natural language.Last updated -40605TypeScriptMIT License
- AsecurityAlicenseAqualityAn MCP (Model Context Protocol) server that integrates with the ArgoCD API, enabling AI assistants and large language models to manage ArgoCD applications and resources through natural language interactions.Last updated -106PythonMIT License