Barrier-Free Mobility MCP
by kaero313
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_MODE | No | Server mode: mock or live. Default is mock. | mock |
| REDIS_URL | No | Redis connection URL (e.g., redis://redis:6379/0). Required if CACHE_BACKEND=redis. | |
| MCP_API_KEY | No | Bearer token for MCP endpoint. Required if MCP_AUTH_ENABLED=true. | |
| CACHE_BACKEND | No | Cache backend: memory or redis. | memory |
| FACILITY_API_URL | No | Base URL for facility API. | |
| MCP_AUTH_ENABLED | No | Enable Bearer token authentication for MCP endpoint. | false |
| RESTROOM_API_KEY | No | API key for restroom info API. | |
| RESTROOM_API_URL | No | Base URL for restroom API. | |
| SEOUL_OPEN_API_KEY | No | Seoul Open Data Platform API key. Used as fallback for elevator status, elevator info, and restroom APIs. | |
| ELEVATOR_INFO_API_KEY | No | API key for elevator info API. | |
| ELEVATOR_INFO_API_URL | No | Base URL for elevator info API. | |
| SHORTEST_ROUTE_API_URL | No | Base URL for shortest route API. | |
| ELEVATOR_STATUS_API_KEY | No | API key for elevator status API. | |
| ELEVATOR_STATUS_API_URL | No | Base URL for elevator status API. | |
| PUBLIC_DATA_SERVICE_KEY | No | Service key for public data portal APIs (facility and route). |
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 |
|---|---|
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/kaero313/barrier-free-mobility-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server