io.github.mfukushim

map-traveler-mcp

Virtual traveler library for MCP

localhostcommunityservice

Package Details

Transportstdio

Environment Variables

MT_GOOGLE_MAP_KEY
Secret

[Map] Google Map API key

MT_GEMINI_IMAGE_KEY
Secret

[Image.gemini] Gemini Image Api key

MT_MAX_RETRY_GEMINI

[Image.gemini] Number of retries when generating Gemini images Default: 0

MT_AVATAR_IMAGE_URI

[Image.gemini] Character reference image uri (file:// or https://) when generating Gemini image. Multiple settings can be made by separating them with the '|'. When multiple settings are made, they will be selected randomly.

MT_MAP_API_URL

[Map.etc] Optional: Map API custom endpoint. Example: direction=https://xxxx,places=https://yyyy

MT_TIME_SCALE

[Map] Optional:Scale of travel time on real roads duration. default 4

MT_SQLITE_PATH

[db.local] db save path: e.g. %USERPROFILE%/Desktop/traveler.sqlite ,$HOME/traveler.sqlite

MT_TURSO_URL

[db.api] Turso sqlite API URL

MT_TURSO_TOKEN
Secret

[db.api] Turso sqlite API access token

MT_REMBG_PATH

[rembg.local] absolute path of the installed rembg cli

MT_REMBG_URL

[rembg.api] withoutbg.com rembg API URL

MT_REMBG_WO_KEY
Secret

[rembg.api] withoutbg.com rembg API key

MT_PIXAI_KEY
Secret

[Image.pixAi] pixAi API key

MT_SD_KEY
Secret

[Image.sd] Stability.ai image generation API key

MT_PIXAI_MODEL_ID

[Image.pixAi] Optional: pixAi ModelId, if not set use default model 1648918127446573124

MT_COMFY_URL

[Image.local.ComfyUi] Option: Generate image using ComfyUI API at specified URL. Example: http://192.168.1.100:8188

MT_COMFY_WORKFLOW_T2I

[Image.local.ComfyUi] Optional: Path to API workflow file when using text to image with ComfyUI. If not specified: assets/comfy/t2i_sample.json

MT_COMFY_WORKFLOW_I2I

[Image.local.ComfyUi] Optional: Path of API workflow file when image to image in ComfyUI. If not specified: assets/comfy/i2i_sample.json

MT_COMFY_PARAMS

[Image.local.ComfyUi] Optional: Variable values to send to the workflow via comfyUI API

MT_FIXED_MODEL_PROMPT

[Image] Optional: Fixed avatar generation prompt. You will no longer be able to change your avatar during conversations.

MT_BODY_AREA_RATIO

[Image] Optional: Acceptable avatar image area ratio. default 0.042

MT_BODY_HW_RATIO

[Image] Optional: Acceptable avatar image aspect ratios. default 1.5~2.3

MT_BODY_WINDOW_RATIO_W

[Image] Optional: Avatar composite window horizontal ratio. default 0.5

MT_BODY_WINDOW_RATIO_H

[Image] Optional: Avatar composite window aspect ratio. default 0.75

MT_BS_ID

[Sns.Bs] Bluesky sns registration address

MT_BS_PASS
Secret

[Sns.Bs] bluesky sns password

MT_BS_HANDLE

[Sns.Bs] bluesky sns handle name: e.g. xxxxxxxx.bsky.social

MT_FILTER_TOOLS

[etc] Optional: Directly filter the tools to be used. All are available if not specified. e.g. tips,set_traveler_location

MT_MOVE_MODE

[etc] Option: Specify whether the movement mode is 'realtime' or 'skip'. default realtime

MT_IMAGE_WIDTH

[Image] Option: Output image width (pixels) Default is 512

MT_NO_IMAGE

[Image] Options: 'true' = do not output image, not specified = output image if possible, default is not specified

MT_NO_AVATAR

[Image] Option: 'true' = Output StreetView image as is without avatar superimposition. Not specified = Superimpose avatar image. Default is not specified.

MT_FEED_TAG

[Sns] Optional: Specify the feed tag when posting to SNS (#required, 15 characters or more) Default is #geo_less_traveler

MT_MAX_SESSIONS

[Streamable-http] Maximum number of sessions when using Streamable-http

MT_SESSION_TTL_MS

[Streamable-http] Session TTL when using Streamable-http

MT_SERVICE_TTL_MS

[Streamable-http] Service TTL when using Streamable-http