Map Traveler
JSON →A virtual travel environment for an avatar on Google Maps, utilizing various Google Maps and optional AI image generation APIs.
Install
npx -y @mfukushim/map-traveler-mcp@0.0.81 Tools · 19
- get_traveler_view_info Gets information about the current travel avatar's location, optionally including nearby Google Street View photos and nearby facilities.
- get_traveler_location Gets information about the current travel avatar's address and nearby facilities.
- reach_a_percentage_of_destination Reach a specified percentage of the destination (moveMode=skip only). timeElapsedPercentage: Percent progress towards destination (0~100).
- set_traveler_location Sets the current travel avatar's location based on an address string.
- get_traveler_destination_address Get the destination of the travel avatar you set.
- set_traveler_destination_address Set the destination of the travel avatar using an address string.
- start_traveler_journey Start the journey at the destination (moveMode=realtime only).
- stop_traveler_journey Stop the journey (moveMode=realtime only).
- set_traveler_info Set the traveler's attributes such as name and personality.
- get_traveler_info Get the traveler's attributes and personality.
- set_avatar_prompt Set the prompt when generating the travel avatar image.
- reset_avatar_prompt Reset avatar generation prompts to default.
- get_sns_feeds Gets Bluesky SNS articles for the specified custom feed.
- get_sns_mentions Gets recent mentions (likes, replies) to Bluesky SNS posts that you made yourself.
- post_sns_writer Posts an article to Bluesky SNS with the specified custom feed.
- reply_sns_writer Reply to an article with the specified id on Bluesky SNS.
- add_like Add a like to the specified post.
- tips Guides you on how to set up features that have not yet been set.
- get_setting Get environment and image settings.
Environment variables
MT_GOOGLE_MAP_KEYMT_GEMINI_IMAGE_KEYMT_MAP_API_URLMT_TURSO_URLMT_TURSO_TOKENMT_REMBG_URLMT_REMBG_WO_KEYMT_PIXAI_KEYMT_SD_KEYMT_PIXAI_MODEL_IDMT_COMFY_URLMT_BS_ID
Links
★ 23 GitHub stars