Map Traveler MCP
by mfukushim
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
bs_id | No | Bluesky SNS registration address | |
sd_key | No | Stability.ai image generation API key | |
bs_pass | No | Bluesky SNS password | |
moveMode | No | Optional: Specify whether the movement mode is realtime or skip. Default is realtime | |
remBgUrl | No | rembg API URL for background removal service | |
bs_handle | No | Bluesky SNS handle name, e.g. xxxxxxxx.bsky.social | |
comfy_url | No | Optional: Generate image using ComfyUI API at specified URL. Example: http://192.168.1.100:8188 | |
pixAi_key | No | pixAi API key for image generation | |
mapApi_url | No | Optional: Map API custom endpoint. Example: direction=https://xxxx,places=https://yyyy | |
rembg_path | No | Absolute path of the installed rembg cli executable | |
time_scale | No | Optional: Scale of travel time on real roads duration. Default is 4 | |
bodyHWRatio | No | Optional: Acceptable avatar image aspect ratios. Default is 1.5~2.3 | |
image_width | No | Optional: Output image width in pixels. Default is 512 | |
sqlite_path | No | Path to save the database file, e.g. %USERPROFILE%/Desktop/traveler.sqlite or $HOME/traveler.sqlite | |
comfy_params | No | Optional: Variable values to send to the workflow via comfyUI API | |
filter_tools | No | Optional: Directly filter the tools to be used. All are available if not specified. e.g. tips,set_traveler_location | |
bodyAreaRatio | No | Optional: Acceptable avatar image area ratio. Default is 0.042 | |
pixAi_modelId | No | Optional: pixAi ModelId, if not set uses default model 1648918127446573124 | |
GoogleMapApi_key | No | Google Map API key with permissions for Street View Static API, Places API, Time Zone API, and Directions API | |
bodyWindowRatioH | No | Optional: Avatar composite window aspect ratio. Default is 0.75 | |
bodyWindowRatioW | No | Optional: Avatar composite window horizontal ratio. Default is 0.5 | |
comfy_workflow_i2i | No | Optional: Path of API workflow file when using image to image in ComfyUI. Default: assets/comfy/i2i_sample.json | |
comfy_workflow_t2i | No | Optional: Path to API workflow file when using text to image with ComfyUI. Default: assets/comfy/t2i_sample.json | |
fixed_model_prompt | No | Optional: Fixed avatar generation prompt. Prevents changing avatar during conversations |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |