vending-machine-mcp
by YokiiDesu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| E2B_API_KEY | No | API key for E2B sandbox (required for run, run_code, and code execution inside agents if Daytona not used) | |
| GEMINI_API_KEY | No | API key for Gemini embeddings (optional, used if Voyage and OpenAI not set) | |
| GOOGLE_API_KEY | No | Alias for GEMINI_API_KEY | |
| OPENAI_API_KEY | No | API key for OpenAI embeddings (optional, used if Voyage not set) | |
| VOYAGE_API_KEY | No | API key for Voyage AI embeddings (optional, takes priority over OpenAI/Gemini) | |
| DAYTONA_API_KEY | No | API key for Daytona sandbox (required for run, run_code, and code execution inside agents if E2B not used) | |
| EMBEDDING_MODEL | No | Override embedding model (optional) | |
| VECTOR_STORE_DB | No | Override path for vector store SQLite database (optional) | |
| SANDBOX_PROVIDER | No | Force sandbox provider: 'daytona' or 'e2b' (optional) | |
| EMBEDDING_PROVIDER | No | Override embedding provider (optional) | |
| OPENROUTER_API_KEY | Yes | Required to run agents (hire_agent, audit_code, etc.) | |
| EMBEDDING_DIMENSIONS | No | Override embedding dimensions (optional) | |
| SCRIPT_INDEX_DB_PATH | No | Override path for script index SQLite database (optional) |
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/YokiiDesu/vending-machine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server