← Registry

Productivity

ninehoang.com

Manage and track expenses and recurring payments in Nine for budgeting and financial oversight.

1 endpoint17 known toolsFirst detected September 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://ninehoang.com/mcp

No auth detected

MCP server metadata

Name
nine
Version
1.0.0
Capabilities
tools

Known tools 17

create_expense

Record a new expense in Nine (e.g.

Inferred read-only
list_expenses

Retrieve recent expense records from Nine with total amounts, categories, and date filters for financial tracking, spending analytics, and budget reviews.

Inferred read-only
update_expense

Update an existing expense in Nine by its UUID (modify amount, category, title, payment method, date, or notes).

Potential side effects
delete_expense

Delete an expense record from Nine by its UUID.

Potential side effects
list_recurring_expenses

List configured recurring expense schedules, subscriptions, and loop rules in Nine with amounts, periods, and next due dates.

Inferred read-only
create_recurring_expense

Create a scheduled recurring expense rule (loop logic date) in Nine (e.g.

Potential side effects
post_due_recurring_expenses

Post all overdue recurring expense rules into the personal transactions ledger and advance their next due dates.

Potential side effects
list_funds

List all collective group funds, travel pools, event budgets, target savings goals, and real-time fund balance totals in Nine.

Inferred read-only
get_fund

Retrieve full details of a specific group fund including budget targets, status, participants, and recent ledger entries.

Inferred read-only
create_fund

Create a new collective group fund in Nine (e.g.

Potential side effects
update_fund

Update a group fund's name, target amount, status ('Upcoming', 'In Progress', 'Completed'), or description.

Potential side effects
create_fund_transaction

Record an income contribution or expense payout in a shared group fund (e.g.

Inferred read-only
list_fund_transactions

List transactions, incomes, dues, or expense payouts for group funds with optional filters by fund_id, category, and date range.

Inferred read-only
delete_fund_transaction

Delete a fund transaction record by its UUID.

Potential side effects
list_contacts

Look up workspace members, participants, phone numbers, and contact directories in Nine.

Inferred read-only
create_contact

Add a new contact or participant to the workspace directory in Nine (e.g.

Inferred read-only
update_contact

Update contact information, name, nickname, phone, or email for a contact in the directory.

Potential side effects

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.

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.