bring-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BRING_LIST | No | Default list name or uuid to use when the list argument is omitted | |
| BRING_EMAIL | Yes | Bring! account email | |
| BRING_PASSWORD | No | Bring! account password (required if not using the OS credential store) | |
| BRING_HTTP_HOST | No | serve-http bind address (default: 0.0.0.0) | |
| BRING_HTTP_PATH | No | serve-http path (default: /mcp) | |
| BRING_HTTP_PORT | No | serve-http port (default: 8080) | |
| BRING_HTTP_TOKEN | No | Bearer token required when using serve-http (optional) | |
| BRING_MCP_LOG_LEVEL | No | Log level: DEBUG, INFO, WARNING, or ERROR (logged to stderr) | |
| BRING_KEYRING_SERVICE | No | Credential store service name (default: bring-mcp) |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_listsA | List every Bring! shopping list on the account, with its uuid and name. |
| get_list_itemsA | Get the items on a shopping list. |
| add_itemA | Add an item to a shopping list, or update the note on an existing one. |
| remove_itemA | Delete an item from a shopping list without marking it as purchased. |
| complete_itemA | Tick an item off as purchased, moving it to the recently-bought section. |
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/freddy-jay/bring-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server