Map Traveler MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
bs_idNoBluesky SNS registration address
sd_keyNoStability.ai image generation API key
bs_passNoBluesky SNS password
moveModeNoOptional: Specify whether the movement mode is realtime or skip. Default is realtime
remBgUrlNorembg API URL for background removal service
bs_handleNoBluesky SNS handle name, e.g. xxxxxxxx.bsky.social
comfy_urlNoOptional: Generate image using ComfyUI API at specified URL. Example: http://192.168.1.100:8188
pixAi_keyNopixAi API key for image generation
mapApi_urlNoOptional: Map API custom endpoint. Example: direction=https://xxxx,places=https://yyyy
rembg_pathNoAbsolute path of the installed rembg cli executable
time_scaleNoOptional: Scale of travel time on real roads duration. Default is 4
bodyHWRatioNoOptional: Acceptable avatar image aspect ratios. Default is 1.5~2.3
image_widthNoOptional: Output image width in pixels. Default is 512
sqlite_pathNoPath to save the database file, e.g. %USERPROFILE%/Desktop/traveler.sqlite or $HOME/traveler.sqlite
comfy_paramsNoOptional: Variable values to send to the workflow via comfyUI API
filter_toolsNoOptional: Directly filter the tools to be used. All are available if not specified. e.g. tips,set_traveler_location
bodyAreaRatioNoOptional: Acceptable avatar image area ratio. Default is 0.042
pixAi_modelIdNoOptional: pixAi ModelId, if not set uses default model 1648918127446573124
GoogleMapApi_keyNoGoogle Map API key with permissions for Street View Static API, Places API, Time Zone API, and Directions API
bodyWindowRatioHNoOptional: Avatar composite window aspect ratio. Default is 0.75
bodyWindowRatioWNoOptional: Avatar composite window horizontal ratio. Default is 0.5
comfy_workflow_i2iNoOptional: Path of API workflow file when using image to image in ComfyUI. Default: assets/comfy/i2i_sample.json
comfy_workflow_t2iNoOptional: Path to API workflow file when using text to image with ComfyUI. Default: assets/comfy/t2i_sample.json
fixed_model_promptNoOptional: Fixed avatar generation prompt. Prevents changing avatar during conversations

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools