Bar Assistant MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BAR_ASSISTANT_TOKEN | Yes | Your personal access token generated from Bar Assistant profile settings | |
| BAR_ASSISTANT_BAR_ID | No | The ID of your bar (optional - if not set, can be provided as parameter to tools or discovered using list_bars tool) | |
| BAR_ASSISTANT_API_URL | Yes | Your Bar Assistant instance URL + the API path (e.g., http://localhost:8000/api or https://bar.example.com/bar/api) |
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 |
|---|---|
| list_barsB | List all bars you have access to and get their IDs |
| get_shelf_ingredientsB | Get all ingredients currently on your bar shelf with detailed information |
| get_shelf_cocktailsB | Get all cocktails you can make with ingredients on your bar shelf |
| add_ingredients_to_shelfC | Add ingredients to your bar shelf by their IDs |
| remove_ingredients_from_shelfC | Remove ingredients from your bar shelf by their IDs |
| search_ingredientsC | Search for ingredients by name to find their IDs |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Bar Shelf Ingredients | List of all ingredients currently on your bar shelf |
| Bar Shelf Cocktails | Cocktails you can make with ingredients on your bar shelf |
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/the-real-py/bar-assistant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server