wunder-user-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WUNDER_TENANT | Yes | Tenant short-code used in the API URL path. | |
| WUNDER_BASE_URL | No | API gateway base URL. | https://go.api.gourban.services/v1 |
| WUNDER_BRANCH_ID | No | Default branch id for vehicle/rental calls. | |
| WUNDER_HTTP_TIMEOUT | No | Per-request timeout in seconds. | 30 |
| WUNDER_REFRESH_TOKEN | Yes | Long-lived refresh token for the end user. | |
| WUNDER_DEFAULT_RADIUS_MI | No | Radius (miles) used by get_vehicles when a location is given without a radius. | 5 |
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_vehiclesA | List available vehicles for the signed-in user. When both Filters: |
| get_active_rentalA | Retrieve the signed-in user's currently ongoing rental(s). Returns rentals in |
| rental_commandA | Execute an operation on a rental and return the updated rental.
Optional fields are forwarded when relevant (mainly for END): Note: ending may be blocked by end-checks (parking/station/photo/surcharge). This tool does not pre-run POST /rentals/{id}/check/end; an END that fails a requirement surfaces the API error. |
| create_rentalA | Create a rental for the signed-in user, as a reservation or an active rental. Provide exactly one of Optional: Returns the created rental, including its |
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/slettmayer/wunder-user-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server