← Registry

Productivity

framezone.app

An MCP server for task management that lets you create, list, update, complete, and delete tasks with projects, priorities, due dates, recurrence, and top-3 filtering.

1 endpoint62 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://framezone.app/mcp

No auth detected

MCP server metadata

Name
Framezone
Version
2.3.0
Capabilities
toolsresourcesprompts

Known tools 62

list_tasks

List tasks, optionally filtered by status, priority, project, or top3 flag.

Inferred read-only
create_task

Create a new task with optional project, priority, due date, and recurrence.

Potential side effects
update_task

Update an existing task.

Potential side effects
complete_task

Toggle a task between completed and pending.

Inferred read-only
delete_task

Soft-delete a task (can be restored later).

Potential side effects
list_habits

List active habits with the value logged and done status for a date, plus current streaks.

Inferred read-only
create_habit

Create a new habit.

Potential side effects
update_habit

Update an existing habit.

Potential side effects
log_habit

Log a habit entry for a date.

Inferred read-only
list_goals

List goals with progress, type, and status.

Inferred read-only
create_goal

Create a new goal.

Potential side effects
update_goal

Update a goal: change status, progress, toggle milestones, or add a progress note.

Potential side effects
list_projects

List projects with task counts, tier, status, and linked goal.

Inferred read-only
create_project

Create a new project with tier (A/B/C), optional goal link, and target date.

Potential side effects
update_project

Update a project: change name, tier, status, goal link, or target date.

Potential side effects
get_daily_entry

Get the daily journal entry for a date: mood, energy, focus, morning/evening notes.

Inferred read-only
update_daily_entry

Update the daily journal: set mood (1-5), energy (1-5), focus text, morning/evening notes.

Potential side effects
list_notes

List notes, optionally filtered by search query or tag.

Inferred read-only
create_note

Create a new note with title, body text, and optional tags.

Potential side effects
delete_note

Soft-delete a note.

Potential side effects
list_books

List books with optional status filter.

Inferred read-only
create_book

Add a book to your library.

Inferred read-only
update_book

Update a book: change status, rating, notes, or update reading progress (current page).

Potential side effects
delete_book

Delete a book from the library.

Potential side effects
list_quotes

List saved quotes, optionally filtered by book or favorites only.

Inferred read-only
create_quote

Save a quote with author and optional book link.

Inferred read-only
add_bookmark

Save a bookmark URL with optional title, description, category, and tags.

Inferred read-only
delete_bookmark

Delete a bookmark permanently.

Potential side effects
list_accounts

List financial accounts with balances and types.

Inferred read-only
list_categories

List transaction categories with type (income/expense) and monthly budget.

Inferred read-only
add_transaction

Add a financial transaction (income or expense) to an account with optional category.

Inferred read-only
list_subscriptions

List active subscriptions with amounts, frequency, and next billing date.

Inferred read-only
create_subscription

Add a recurring subscription (monthly, yearly, or weekly).

Inferred read-only
list_holdings

List portfolio holdings with market value, P/L, and allocation.

Inferred read-only
add_trade

Record a buy or sell trade for a portfolio holding.

Potential side effects
log_focus_session

Log a completed focus/pomodoro session with duration, project, and task link.

Inferred read-only
get_focus_summary

Get focus time summary: total minutes, sessions, and breakdown by project for a date range.

Inferred read-only
log_workout

Log a workout session with type, duration, calories, and heart rate.

Inferred read-only
log_workout_sets

Add exercises and sets to a workout.

Inferred read-only
log_body_measurement

Log body measurements: weight, body fat %, waist, chest, etc.

Inferred read-only
log_nutrition

Log a day of nutrition — day totals plus optional food-by-food line items.

Inferred read-only
list_exercises

The movement catalog: canonical names, muscle groups and the aliases that resolve to them.

Inferred read-only
get_fitness_summary

Current fitness state: weight trend vs target rate, waist thresholds, nutrition averages vs macro targets, training frequency and volume, plus which days are missing data.

Inferred read-only
delete_workout

Delete a whole training session and every set in it.

Potential side effects
delete_workout_sets

Remove sets from a session without touching the session itself.

Potential side effects
delete_body_measurement

Delete a body measurement that was logged by mistake.

Potential side effects
list_wishlist

List wishlist items with price, priority, and purchase status.

Potential side effects
add_wishlist_item

Add an item to the wishlist with price range, priority, and optional URL.

Inferred read-only
update_wishlist_item

Update a wishlist item — mark it purchased or cancelled, change priority, price or notes.

Potential side effects
list_contacts

List contacts.

Inferred read-only
create_contact

Create a new contact (personal CRM).

Potential side effects
update_contact

Update a contact.

Potential side effects
list_achievements

List all achievements: unlocked and locked, with descriptions and unlock dates.

Inferred read-only
get_user_memories

Get the user's AI memory entries — personal facts, preferences, and context that personalize AI responses.

Inferred read-only
add_user_memory

Add a personal fact to the user's AI memory.

Inferred read-only
delete_user_memory

Delete a specific AI memory entry by ID.

Potential side effects
search

Search the user's Framezone data by keyword: tasks, projects, notes, bookmarks, books and goals.

Inferred read-only
weekly_summary

Get a comprehensive weekly review: tasks, habits, mood/energy, portfolio, books, focus time.

Inferred read-only
get_project_analytics

Get daily Search Console + GA4 metrics for a project.

Inferred read-only
get_top_queries

Get top search queries for a project from Search Console data.

Inferred read-only
get_top_pages

Get top performing pages for a project from Search Console data.

Inferred read-only
compare_analytics_periods

Compare two date periods for a project.

Inferred read-only

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.framezone]
url = "https://framezone.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "framezone": {
      "type": "http",
      "url": "https://framezone.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: framezone
Remote MCP URL: https://framezone.app/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": {
    "framezone": {
      "url": "https://framezone.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "framezone": {
      "type": "http",
      "url": "https://framezone.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "framezone",
  "transport": "streamable-http",
  "url": "https://framezone.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.