# Virtual Traveling Bot

Create immersive travel experiences by instructing an avatar to navigate Google Maps. Report on the journey's progress with real-time updates and photos, enhancing your virtual exploration. Engage wi…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mfukushim/map-traveler-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list mfukushim/map-traveler-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mfukushim/map-traveler-mcp get_traveler_view_info

# Call a tool
npx -y @smithery/cli@latest tool call mfukushim/map-traveler-mcp get_traveler_view_info '{}'
```

## Direct MCP Connection

Endpoint: `https://map-traveler-mcp--mfukushim.run.tools`

## Tools (8)

- `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, et…
- `set_traveler_info` — set a traveler's setting.For example, traveler's name, the language traveler speak, Personality and speaking habits, et…
- `start_traveler_journey` — Start the traveler's journey to destination
- `stop_traveler_journey` — Stop the traveler's journey

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mfukushim/map-traveler-mcp <tool-name>
```

## Resources

- `file:///carBattle.txt` — Play the fantasy role playing
- `file:///japanMapChallenge.txt` — Play the challenge party game
- `file:///japanMapChallenge2.txt` — Play the challenge party game
- `file:///role.txt` — The purpose and role of AI
- `file:///roleWithSns.txt` — The purpose and role of AI with SNS
- `file:///setting.txt` — setting of traveler
- `file:///credit.txt` — credit of this component

## Prompts (1)

- `tips` — Inform you of recommended actions for traveler

---

Source: https://github.com/mfukushim/map-traveler-mcp | License: MIT
