webhallen-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEBHALLEN_COOKIES | No | Existing webhallen_session cookie value (Option C). | |
| WEBHALLEN_PASSWORD | No | Your Webhallen password for automatic login (Option A). | |
| WEBHALLEN_USERNAME | No | Your Webhallen username for automatic login (Option A). |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| loginA | Log in to Webhallen with username and password. Required before using wishlist tools. Alternatively set WEBHALLEN_USERNAME and WEBHALLEN_PASSWORD env vars. |
| search_productsA | Search for products on Webhallen by keyword. Returns product list with IDs, names, prices, and stock info. Use the product IDs with add_to_wishlist. Does not require login. |
| get_productA | Get details about a specific Webhallen product by ID. Useful for verifying product info before adding to a shared wishlist. |
| list_wishlistsA | List all your Webhallen wishlists (önskelistor) with their IDs and contents. This shows the shared shopping lists. |
| get_wishlistA | Get the contents of a specific wishlist by ID. Shows all products in the shared shopping list. |
| create_wishlistA | Create a new Webhallen wishlist (önskelista). Use this to create a shared shopping list for the office. |
| add_to_wishlistA | Add a product to a Webhallen wishlist. Use search_products first if you need the product ID. Use create_wishlist first if the list doesn't exist yet. |
| delete_wishlistA | Delete a Webhallen wishlist and all its contents. |
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/irony/webhallen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server