{
  "markdown": "# Virtual Traveling bot environment for MCP\n\n> We are currently developing a next-generation traveling bot system. It will take some time to complete, but in the meantime, please enjoy using this MCP server, which operates in MCP v1 mode.\n\nEnglish / [Japanese](./README_jp.md)\n\nThis is an MCP server that creates an environment for an avatar to virtually travel on Google Maps.\n\nFrom an MCP client such as Claude Desktop, you can give instructions to the avatar and report on the progress of its journey with photos.\n\n<img alt=\"img_5.png\" src=\"https://raw.githubusercontent.com/mfukushim/map-traveler-mcp/for_image/tools/img_5.png\" width=\"400\"/>\n\n> Preparing for MCP Registry Support https://blog.modelcontextprotocol.io/posts/2025-09-08-mcp-registry-preview/  \n\n> Added gemini-2.5-flash-image-preview (nano-banana) to travel image generation  \n\nSupport for nano-banana has been added. Nano-banana's semantic mask allows you to generate composite travel images in a short time without setting remBg.  \nAlthough conventional image synthesis is still possible, we recommend using Gemini nano-banana.  \n\n> Supports both Streamable-HTTP and stdio (compliant with Smithery.ai's config interface)  \n\nIt can be used as a stdio-type MCP as before, or as Streamable-HTTP.  \nAlthough it supports multiple users, the database API must be specified per session using the Smithery.ai config interface.  \nSince it supports both Streamable-HTTP and stdio, it is expected to work as is with the previous MCP client, but if you use the previous stdio version, please use v0.0.x (v0.0.81).  \n``` npx -y @mfukushim/map-traveler-mcp@0.0.81 ```  \n\n> Now supports librechat https://www.librechat.ai/.\n\n> Now supports Smithery https://smithery.ai/server/@mfukushim/map-traveler-mcp (images are excluded because they are heavy to run).\n\n> Now verified MseeP https://mseep.ai/app/mfukushim-map-traveler-mcp \n\n## Functions\n\n#### MCP server tools function\n\nThe following functions can be used as an MCP server. The available functions vary depending on the settings and execution state.\n\nYou can specify the function name directly, but Claude LLM will automatically recognize it, so you can specify the operation in general terms.\n\nExample:\n\"Where are you now?\" \"Let's leave for Tokyo Station.\"\n\n- get_traveler_view_info(includePhoto:boolean,includeNearbyFacilities:boolean)  \n  Gets information about the current travel avatar's location.  \n  - includePhoto: Gets nearby Google Street View photos. If you have set up an image generation AI, it will synthesize the avatar.\n  - includeNearbyFacilities: Gets information about nearby facilities.\n- get_traveler_location()  \n  Gets information about the current travel avatar's address and nearby facilities.\n- reach_a_percentage_of_destination()\n  Reach a specified percentage of the destination (moveMode=skip only)\n  timeElapsedPercentage: Percent progress towards destination(0~100)\n- set_traveler_location(address: string)  \n  Sets the current travel avatar's location.\n  - address: Address information (exact address, or general name that Google Maps or Claude can recognize, etc.)\n- get_traveler_destination_address  \n  Get the destination of the travel avatar you set\n- set_traveler_destination_address(address: string)  \n  Set the destination of the travel avatar\n   - address: Address information (exact address, or general name that Google Maps or Claude can recognize, etc.)\n- start_traveler_journey  \n  Start the journey at the destination.(moveMode=realtime only)\n- stop_traveler_journey  \n  Stop the journey.(moveMode=realtime only)\n- set_traveler_info(settings:string)  \n  Set the traveler's attributes. Set the traveler's personality that you want to change dynamically, such as name and personality. However, if you use a role script, the script is more stable.\n  - settings: Setting information such as name and personality.\n- get_traveler_info  \n  Get the traveler's attributes. Get the traveler's personality.\n- set_avatar_prompt(prompt:string)  \n  Set the prompt when generating the travel avatar image. The default is an anime-style woman. The anime style is enforced to prevent fake images.\n  - prompt\n- reset_avatar_prompt  \n  Reset avatar generation prompts to default.\n- get_sns_feeds  \n  Gets Bluesky SNS articles for the specified custom feed (feeds containing a specific tag).\n- get_sns_mentions  \n  Gets recent mentions (likes, replies) to Bluesky SNS posts that you made yourself.\n- post_sns_writer(message:string)  \n  Posts an article to Bluesky SNS with the specified custom feed. Set a specific tag so that it can be determined that the post was generated by the travel bot.\n  - message: article\n- reply_sns_writer(message:string,id:string)  \n  Reply to the article with the specified id. Set a specific tag so that it can be determined that the post was generated by the travel bot.\n  - message: reply\n  - id: The ID of the post to reply to\n- add_like(id:string)  \n  Add a like to the specified post.\n  - id: The ID of the post to like\n- tips  \n  Guides you on how to set up features that have not yet been set.\n- get_setting  \n  Get environment and image settings.\n\n#### MCP resources\n\nHas five custom prompt samples.\nWhen you import a prompt with Claude Desktop, Claude will act as a traveler.\nThe SNS-compatible version controls SNS input and output while having a travel conversation.\n\n- role.txt  \n  Claude will act as a traveler.\n\n- roleWithSns.txt  \n  Claude will act as a traveler. It also controls reading and posting to SNS.\n- carBattle.txt  \n  This is a small novel game about a story of transporting secret documents from Yokohama to Tokyo. Scenes are automatically generated. Set moveMode=skip to play.\n- japanMapChallenge.txt,japanMapChallenge2.txt  \n  Two AIs communicate with each other via SNS and play a challenge game using landscape images.  \n  To play, you need two Bluesky accounts and two Claude Desktops. Also set moveMode=skip. (However, the operation is somewhat unstable.)  \n  japanMapChallenge2 has a challenge reflection rule.\n\n## Setting\n\nYou will need to obtain and set access keys for multiple APIs, such as for accessing multiple Google maps and generating images.\nUse of the API may incur charges.\n\n#### Settings for using with Claude Desktop \n\n- claude_desktop_config.json (stdio type)\n```json\n{\n  \"mcpServers\": {\n    \"traveler\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@mfukushim/map-traveler-mcp\"],\n      \"env\":{\n        \"MT_GOOGLE_MAP_KEY\":\"(Google Map API key)\",\n        \"MT_GEMINI_IMAGE_KEY\": \"(Gemini Image Api key)\",\n        \"MT_MAX_RETRY_GEMINI\": \"(Number of retries when generating Gemini images Default: 0)\",\n        \"MT_AVATAR_IMAGE_URI\": \"(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.)\",\n        \"MT_MAP_API_URL\": \"(Optional: Map API custom endpoint. Example: direction=https://xxxx,places=https://yyyy )\",\n        \"MT_TIME_SCALE\": \"(Optional:Scale of travel time on real roads duration. default 4)\",\n        \"MT_SQLITE_PATH\":\"(db save path: e.g. %USERPROFILE%/Desktop/traveler.sqlite ,$HOME/traveler.sqlite )\",\n        \"MT_TURSO_URL\":\"(Turso sqlite API URL)\",\n        \"MT_TURSO_TOKEN\":\"(Turso sqlite API access token)\",\n        \"MT_REMBG_PATH\": \"(absolute path of the installed rembg cli)\",\n        \"MT_REMBG_URL\": \"(rembg API URL)\",\n        \"MT_REMBG_WO_KEY\": \"(withoutbg.com rembg API key)\",\n        \"MT_PIXAI_KEY\":\"(pixAi API key)\",\n        \"MT_SD_KEY\":\"(or Stability.ai image generation API key\",\n        \"MT_PIXAI_MODEL_ID\": \"(Optional: pixAi ModelId, if not set use default model 1648918127446573124 \",\n        \"MT_COMFY_URL\": \"(Option: Generate image using ComfyUI API at specified URL. Example: http://192.168.1.100:8188)\",\n        \"MT_COMFY_WORKFLOW_T2I\": \"(Optional: Path to API workflow file when using text to image with ComfyUI. If not specified: assets/comfy/t2i_sample.json)\",\n        \"MT_COMFY_WORKFLOW_I2I\": \"(Optional: Path of API workflow file when image to image in ComfyUI. If not specified: assets/comfy/i2i_sample.json)\",\n        \"MT_COMFY_PARAMS\": \"(Optional: Variable values to send to the workflow via comfyUI API)\",\n        \"MT_FIXED_MODEL_PROMPT\": \"(Optional: Fixed avatar generation prompt. You will no longer be able to change your avatar during conversations.)\",\n        \"MT_BODY_AREA_RATIO\": \"(Optional: Acceptable avatar image area ratio. default 0.042)\",\n        \"MT_BODY_HW_RATIO\": \"(Optional: Acceptable avatar image aspect ratios. default 1.5~2.3)\",\n        \"MT_BODY_WINDOW_RATIO_W\": \"(Optional: Avatar composite window horizontal ratio. default 0.5)\",\n        \"MT_BODY_WINDOW_RATIO_H\": \"(Optional: Avatar composite window aspect ratio. default 0.75)\",\n        \"MT_BS_ID\":\"(Bluesky sns registration address)\",\n        \"MT_BS_PASS\":\"(bluesky sns password)\",\n        \"MT_BS_HANDLE\":\"(bluesky sns handle name: e.g. xxxxxxxx.bsky.social )\",\n        \"MT_FILTER_TOOLS\": \"(Optional: Directly filter the tools to be used. All are available if not specified. e.g. tips,set_traveler_location)\",\n        \"MT_MOVE_MODE\": \"(Option: Specify whether the movement mode is realtime or skip. default realtime)\",\n        \"MT_IMAGE_WIDTH\": \"(Option: Output image width (pixels) Default is 512)\",\n        \"MT_NO_IMAGE\": \"(Options: true = do not output image, not specified = output image if possible, default is not specified)\",\n        \"MT_NO_AVATAR\": \"(Option: true = Output StreetView image as is without avatar superimposition. Not specified = Superimpose avatar image. Default is not specified.)\",\n        \"MT_FEED_TAG\": \"(Optional: Specify the feed tag when posting to SNS (#required, 15 characters or more) Default is #geo_less_traveler)\",\n        \"MT_MAX_SESSIONS\": \"(Maximum number of sessions when using Streamable-http)\",\n        \"MT_SESSION_TTL_MS\": \"(Session TTL when using Streamable-http)\",\n        \"MT_SERVICE_TTL_MS\": \"(Service TTL when using Streamable-http)\"\n      }\n    }\n  }\n}\n```  \n\n- claude_desktop_config.json (streamable-http type)  \nThe above MT_ environment variables should be set as environment variables for the server that runs the map-traveler-mcp web service.  \n```json\n{\n  \"mcpServers\": {\n    \"traveler\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://(mcp server address)/mcp?config=(base64 config json)\"\n    }\n  }\n}\n```  \n\nbase64 config json (Smithery.ai Expansion)  \nBy concatenating the json in the following format into a single line of string, converting it to base64, and setting it as (base64 setting json), you can overwrite different APIs and settings for each user session.  \nIf the database is not set base64 config json, it will be shared across the entire service (the location of the traveler will be shared across the database and counted for one person).  \nWe plan to reconsider the operation of assigning an individual UserId for each session once the MCP authentication mechanism has become a little clearer.  \n```json\n{\n  \"MT_GOOGLE_MAP_KEY\": \"xxxyyyzzz\",\n  \"MT_GEMINI_IMAGE_KEY\": \"xxyyzz\",\n  \"MT_MAX_RETRY_GEMINI\": \"1\",\n  \"MT_AVATAR_IMAGE_URI\": \"file:///C:/Users/xxxx/Desktop/avatar.png\",\n  \"MT_TURSO_URL\": \"libsql://xxxyyyzzz\",\n  \"MT_TURSO_TOKEN\": \"abcdabcd\",\n  \"MT_BS_ID\": \"xyxyxyxyx\",\n  \"MT_BS_PASS\": \"1234xyz\",\n  \"MT_BS_HANDLE\": \"aabbccdd\",\n  \"MT_FILTER_TOOLS\": \"tips,set_traveler_location\",\n  \"MT_MOVE_MODE\": \"direct\",\n  \"MT_FEED_TAG\": \"#abcdefgabcdefgabcdefg\"\n}\n```  \n(All json values can be omitted)  \n↓ (json text concatenation)  \n```text\n{\"MT_GOOGLE_MAP_KEY\": \"xxxyyyzzz\", \"MT_GEMINI_IMAGE_KEY\": \"xxyyzz\", \"MT_MAX_RETRY_GEMINI\": \"1\", \"MT_TURSO_URL\": \"libsql://xxxyyyzzz\", \"MT_TURSO_TOKEN\": \"abcdabcd\", \"MT_BS_ID\": \"xyxyxyxyx\", \"MT_BS_PASS\": \"1234xyz\", \"MT_BS_HANDLE\": \"aabbccdd\", \"MT_FILTER_TOOLS\": \"tips,set_traveler_location\", \"MT_MOVE_MODE\": \"direct\", \"MT_FEED_TAG\": \"#abcdefgabcdefgabcdefg\"}\n```\n↓ (Set the base64 version to config=)  \n```text\neyJNVF9HT09HTEVfTUFQX0tFWSI6ICJ4eHh5eXl6enoiLCAiTVRfR0VNSU5JX0lNQUdFX0tFWSI6ICJ4eHl5enoiLCAiTVRfTUFYX1JFVFJZX0dFTUlOSSI6ICIxIiwgIk1UX1RVUlNPX1VSTCI6ICJsaWJzcWw6Ly94eHh5eXl6enoiLCAiTVRfVFVSU09fVE9LRU4iOiAiYWJjZGFiY2QiLCAiTVRfQlNfSUQiOiAieHl4eXh5eHl4IiwgIk1UX0JTX1BBU1MiOiAiMTIzNHh5eiIsICJNVF9CU19IQU5ETEUiOiAiYWFiYmNjZGQiLCAiTVRfRklMVEVSX1RPT0xTIjogInRpcHMsc2V0X3RyYXZlbGVyX2xvY2F0aW9uIiwgIk1UX01PVkVfTU9ERSI6ICJkaXJlY3QiLCAiTVRfRkVFRF9UQUciOiAiI2FiY2RlZmdhYmNkZWZnYWJjZGVmZyJ9\n```\n\n\n> NOTE: The environment variables have been renamed to standard snake case. The MT_ prefix is added because they may be used in conjunction with other environment variables, such as in librechat. The old names can still be used for backward compatibility.  \n\nPlease set the following three Credentials for Google Map API.  \n- Street View Static API\n- Places API (New)\n- Time Zone API\n- Directions API\n\nhttps://developers.google.com/maps/documentation/streetview/get-api-key\n\nIf you want to use the image generation AI, set either pixAi_key or sd_key. You also need to have python3.7~3.11 installed on your PC and rembg cli installed (virtual environment recommended).\n\nhttps://platform.pixai.art/docs  \nhttps://platform.stability.ai/docs/api-reference#tag/SDXL-1.0-and-SD1.6/operation/textToImage\n\nThe bluesky SNS address/password are optional. It is recommended that you create a dedicated account as it will post automatically.\n\nhttps://bsky.app/\n\nYou can also run it in practice mode, which does not require an API key for verification.\n\n#### Practice mode settings  \nclaude_desktop_config.json\n```json\n{\n  \"mcpServers\": {\n    \"traveler\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@mfukushim/map-traveler-mcp\"]\n    }\n  }\n}\n```\n\n## How to use\n\n#### Use the practice mode\n\n1. Install nodejs 22.\n\n2. Set up Claude Desktop for use.\n\n3. Reflect one of the above settings in claude_desktop_config.json.\n\n4. Restart Claude Desktop. It may take some time to set up (if an error occurs, try restarting Claude Desktop again. If it doesn't work, see the notes below). Make sure the following mark appears in the bottom right of the screen.\n\n  <img alt=\"img_1.png\" src=\"https://raw.githubusercontent.com/mfukushim/map-traveler-mcp/for_image/tools/img_1.png\" width=\"150\"/>\n\n5. Ask \"Where are you now?\" and \"Go on a journey.\" A conversation will begin. When using the API, a confirmation screen will appear, so select Allow.\n\n<img alt=\"img_4.png\" src=\"https://raw.githubusercontent.com/mfukushim/map-traveler-mcp/for_image/tools/img_4.png\" width=\"200\"/>\n\n6. Select Attach from MCP and select role.txt.\n\n<img alt=\"img_2.png\" src=\"https://raw.githubusercontent.com/mfukushim/map-traveler-mcp/for_image/tools/img_2.png\" width=\"200\"/>\n\n<img alt=\"img_3.png\" src=\"https://raw.githubusercontent.com/mfukushim/map-traveler-mcp/for_image/tools/img_3.png\" width=\"200\"/>\n\n7. A travel prompt has been built in, so feel free to talk to it.\n\n#### Use the full feature\n\n1. Get a Google Map API access key and set the permissions for Street View Static API, Places API (New), Time Zone API, and Directions API. Set this in the env of claude_desktop_config.json and restart.\n   At this point, the travel log will be based on the real map. Travel images will also be output if they are not superimposed.\n2. Decide on a path that will not interfere with the disk and set it in the sqlite_path of the env of claude_desktop_config.json. (Example: %USERPROFILE%/Desktop/traveler.sqlite $HOME/Documents/traveler.sqlite, etc.)\n   At this point, your travel log will be saved and you can continue your journey even if you close Claude Desktop.\n3. Install python 3.7 to 3.11 and install rembg with cli. We recommend using a virtual environment such as venv.\n  ```bash\n  python3 -m venv venv\n  . venv/bin/activate or .\\venv\\Scripts\\activate\n  pip install \"rembg[cpu,cli]\"\n  ```\n  Check if rembg cli works properly using a sample image file. Input an image with a person in it, and if the person is cut out in the output file, it's OK.  \n  ```bash\n  rembg i source_image_file dest_image_file\n  ```\n4. rembg cli will be installed in the python exe location, so get the path. The file location varies depending on the OS and python installation status, but in the case of venv, it is (virtual environment name)\\Scripts\\rembg.exe or (virtual environment name)/bin/rembg above the directory you set. If you can't find it, search for the path with a file search software. Set that path to rembg_path of env in claude_desktop_config.json. (Example: \"rembg_path\": \"C:\\\\Users\\\\xxxx\\\\Documents\\\\rembg_venv\\\\venv\\\\Scripts\\\\rembg.exe\")\n5. Get an image generation API key from the pixAI or Stability.ai site. Set the key to pixAi_key or sd_key in env of claude_desktop_config.json.\n   The avatar will now be overlaid on the travel image.\n6. Get the bluesky SNS address/password and handle name. Set these in bs_id, bs_pass, and bs_handle in env of claude_desktop_config.json, respectively.\n   Import the travel knowledge prompt roleWithSns.txt to report travel actions to SNS (it will automatically post as a bot, so we recommend allocating a dedicated account)\n\nInstead of preparing rembg with the cli, we have added a setting that allows you to handle rembg as a service API.  \nIf you configure the following rembg service, you can use rembg by setting the URL in remBgUrl.  \n\nhttps://github.com/danielgatis/rembg?tab=readme-ov-file#rembg-s  \n\nSetup is simple if you use the Docker version to launch a container and access it.  \n\nhttps://github.com/danielgatis/rembg?tab=readme-ov-file#usage-as-a-docker  \n\n#### Use Turso libsql API for configuration database\n\nIf you want to use the cloud API Turso libsql (https://turso.tech/libsql) without having a local sqlite file, sign up for Turso and allocate a sqlite database (paid, free tier available).   \nThis add-in will automatically configure (migrate) the database.  \nMT_TURSO_URL = turso db URL  \nMT_TURSO_TOKEN = turso db access token  \n\n\n#### Use Cloud API for rembg\n\nLocal settings around rembg are complicated no matter what method you use, but we have added settings for the paid cloud rembg (https://withoutbg.com/).  \n> Note: There is a small free trial available, but please be aware that this is a commercial API and is quite expensive (about 0.1 euros per image).\n\nMT_REMBG_WO_KEY = withoutbg access token\n\n\n#### When using external ComfyUI (for more advanced users)\n\nYou can also use a local ComfyUI as an image generation server. You can configure the image generation characteristics yourself in detail to reduce API costs.\n\nHowever, the configuration will be quite complicated and image generation may take longer.\n\n1. Configure ComfyUI to run in API mode.\n2. Set the server URL to comfy_url in env.\n3. Set detailed configuration values such as the model to be used in env in the form of a json string.\nexample.\n```json\n{\n  \"env\": {\n    \"comfy_url\": \"http://192.168.1.100:8188\",\n    \"comfy_workflow_t2i\": \"C:\\\\Documents\\\\t2itest.json\",\n    \"comfy_workflow_i2i\":\"C:\\\\Documents\\\\i2itest.json\",\n    \"comfy_params\":\"ckpt_name='animagineXL40_v40.safetensors',denoise=0.65\"\n  }\n}\n```\n4. The default workflow can use assets/comfy/t2i_sample.json and assets/comfy/i2i_sample.json in the package. You can specify variables using % and specify the variables in comfy_params.\n\n## Using libreChat\n\nIt has been adapted to work with libreChat. This makes it easier to use, but some additional settings are required.  \nAlso, it seems that it will not be stable unless the PC you use has a decent level of performance, such as one that can stably run Docker.\n\n#### Install libreChat  \n\nPlease make sure it works as described on the official website.  \nIn this case, we recommend using Docker configuration due to additional settings.\n\nhttps://www.librechat.ai/docs/local/docker  \n\nConfigure librechat.yaml using the official procedure.  \nI think you will need to add a local or API LLM service.  \n\nhttps://www.librechat.ai/docs/configuration/librechat_yaml  \n\nAdd a user for login.  \n\nhttps://www.librechat.ai/docs/configuration/authentication#create-user-script  \n\nPlease set it so that you can have general chat conversations.  \n\n#### Add a rembg container with additional settings  \n\nTo use rembg with Docker, add pulling and running the rembg Docker container.  \n\ndocker-compose.override.yml\n```yml\n services:\n   api:\n     volumes:\n       - type: bind\n         source: ./librechat.yaml\n         target: /app/librechat.yaml\n\n   rembg:\n     image: danielgatis/rembg:latest\n     restart: always\n     command: \"s --host 0.0.0.0 --port 7000 --log_level info\"\n\n```\n\n#### Add map-traveler-mcp to the MCP service  \n\nAdd librechat.yaml\n```yaml\nmcpServers:\n  traveler:\n    type: stdio\n    command: npx\n    args:\n      - -y\n      - \"@mfukushim/map-traveler-mcp\"\n```\n\nAdd .env (Same as env in claude_desktop_config.json)\n\n```env\n# map-traveler-mcp\nGoogleMapApi_key=(Google Map API key)\nsqlite_path=/home/run_test.sqlite (e.g. librechat in an unobtrusive location inside the container, or in an external directory that you don't want to mount.)\nremBgUrl=http://rembg:7000 (rembg Service API URL, container URL)\n(Other settings such as image generation AI settings, PixAI key, stability.ai API key, ComfyUI settings, etc.)\n\n```\n\nAfter setting, restart the container.  \nOn slow PCs, mcp initialization may fail. Multiple restarts may work, but this may be difficult to run...\n\n#### llibreChat settings\n\nTo use the MCP function in libreChat, use the Agents function.  \n\n1. On the conversation screen, select Agents.  \n   <img alt=\"libre1.png\" src=\"https://raw.githubusercontent.com/mfukushim/map-traveler-mcp/for_image/tools/libre1.png\" width=\"200\"/>\n2. Select Agent Builder from the panel on the right side of the screen and configure your agent.  \n   <img alt=\"libre2.png\" src=\"https://raw.githubusercontent.com/mfukushim/map-traveler-mcp/for_image/tools/libre2.png\" width=\"200\"/>\n3. Select Add Tools to use map-traveler.  \n   <img alt=\"libre3.png\" src=\"https://raw.githubusercontent.com/mfukushim/map-traveler-mcp/for_image/tools/libre3.png\" width=\"200\"/>\n4. The agent tools screen will appear, so select and add all the map-traveler-mcp tools (if the map-traveler-mcp tools are not listed, MCP initialization has failed, so please restart the container or review the settings by checking the logs, etc.)  \n   <img alt=\"libre4.png\" src=\"https://raw.githubusercontent.com/mfukushim/map-traveler-mcp/for_image/tools/libre4.png\" width=\"200\"/>  \n   <img alt=\"libre5.png\" src=\"https://raw.githubusercontent.com/mfukushim/map-traveler-mcp/for_image/tools/libre5.png\" width=\"200\"/>  \n5. Enter additional script in the instruction area.  \n   Since libreChat does not have the MCP resource function, enter the content text of the following URL into the instruction area instead.   \n   https://github.com/mfukushim/map-traveler-mcp/blob/main/assets/scenario/role.txt  \n   <img alt=\"libre7.png\" src=\"https://raw.githubusercontent.com/mfukushim/map-traveler-mcp/for_image/tools/libre7.png\" width=\"200\"/>  \n6. Click the Create button to save the agent.  \n   <img alt=\"libre6.png\" src=\"https://raw.githubusercontent.com/mfukushim/map-traveler-mcp/for_image/tools/libre6.png\" width=\"200\"/>\n7. Start a new chat.\n\n## Smithery\n\nPlease refer to https://smithery.ai/server/@mfukushim/map-traveler-mcp.  \nRemote MCP (Streamable-http mode) is supported. Image generation is only available on nano-banana.  \nDatabase settings can now be recorded with Turso sqlite, so if you configure Turso, your travel progress will also be saved.  \n<img alt=\"smithery.png\" src=\"tools/smithery.png\" width=\"400\"/>\n\n\n\n## Install guide (Japanese, but lots of photos)\n\n1. introduction and Practice mode  \n   https://note.com/marble_walkers/n/n7a8f79e4fb30\n2. DB, Google Map API, Image gen API  \n   https://note.com/marble_walkers/n/n765257c27f3b\n3. Avatar prompt  \n   https://note.com/marble_walkers/n/nc7273724faea\n4. SNS integration  \n   https://note.com/marble_walkers/n/na7c956befe7b\n5. Application 1  \n   https://note.com/marble_walkers/n/n3c86edd8e817\n6. ComfyUI API  \n   https://note.com/marble_walkers/n/ncefc7c05d102  \n7. Application 2  \n   https://note.com/marble_walkers/n/ne7584ed231c8\n8. LibreChat setting  \n   https://note.com/marble_walkers/n/n339bf7905324\n9. AI Agent SNS Battle Map Challenge  \n   https://note.com/marble_walkers/n/n6db937573eaa\n10. Support Smithery, Turso libSQL, and rembg API   \n   https://note.com/marble_walkers/n/ne3b3c0f99707\n11. Streamable-HTTP support  \n    https://note.com/marble_walkers/n/n030063f22dc0\n12. Nano-Banana support  \n    https://note.com/marble_walkers/n/n5d49514dddec  \n\n\n#### Additional about the source code\n\nI use Effect.ts to simplify error management & for my own learning.  \nWe also use the Effect Service, but due to the way MCP calls work, we believe that consolidating it using the Service was not optimal.  \nI think it would be simpler to handle the MCP calls directly in the Effect.  \nAddendum: I'm aware that I will be able to reconsider how to use the Effect Service and rewrite it neatly, but I'm still considering whether to rewrite it.  \n\n#### Notes on the latest updates\n\n- Added image_width to env. The default is 512. Setting it smaller may reduce the cost of LLM API.  \n- Added an env setting that does not output images for MCP clients that do not have image input/output.  \n\"MT_NO_IMAGE\": \"true\" will not generate or output any images. Other image-related settings can be omitted.  \n```\n{\n  \n  \"env\": {\n    \"MT_NO_IMAGE\": \"true\"\n  }\n  \n}\nor\n{\n  \n  \"env\": {\n    \"GoogleMapApi_key\": \"xxxx\",\n    \"MT_NO_IMAGE\": \"true\"\n  }\n  \n}\n\n```  \n- You can now specify the tag name to be added when posting to SNS (Bluesky). #Required and must be at least 15 characters. If not specified, it will become \"#geo_less_traveler\".  \n- The information obtained from SNS has been slightly changed. The information posted to SNS has been slightly changed.  \n- A script has been added that allows multiple travel bots to converse and play via SNS.  \n\n- Supports remote use from Smithery.  \n  If you do not want to configure detailed settings, start the app in practice mode.\n  You can also run the app at full speed by configuring each cloud API, but please be aware of charges as it uses many paid APIs such as rembg API.\n  If you do not want to synthesize avatars, you can run the app with the minimum settings of Google Map API and Turso sqlite API.\n\n- Added the MT_NO_AVATAR option.  \n  If set, an avatar image will not be composited onto the landscape image. Since there will be no retry processing for avatar composition, the time it takes to obtain a response will be significantly shorter.  \n  Set this option if image composition is slow or fails unavoidably.\n\n- Partially applied MCP version 2025-06-18.  \n  I added title to the schema. I plan to apply outputSchema and structured response in the future, but I haven't implemented them this time. Since the output of Travel Bot is simple text, I don't think structuring is necessary yet.  \n  https://modelcontextprotocol.io/specification/2025-06-18/server/tools  \n- Fixed an issue where some functions, such as SNS functions, could not be called regardless of the env settings due to an initialization error.  \n\n- Added support for Streamable-http. This was done in a hurry, so if you experience any issues, please consider using version 0.0.81 or similar.  \n\n- Support for nano-banana (gemini-2.5-flash-image-preview) image generation has been added. When using nano-banana, no rembg settings are required. The characteristics of the avatar prompt have changed, so image generation may fail with the previous avatar prompt. In this case, you will need to adjust the avatar appearance prompt to one that is acceptable for nano-banana.\n\n- When generating images for nano-banana, you can now reference the original character image with MT_AVATAR_IMAGE_URI. Please use it in a way that does not infringe on copyrights.\n\n[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/mfukushim-map-traveler-mcp-badge.png)](https://mseep.ai/app/mfukushim-map-traveler-mcp)\n",
  "bytes": 27934,
  "sha": "f9d7d1ff64a00efd06c4d0a4311483e0e1bc4f710d2620c128107d6c43adb131",
  "repo_slug": "mfukushim/map-traveler-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_smithery_mfukushim_map_traveler_mcp_d13d1936/readme"
}