Skip to main content
Glama

Map Traveler MCP

by mfukushim

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MT_BS_IDNoBluesky sns registration address
MT_SD_KEYNoStability.ai image generation API key
MT_BS_PASSNobluesky sns password
MT_FEED_TAGNoOptional: Specify the feed tag when posting to SNS (#required, 15 characters or more) Default is #geo_less_traveler#geo_less_traveler
MT_NO_IMAGENoOptions: true = do not output image, not specified = output image if possible, default is not specified
MT_BS_HANDLENobluesky sns handle name: e.g. xxxxxxxx.bsky.social
MT_COMFY_URLNoOption: Generate image using ComfyUI API at specified URL. Example: http://192.168.1.100:8188
MT_MOVE_MODENoOption: Specify whether the movement mode is realtime or skip. default realtimerealtime
MT_NO_AVATARNoOption: true = Output StreetView image as is without avatar superimposition. Not specified = Superimpose avatar image. Default is not specified.
MT_PIXAI_KEYNopixAi API key
MT_REMBG_URLNorembg API URL
MT_TURSO_URLNoTurso sqlite API URL
MT_REMBG_PATHNoabsolute path of the installed rembg cli
MT_TIME_SCALENoOptional: Scale of travel time on real roads duration. default 44
MT_IMAGE_WIDTHNoOption: Output image width (pixels) Default is 512512
MT_MAP_API_URLNoOptional: Map API custom endpoint. Example: direction=https://xxxx,places=https://yyyy
MT_SQLITE_PATHNodb save path: e.g. %USERPROFILE%/Desktop/traveler.sqlite, $HOME/traveler.sqlite
MT_TURSO_TOKENNoTurso sqlite API access token
MT_COMFY_PARAMSNoOptional: Variable values to send to the workflow via comfyUI API
MT_FILTER_TOOLSNoOptional: Directly filter the tools to be used. All are available if not specified. e.g. tips,set_traveler_location
MT_REMBG_WO_KEYNowithoutbg.com rembg API key
MT_BODY_HW_RATIONoOptional: Acceptable avatar image aspect ratios. default 1.5~2.31.5~2.3
MT_GOOGLE_MAP_KEYNoGoogle Map API key
MT_PIXAI_MODEL_IDNoOptional: pixAi ModelId, if not set use default model 16489181274465731241648918127446573124
MT_BODY_AREA_RATIONoOptional: Acceptable avatar image area ratio. default 0.0420.042
MT_COMFY_WORKFLOW_I2INoOptional: Path of API workflow file when image to image in ComfyUI. If not specified: assets/comfy/i2i_sample.json
MT_COMFY_WORKFLOW_T2INoOptional: Path to API workflow file when using text to image with ComfyUI. If not specified: assets/comfy/t2i_sample.json
MT_FIXED_MODEL_PROMPTNoOptional: Fixed avatar generation prompt. You will no longer be able to change your avatar during conversations.
MT_BODY_WINDOW_RATIO_HNoOptional: Avatar composite window aspect ratio. default 0.750.75
MT_BODY_WINDOW_RATIO_WNoOptional: Avatar composite window horizontal ratio. default 0.50.5

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
tipsInform you of recommended actions for traveler

Resources

Contextual data attached and managed by the client

NameDescription
carBattle.txtPlay the fantasy role playing
japanMapChallenge.txtPlay the challenge party game
japanMapChallenge2.txtPlay the challenge party game
role.txtThe purpose and role of AI
roleWithSns.txtThe purpose and role of AI with SNS
setting.txtsetting of traveler
credit.txtcredit of this component

Tools

Functions exposed to the LLM to take actions

NameDescription
get_traveler_view_info

Get the address of the current traveler's location and information on nearby facilities,view snapshot

get_traveler_location

Get the address of the current traveler's location

tips

Inform you of recommended actions for your device

get_setting

Get current setting

get_traveler_info

get a traveler's setting.For example, traveler's name, the language traveler speak, Personality and speaking habits, etc.

set_traveler_info

set a traveler's setting.For example, traveler's name, the language traveler speak, Personality and speaking habits, etc.

start_traveler_journey

Start the traveler's journey to destination

stop_traveler_journey

Stop the traveler's journey

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/mfukushim/map-traveler-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server