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). |
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
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