lunchmoney-mcp
by infamousjoeg
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port the server listens on in HTTP mode (default: 8080). | |
| BASE_URL | No | The base URL of the server (e.g., https://your-domain.com). Required for HTTP mode. | |
| OAUTH_SCOPES | No | Optional scopes for custom OAuth (defaults to openid,email). | openid,email |
| AUTH_PROVIDER | No | The OAuth provider for HTTP mode. Valid values: google, github, cyberark, custom. | |
| OAUTH_AUTH_URL | No | The authorization URL for custom OAuth providers. | |
| OAUTH_CLIENT_ID | No | Client ID for custom OAuth or fallback for CyberArk. | |
| OAUTH_TOKEN_URL | No | The token URL for custom OAuth providers. | |
| GITHUB_CLIENT_ID | No | GitHub OAuth Client ID. | |
| GOOGLE_CLIENT_ID | No | Google OAuth Client ID. | |
| CYBERARK_CLIENT_ID | No | CyberArk OAuth Client ID. | |
| CYBERARK_TENANT_URL | No | CyberArk Identity tenant URL (e.g., https://abc1234.id.cyberark.cloud). | |
| OAUTH_CLIENT_SECRET | No | Client Secret for custom OAuth or fallback for CyberArk. | |
| GITHUB_CLIENT_SECRET | No | GitHub OAuth Client Secret. | |
| GOOGLE_CLIENT_SECRET | No | Google OAuth Client Secret. | |
| LUNCH_MONEY_API_TOKEN | No | Your Lunch Money API token. Required for non-interactive environments like containers or CI/CD. | |
| CYBERARK_CLIENT_SECRET | No | CyberArk OAuth Client Secret. |
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 | |
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/infamousjoeg/lunchmoney-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server