Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Biorhythm MCP Server by RoxyAPI

com.roxyapi/biorhythm

Biorhythm cycles, forecasts, critical days and compatibility for AI agents, one API key.

Uptime
100.0%
1 direct probes · 30d
Response
152ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

post_biorhythm_reading

Calculate a complete biorhythm reading for a given birth date and target date. Returns all 10 cycle values (physical, emotional, intellectual, intuitive, aesthetic, awareness, spiritual, passion, mast…

post_biorhythm_forecast

Generate a biorhythm forecast for a date range up to 90 days. Returns daily cycle values for physical, emotional, intellectual, and intuitive cycles, daily energy ratings, critical day identification,…

post_biorhythm_critical_days

Find all critical days (zero crossings) within a date range up to 180 days. Returns each critical day with cycle name, period, direction (ascending or descending), severity (single, double, or triple)…

post_biorhythm_compatibility

Calculate biorhythm compatibility between two people by overlaying their cycle profiles on a target date. Returns per-cycle alignment scores (0-100) for physical, emotional, and intellectual cycles, a…

post_biorhythm_phases

Get current phase information for all 10 biorhythm cycles without the full interpretation payload. Returns value, phase name, phase label, day position within cycle, cycle period, days until next crit…

post_biorhythm_daily

Get a daily biorhythm reading with seeded randomness for consistent "biorhythm of the day" features. Same seed and same date always produce the same reading, perfect for daily push notifications, morn…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "biorhythm_mcp_server_by_roxyapi": {
      "url": "https://roxyapi.com/mcp/biorhythm",
      "transport": "streamable-http"
    }
  }
}