INDIVIDUAL MCP TOOL
post_due_recurring_expenses
Post all overdue recurring expense rules into the personal transactions ledger and advance their next due dates.
LIVE ENDPOINT
https://ninehoang.com/mcp
Connect to this endpoint to inspect the live schema for post_due_recurring_expenses and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.nine]
url = "https://ninehoang.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nine": {
"type": "http",
"url": "https://ninehoang.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nine
Remote MCP URL: https://ninehoang.com/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": {
"nine": {
"url": "https://ninehoang.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nine": {
"type": "http",
"url": "https://ninehoang.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nine",
"transport": "streamable-http",
"url": "https://ninehoang.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_expense— Record a new expense in Nine (e.g.list_expenses— Retrieve recent expense records from Nine with total amounts, categories, and date filters for financial tracking, spending analytics, and budget reviews.update_expense— Update an existing expense in Nine by its UUID (modify amount, category, title, payment method, date, or notes).delete_expense— Delete an expense record from Nine by its UUID.list_recurring_expenses— List configured recurring expense schedules, subscriptions, and loop rules in Nine with amounts, periods, and next due dates.create_recurring_expense— Create a scheduled recurring expense rule (loop logic date) in Nine (e.g.list_funds— List all collective group funds, travel pools, event budgets, target savings goals, and real-time fund balance totals in Nine.get_fund— Retrieve full details of a specific group fund including budget targets, status, participants, and recent ledger entries.