Budget Planner MCP
by maejie
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for the backend server. Default is 4000. | 4000 |
| HTTPS | No | Set to 'true' to enable HTTPS serving. Requires TLS_CERT_FILE and TLS_KEY_FILE. | false |
| TLS_KEY_FILE | No | Path to the TLS private key file (required if HTTPS=true). | |
| APP_BASE_PATH | No | Base path for serving the API and MCP endpoint. Use an empty string (default) for domain root, or a subpath like '/abc'. | |
| TLS_CERT_FILE | No | Path to the TLS certificate file (required if HTTPS=true). | |
| ALLOW_PASSWORDLESS_AUTH | No | Set to 'true' to enable passwordless user-name login for development (do not use in production). Default is 'false'. | false |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues