budget-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | No | The database URL. Local SQLite in-memory if unset (sqlite:///:memory:). Can also be a SQLite file path or a PostgreSQL connection string. | sqlite:///:memory: |
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_summaryA | Get a summary of expenses, income, and net balance with flexible filtering and optional category breakdown.
|
| add_transactionA | Add one or more income or expense transactions to the budget. Supports single transaction parameters OR a batch list/dict of items in Bulk Import Workflow:
Arguments:
|
| get_transactionsA | Get transactions based on specified filter criteria.
|
| get_uncategorized_transactionsA | Get all uncategorized transactions sorted alphabetically by description. Designed for systematic categorization after bulk import: Use this tool to retrieve transactions imported without categories.
Because results are sorted by description, similar merchant/expense descriptions are grouped together, enabling fast and consistent bulk updates via Arguments:
|
| update_transactionA | Update one or more existing transactions by ID. Supports single transaction updates OR a batch list/dict of update items in Systematic Categorization Workflow:
Arguments:
|
| delete_transactionB | Delete one or more transactions by ID. Supports a single integer ID or a list of integer IDs in
|
| list_categoriesA | List established categories available for transactions.
|
| add_categoryA | Create one or more categories in the category library. Supports single category parameters OR a batch list/dict of items in
|
| update_categoryA | Update an existing category's name, type, or description.
|
| delete_categoryA | Delete one or more categories from the library. Supports a single category ID/name or a list of category IDs/names in
|
| budget_dashboardC | Browse the interactive budget dashboard with a category breakdown chart and transaction data table. |
| spending_trendsB | Browse spending trends over time grouped by year-month with a line chart and transaction data table. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Prefab Renderer (budget_dashboard) | |
| Prefab Renderer (spending_trends) |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/PedroLiu1999/budget-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server