baumarkt-mcp
by jnslmk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BM_PROXY | No | Egress proxy URL for the browser, e.g. http://10.0.0.5:8888 | |
| MCP_HOST | No | Bind address for the HTTP server. | 0.0.0.0 |
| MCP_PATH | No | MCP endpoint path. | /mcp |
| MCP_PORT | No | Bind port for the HTTP server. | 8000 |
| BM_SCREEN | No | Xvfb screen geometry (entrypoint). | 1366x900x24 |
| LOG_LEVEL | No | Python log level. | INFO |
| BM_DISPLAY | No | Xvfb display number (entrypoint). | 99 |
| BM_HEADLESS | No | Set to '1' for headless mode (local development only; will not clear bot walls). | 0 |
| MCP_TRANSPORT | No | Transport to use: 'http' (streamable HTTP) or 'stdio'. | http |
| BM_MAX_RESULTS | No | Hard cap on products per retailer per search. | 50 |
| BM_MAX_CONCURRENT | No | Number of browser contexts to pool (pool size and concurrency limit). | 2 |
| BM_PROXY_PASSWORD | No | Optional proxy authentication password. | |
| BM_PROXY_USERNAME | No | Optional proxy authentication username. | |
| BM_CHALLENGE_TIMEOUT_MS | No | How long to wait for a bot-wall challenge to clear. | 25000 |
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/jnslmk/baumarkt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server