Intentions MCP Server

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

Remote serverstreamable-http

What is the Intentions MCP server?

Intentions MCP server exists for a simple reason — assistants are far more useful when they can act on Intentions directly instead of describing what you should do. Personalized timing intelligence for AI agents — ask 'should I do X on this date?'.

What you get

Personalized timing intelligence for AI agents. Ask "Should I do X on this date?" and get a 0–100 alignment score, a clear verdict, and the reasoning behind it — grounded in the user's personal energy profile and the Five Elements framework.

  • Score — (0–100) and a verdict (e.g. favorable, proceed with caution, wait)
  • Friction — (0–100) — an independent measure of execution resistance
  • Element breakdown — and per-layer (year / month / day / hour) signals
  • Adverse alerts — with actionable, behavioral guidance — never event predictions

What the assistant can call

Once Intentions is connected, these are the calls the assistant has available:

  • intentions_ask_year — A full calendar year as a whole
  • intentions_ask_month — A specific month, or the best month in a window (≤12 months)
  • intentions_ask_day — A specific date, comparison, or best day in a range (≤31 days)
  • intentions_ask_hour — Best hour within a day; morning vs afternoon
  • intentions_energy_chart — ASCII chart overview — weekly / yearly (free), hourly (Pro)
  • intentions_set_birth_info — Register or update the user's birth date / time / gender
  • intentions_get_profile — Read the currently stored birth info

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Intentions's toolset — intentions_ask_year, intentions_ask_month, intentions_ask_day and 4 more — is a fair guide to whether it matches your workflow. It is maintained by intentions-me; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the intentions mcp server does with a few real requests.

Available tools

ToolWhat it does
intentions_ask_yearA full calendar year as a whole
intentions_ask_monthA specific month, or the best month in a window (≤12 months)
intentions_ask_dayA specific date, comparison, or best day in a range (≤31 days)
intentions_ask_hourBest hour within a day; morning vs afternoon
intentions_energy_chartASCII chart overview — weekly / yearly (free), hourly (**Pro**)
intentions_set_birth_infoRegister or update the user's birth date / time / gender
intentions_get_profileRead the currently stored birth info

How to install the Intentions MCP server

{
  "mcpServers": {
    "intentions": {
      "type": "http",
      "url": "https://mcp.intentions.me/mcp",
      "headers": {
        "Authorization": "Bearer itm_your_api_key_here"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Intentions to intentions ask year.
  • Use Intentions to intentions ask month.
  • Use Intentions to intentions ask day.

Frequently asked questions

It connects Intentions to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (intentions_ask_year, intentions_ask_month, intentions_ask_day, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Intentions directly.