Skip to main content
Glama

Oura MCP Server

by tomekkorbak

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 토큰이 필요합니다. 다음과 같은 방법으로 토큰을 얻을 수 있습니다.

  1. Oura 개발자 포털 로 이동
  2. 개인 액세스 토큰 생성

데스크톱용 클로드

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 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

MCP(Model Context Protocol)를 통해 Oura API에서 수면, 준비, 회복력 데이터를 쿼리할 수 있으므로 자연어 상호 작용이 가능하고 Claude와 같은 도구와 원활하게 통합할 수 있습니다.

  1. 사용 가능한 도구
    1. 날짜 범위 쿼리
    2. 오늘의 데이터 쿼리
  2. 용법
    1. 데스크톱용 클로드
  3. 예제 쿼리
    1. 오류 처리
      1. 특허

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.
          Last updated -
          3
          2
          TypeScript
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables interaction with Snapshot.org, providing tools to query Snapshot spaces, proposals, and users through natural language.
          Last updated -
          5
          2
          TypeScript
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          An 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 -
          40
          605
          TypeScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          An 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 -
          10
          6
          Python
          MIT License
          • Linux
          • Apple

        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/tomekkorbak/oura-mcp-server'

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