streamable-httpupdated 3mo ago
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.
What can you do with Intentions MCP Server?
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.
Built for agentic workflows: trip planning, product launches, content calendars, interview/meeting scheduling, negotiation prep, and relationship/family timing.
- Homepage: https://www.intentions.me
- MCP endpoint:
https://mcp.intentions.me/mcp(Streamable HTTP)
What it does
You give it a decision and a time window; it returns a structured reading your agent can reason over and explain in plain language:
- 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
Chain the tools to narrow from "which year" ā "which month" ā "which day" ā "which hour".
Tools
| Tool | What it answers | Tier |
|---|---|---|
intentions_ask_year |
A full calendar year as a whole | Free |
intentions_ask_month |
A specific month, or the best month in a window (ā¤12 months) | Free |
intentions_ask_day |
A specific date, comparison, or best day in a range (ā¤31 days) | Free |
intentions_ask_hour |
Best hour within a day; morning vs afternoon | Pro |
intentions_energy_chart |
ASCII chart overview ā weekly / yearly (free), hourly (Pro) |
Mixed |
intentions_set_birth_info |
Register or update the user's birth date / time / gender | Free |
intentions_get_profile |
Read the currently stored birth info | Free |
All timing inputs must fall within currentYear ā 1 ⦠currentYear + 1.
Installation
The server is remote (Streamable HTTP) ā nothing to install or self-host.
- Create an account at https://www.intentions.me
- Generate an API key from your account page (format:
itm_ā¦) - Add the server to your MCP client using the config below
Claude Desktop / MCP client config
{
"mcpServers": {
"intentions": {
"type": "http",
"url": "https://mcp.intentions.me/mcp",
"headers": {
"Authorization": "Bearer itm_your_api_key_here"
}
}
}
}
claude.ai custom connector
Add a custom connector with:
- URL:
https://mcp.intentions.me/mcp - Authentication: Bearer token ā paste your
itm_ā¦key
Authentication
Every request authenticates with a Bearer API key in the Authorization header:
Authorization: Bearer itm_0123456789abcdef0123456789abcdef
Keys are issued per account at https://www.intentions.me/account. Treat the key like a password ā it carries your quota and your stored energy profile.
Pricing
| Free | Pro | |
|---|---|---|
| Day / month / year readings | 5 per day (resets midnight UTC) | Unlimited |
Hour-by-hour precision (ask_hour, hourly charts) |
ā | ā |
| Weekly / yearly charts | ā | ā |
The free tier is enough to evaluate the server end-to-end. See https://www.intentions.me/pricing for current Pro pricing.
Links
- Homepage: https://www.intentions.me
- Pricing: https://www.intentions.me/pricing
This repository contains documentation only. The Intentions MCP Server is a hosted, proprietary service; the implementation source is not open source.
Install
Add Intentions MCP Server to your client. Pick the one you use.
claude mcp add --transport http intentions-mcp-server https://mcp.intentions.me/mcpcodex mcp add intentions-mcp-server --url https://mcp.intentions.me/mcp{
"mcpServers": {
"intentions-mcp-server": {
"url": "https://mcp.intentions.me/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"intentions-mcp-server": {
"type": "http",
"url": "https://mcp.intentions.me/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"intentions-mcp-server": {
"url": "https://mcp.intentions.me/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"intentions-mcp-server": {
"serverUrl": "https://mcp.intentions.me/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 tools
Intentions MCP Server exposes 7 tools to a connected agent.
- 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
Score
62 / 100
Good
- Documentation22/25
- Maintenance13/25
- Trust9/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 91 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jun 2, 2026 |