washing-machine-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEV_MODE | No | Set to 'true' to disable strict origin/host checking. Default 'false'. | false |
| MCP_KEYS | Yes | Comma-separated map of identity aliases to tokens for stdio transport, e.g., 'basic:dk-demo-basic,medium:dk-demo-medium,high:dk-demo-high,ultra:dk-demo-ultra'. | |
| HTTP_PORT | No | The port on which the Streamable HTTP server listens. Default 3000. | 3000 |
| API_KEY_ZEN | Yes | API key for the Zen natural language processing service. | |
| HTTP_PUBLIC_URL | No | The public URL of the HTTP server, used for generating links and expected by the OAuth protected resource metadata. | |
| TURSO_AUTH_TOKEN | Yes | The authentication token for Turso. | |
| TRUSTED_PROXY_HOPS | No | Number of trusted proxy hops for determining the client IP. Default '0'. | 0 |
| TURSO_DATABASE_URL | Yes | The URL of your Turso database, e.g., libsql://... | |
| HTTP_ALLOWED_ORIGINS | No | Comma-separated list of allowed origins for HTTP requests. If empty and DEV_MODE=false, all requests are rejected. | |
| MCP_DEFAULT_IDENTITY | No | The default identity alias for stdio transport, e.g., 'medium'. Used when no specific identity is provided. | |
| STALE_TOKEN_REFUSE_DAYS | No | Number of days after which a bearer token is considered stale and refused. Default '365'. | 365 |
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 | |
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/JoshuaSkootsky/api-secure-nlp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server