← framezone.app

INDIVIDUAL MCP TOOL

add_transaction

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

framezone.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://framezone.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for add_transaction 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

framezone.app

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.

Related tools

  • list_tasks — List tasks, optionally filtered by status, priority, project, or top3 flag.
  • create_task — Create a new task with optional project, priority, due date, and recurrence.
  • update_task — Update an existing task.
  • complete_task — Toggle a task between completed and pending.
  • delete_task — Soft-delete a task (can be restored later).
  • list_habits — List active habits with the value logged and done status for a date, plus current streaks.
  • create_habit — Create a new habit.
  • update_habit — Update an existing habit.