Skip to main content
Glama
jmjeong

Whooing MCP

by jmjeong

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WHOOING_TOKENYesYour Whooing API token.
WHOOING_APP_IDYesYour Whooing app_id from app settings.
WHOOING_SIGNATUREYesYour Whooing signature.
WHOOING_SECTION_IDYesYour default Whooing section_id (가계부 ID).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
whooing_plA

Get profit & loss summary (spending and income by category) for a date range

whooing_entriesB

Get transaction entries (individual transactions with account names) for a date range

whooing_search_entriesA

Search transactions with query, account, amount, and date filters. Prefer this for natural-language find/search requests.

whooing_entry_detailA

Get one transaction entry by entry_id. Use this before updating or deleting when you already know the ID.

whooing_duplicate_candidatesA

Find likely duplicate transactions in a date range by grouping same date, amount, accounts, and item.

whooing_balanceA

Get balance sheet (assets, liabilities, capital) as of a date range

whooing_budgetB

Get budget status (expenses) for a date range. Dates use YYYYMM (month) format.

whooing_accountsA

Get the full list of accounts (assets, liabilities, income, expenses, capital)

whooing_account_activityA

Summarize activity for one account in a date range, including totals, frequent items, and recent matching entries.

whooing_sectionsA

List all sections (가계부) in the Whooing account

whooing_add_entryA

Create a new transaction entry in Whooing (e.g. expense, income). Use whooing_accounts first to look up account IDs.

whooing_bulk_add_entriesA

Create multiple transaction entries in Whooing. Use whooing_accounts first to look up account IDs.

whooing_update_entryA

Update an existing transaction entry in Whooing. Use whooing_entries to find the entry_id, and whooing_accounts to look up account IDs.

whooing_delete_entryA

Delete a transaction entry from Whooing. Use whooing_entries to find the entry_id first.

whooing_calendarA

Get daily income/expense overview for a month. Shows per-day transaction counts, income, and expenses.

whooing_monthly_summaryA

Get month-by-month income, expense, net amount, and transaction count for a month range.

whooing_frequent_itemsB

List frequently used transactions (templates for quick entry). Returns saved transaction templates organized by slots.

whooing_latest_itemsA

Get recent unique transaction items from the past 60 days. Useful for autocomplete suggestions when adding new entries.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmjeong/whooing-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server