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

Intentions MCP Server

io.github.intentions-me/intentions-mcp

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

Uptime
100.0%
2 direct probes · 30d
Response
746ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

intentions_ask_day

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, publish/send dates, …

intentions_ask_hour

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", "几点去见面好"). Use for inter…

intentions_ask_year

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 element dimensions. For …

intentions_ask_month

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 selection, launch months, …

intentions_energy_chart

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 two-hour blocks of o…

intentions_set_birth_info

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 share, pass `null` exp…

intentions_get_profile

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 { hasProfile, birthI…

How to use

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

{
  "mcpServers": {
    "intentions_mcp_server": {
      "url": "https://mcp.intentions.me/mcp",
      "transport": "streamable-http"
    }
  }
}