MCP Servers / other / Map Traveler

Map Traveler

JSON →
stdionone23other

A virtual travel environment for an avatar on Google Maps, utilizing various Google Maps and optional AI image generation APIs.

Install
How to run this server
[ { "cmd": "npx -y @mfukushim/map-traveler-mcp@0.0.81", "imports": [] } ]
server path: map-traveler
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envMT_GOOGLE_MAP_KEY
envMT_GEMINI_IMAGE_KEY
envMT_MAP_API_URL
envMT_TURSO_URL
envMT_TURSO_TOKEN
envMT_REMBG_URL
envMT_REMBG_WO_KEY
envMT_PIXAI_KEY
envMT_SD_KEY
envMT_PIXAI_MODEL_ID
envMT_COMFY_URL
envMT_BS_ID
Resources
Map Traveler — MCP Server · libregistry