Spendesk MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | HTTP server host. Default: 0.0.0.0 | |
| PORT | No | HTTP server port. Default: 3000 | |
| DB_PATH | No | Path to SQLite database for monitoring. Default: ./data/clients.db | |
| DOCS_URL | No | URL for documentation (Mintlify). If set, GET /doc redirects here. | |
| SPENDESK_ENV | No | API environment: production (default), demo, or trunk. | production |
| USAGE_UI_SECRET | No | If set, GET /usage requires ?secret=<value> or Authorization: Bearer <value>. | |
| SPENDESK_BASE_URL | No | Override base URL of the Spendesk API. | |
| SPENDESK_USE_DEMO | No | Legacy flag: 'true' or '1' maps to trunk environment. | |
| SPENDESK_CLIENT_ID | No | Client ID for production (required for stdio if no other credentials). | |
| SPENDESK_CLIENT_SECRET | No | Client secret for production (required for stdio if no other credentials). | |
| SPENDESK_CLIENT_ID_DEMO | No | Client ID for demo environment. | |
| SPENDESK_CLIENT_ID_TRUNK | No | Client ID for trunk environment. | |
| SPENDESK_CLIENT_SECRET_DEMO | No | Client secret for demo environment. | |
| SPENDESK_CLIENT_SECRET_TRUNK | No | Client secret for trunk environment. |
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
- 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/julienchriqui-okkoer/spendesk-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server