mcpserver.lol
registry/intentions-mcp
Connection check verified live · 27h ago

intentions-mcp

Personalized timing intelligence for AI agents — ask 'should I do X on this date?'

Tools 7
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

7 tools

Read from the running server on 27h ago.

intentions_ask_day read-only categoryquestion*birthInfodateRangetargetDatecompareDates
Call when the user asks about timing a decision for a specific date, or wants to pick the best day from a multi-day window. Covers trip dates, launch days, interview/meeting days,…
intentions_ask_hour read-only categoryquestion*bestInDaybirthInfotargetDatetargetHour +1
Call when the user asks about timing within a specific day — best hour to act, morning vs afternoon, when during the day ("best time today to X", "morning or afternoon for Y", "几点去…
intentions_ask_month read-only categoryquestion*birthInfomonthRangetargetMonthcompareMonths
Call when the user asks at month granularity or wants the best month from a multi-month window ("how is next month", "best month in 2026 to X", "下个月适合吗"). Use for trip-month select…
intentions_ask_year read-only categoryquestion*birthInfotargetYear
Call when the user asks about a full calendar year as a whole ("how is 2026", "今年怎么样", "what's next year like overall"). Returns year-level score, verdict, adverse alerts, and elem…
intentions_energy_chart read-only dateperiod*birthInfo
Call when the user wants a visual overview rather than a narrative answer ("show me this week", "chart for today", "next 12 months", "看一下图"). Returns an ASCII chart: `hourly` = 12…
intentions_get_profile read-only
Fetch the user's currently stored birth info. Use this before `intentions_set_birth_info` when updating an existing profile so you can send back a complete merged payload. Returns…
intentions_set_birth_info day*hour*year*month*gender*minute*
Call once to register the user's birth date/time/gender. Each call is a complete replacement — all 6 fields must be supplied. For fields the user does not know or prefers not to sh…