dough-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOUGH_API_KEY | Yes | The API key you minted | |
| DOUGH_API_URL | Yes | Base URL of your Dough instance, e.g. https://dough.example.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dough_summaryA | Compact financial snapshot: total balance and this month's income, spending, budgeted and Ready to Assign. |
| dough_accountsB | All accounts with balances. Set include_closed to also return closed accounts. |
| dough_transactionsC | Transactions newest first, with optional filters. |
| dough_budgetB | The month's budget: income, total budgeted, Ready to Assign, age of money and every active category's budgeted / activity / available. |
| dough_net_worthA | Current net worth by kind (checking, savings, investments, debts) plus the snapshot history. |
| dough_billsB | Recurring bills with amount and due day of month. |
| dough_subscriptionsC | Subscriptions with amount and due day of month. |
| dough_savings_goalsD | Active savings goals with target and derived saved amount. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct financial data domain (accounts, bills, budget, net worth, savings goals, subscriptions, transactions) with no overlapping purposes. Descriptions clearly differentiate them.
All tools follow a consistent 'dough_' prefix with a plural noun representing the resource (e.g., dough_accounts, dough_bills). This pattern makes it predictable for an agent.
With 8 tools covering core personal finance areas, the count feels well-scoped for a finance data provider. Each tool serves a distinct purpose without redundancy.
The tool set covers major financial categories: accounts, bills, budget, net worth, savings, subscriptions, and transactions. For a read-only data access server, it offers a comprehensive snapshot without obvious gaps.