Productivity
ninehoang.com
Manage and track expenses and recurring payments in Nine for budgeting and financial oversight.
ENDPOINT 1
https://ninehoang.com/mcp
MCP server metadata
- Name
- nine
- Version
- 1.0.0
Known tools 17
list_expensesRetrieve recent expense records from Nine with total amounts, categories, and date filters for financial tracking, spending analytics, and budget reviews.
Inferred read-onlyupdate_expenseUpdate an existing expense in Nine by its UUID (modify amount, category, title, payment method, date, or notes).
Potential side effectslist_recurring_expensesList configured recurring expense schedules, subscriptions, and loop rules in Nine with amounts, periods, and next due dates.
Inferred read-onlycreate_recurring_expenseCreate a scheduled recurring expense rule (loop logic date) in Nine (e.g.
Potential side effectspost_due_recurring_expensesPost all overdue recurring expense rules into the personal transactions ledger and advance their next due dates.
Potential side effectslist_fundsList all collective group funds, travel pools, event budgets, target savings goals, and real-time fund balance totals in Nine.
Inferred read-onlyget_fundRetrieve full details of a specific group fund including budget targets, status, participants, and recent ledger entries.
Inferred read-onlyupdate_fundUpdate a group fund's name, target amount, status ('Upcoming', 'In Progress', 'Completed'), or description.
Potential side effectscreate_fund_transactionRecord an income contribution or expense payout in a shared group fund (e.g.
Inferred read-onlylist_fund_transactionsList transactions, incomes, dues, or expense payouts for group funds with optional filters by fund_id, category, and date range.
Inferred read-onlylist_contactsLook up workspace members, participants, phone numbers, and contact directories in Nine.
Inferred read-onlycreate_contactAdd a new contact or participant to the workspace directory in Nine (e.g.
Inferred read-onlyupdate_contactUpdate contact information, name, nickname, phone, or email for a contact in the directory.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.