INDIVIDUAL MCP TOOL
familia_cancel_task
Use this only when the user explicitly asks to cancel, archive, or hide an existing Familia task without permanently deleting the record.
LIVE ENDPOINT
https://mcp.family.asynq.org/mcp
Connect to this endpoint to inspect the live schema for familia_cancel_task and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.familia]
url = "https://mcp.family.asynq.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"familia": {
"type": "http",
"url": "https://mcp.family.asynq.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: familia
Remote MCP URL: https://mcp.family.asynq.org/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": {
"familia": {
"url": "https://mcp.family.asynq.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"familia": {
"type": "http",
"url": "https://mcp.family.asynq.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "familia",
"transport": "streamable-http",
"url": "https://mcp.family.asynq.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
familia_list_households— Use this when the user asks which Familia households, families, or shared boards are available.familia_list_household_members— Use this when a task or plan must be assigned to, owned by, or shared with a named household member and their Familia user id is not already known.familia_get_day_overview— Use this when the user asks for Familia items on a specific date or in a specific time window.familia_get_today_schedule— Use this when the user asks about today's agenda, today's tasks, what they are doing today, or what they should do today.familia_get_tomorrow_schedule— Use this when the user asks about tomorrow's agenda, tomorrow's tasks, tomorrow's plans, or what they should prepare for tomorrow.familia_get_next_up— Use this when the user asks what is next, what they should do now, their next task, or the next upcoming family item.familia_get_weekly_overview— Use this when the user asks about this week, the next week, upcoming days, family schedule for the week, or a multi-day planning overview.familia_get_inbox— Use this when the user asks for inbox, items needing attention, overdue tasks, past leftovers, unfinished responsibilities, or what is waiting on them.