← intentions.me
INDIVIDUAL MCP TOOL
intentions_get_profile
Fetch the user's currently stored birth info.
LIVE ENDPOINT
https://mcp.intentions.me/mcp
Connect to this endpoint to inspect the live schema for intentions_get_profile and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.intentions-mcp]
url = "https://mcp.intentions.me/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"intentions-mcp": {
"type": "http",
"url": "https://mcp.intentions.me/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: intentions-mcp
Remote MCP URL: https://mcp.intentions.me/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"intentions-mcp": {
"url": "https://mcp.intentions.me/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"intentions-mcp": {
"type": "http",
"url": "https://mcp.intentions.me/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "intentions-mcp",
"transport": "streamable-http",
"url": "https://mcp.intentions.me/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.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", "几点去见面好").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").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", "下个月适合吗").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", "看一下图").intentions_set_birth_info— Call once to register the user's birth date/time/gender.