Wander Agent MCP Server
66 tools. Zero API keys. One line to install. Ask your AI anything about travel and get real data back, not hallucinations - live flight prices, the cheap fares airlines hide, real visa rules, 16-day forecasts, and credit-card points sweet spots. Its 40 documented tools cover destinations, check, visa, travel. It runs locally over stdio via the published package.
People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-07-23 · ★ 7 · #149 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25
MIT · Python servers · how we verify → /methodology
01 · Install Wander Agent
before you install - you'll need
Set FOURSQUARE_API_KEY, TICKETMASTER_API_KEY before connecting.
Claude Code
claude mcp add virajmishra1-wander-agent -- uvx wander-agent Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"virajmishra1-wander-agent": {
"command": "uvx",
"args": [
"wander-agent"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
pypi package wander-agent - check the name against the project README before installing (PyPI has no namespace ownership)
registry namespace io.github.VirajMishra1 is GitHub-verified and matches the repo owner
03 · What Wander Agent can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
An agent gets 40 documented tools spanning destinations, check, visa, travel, including find_split_ticket, find_skiplagged_fares, plan_trip_package, find_cheapest_month.
Capability map
Tools grouped from the project's README - what Wander Agent lets an agent do.
read & search
19 tools - e.g. OTAs are contractually prevented from showing this. Book two tickets via a hub instead of a through-ticket. 20–60% savings on many long-haul routes. The travel ; Hidden-city ticketing. Buy a flight to…
find_split_ticket · find_skiplagged_fares · find_cheapest_month · find_open_jaw · get_passport_power · find_mistake_fares…
Check
3 tools - e.g. The one nobody thinks to check until it's too late. Do you need a visa just to change planes at Heathrow? At Frankfurt? 200+ passport × layover combinations. Ca; Most-asked travel question. Instant answer…
check_transit_visa · check_visa_requirement · check_travel_health
Plan
2 tools - e.g. One message → complete trip. Fires 8+ tools in parallel: flights, hotels, visa, weather, safety, activities, ground transport, cost estimate. The single best de; Day-by-day schedule with weather per day…
plan_trip_package · plan_itinerary
Score
2 tools - e.g. 6-dimension scoring for digital nomad decisions: cost, safety, internet speed, weather, visa ease, lifestyle. Configurable weights. "Score Bali vs Lisbon vs Tbi; Weighted rank: cost + weather + safety +…
score_nomad_cities · score_destinations
Calculate
2 tools - e.g. ICAO/DEFRA 2024 emission factors with radiative forcing (RFI ×1.9). Per-person and total CO2e, Gold Standard offset cost at $18/tonne, train/car comparison for ; Severity rating + science-based recovery…
calculate_flight_carbon · calculate_jet_lag
Local
2 tools - e.g. 25+ countries. Best prepaid SIM vs eSIM, exact cost, where to buy, tethering, activation steps. Short trip = eSIM. Long trip = local SIM. Saves the first-hour s; Live Eventbrite events at destination…
get_local_sim_guide · get_local_events
Travel
2 tools - e.g. Live US State Dept level 1–4 with summary. Pulled from RSS - not cached stale data.; Google News scan for disruptions: strikes, closures, protests, entry bans.
get_travel_advisory · get_travel_news
Multi
1 tool - e.g. Three friends, three different cities. What's the cheapest city for all of them to meet? No OTA has a tool for this.
multi_origin_meetup
Latest releases
v0.1.3 · 2026-07-23
Fix Overpass API, Wikidata filters, Google Flights scraper (auto Chrome profile selection), Kiwi timeout. 106 tests passing.
v0.1.2 · 2026-06-12
wander-agent --help and --version now work (previously started the stdio server silently) · PyPI sidebar links: Homepage, Repository, Issues · Python 3.10/3.11/3.12 classifiers · removed duplicate check_transit_visa…
v0.1.1 · 2026-06-11
Adds the mcp-name ownership marker to the PyPI README and migrates server.json to the current MCP registry schema. No functional changes.
04 · Who maintains Wander Agent
wander-agent is maintained by virajmishra1. We track 2 MCP servers from virajmishra1 - 2 actively maintained, 8 combined GitHub stars, oldest repo from Jan 2026.
05 · Facts
- repository
- github.com/virajmishra1/wander-agent
- category
- memory - ranked #149 of 259 actively-maintained memory servers as of 2026-08-25.
- release cadence
- 4 releases in the last 90 days (latest 2026-07-23)
- registry
- io.github.VirajMishra1/wander-agent (active, first published 2026-06-11)
- packages
- pypi:wander-agent
06 · Wander Agent FAQ
Is Wander Agent still maintained?
Yes - as of 2026-08-25, its last commit was 2026-07-23 and it shipped 4 releases in the last 90 days. We re-verify nightly.
What can Wander Agent do?
An agent gets 40 documented tools spanning destinations, check, visa, travel, including find_split_ticket, find_skiplagged_fares, plan_trip_package, find_cheapest_month.
How do I install Wander Agent?
Run `uvx wander-agent`. The README documents 2 environment variables (FOURSQUARE_API_KEY, TICKETMASTER_API_KEY) to set first. Set FOURSQUARE_API_KEY, TICKETMASTER_API_KEY before connecting. You can also paste the ready-made client config above.
Does Wander Agent run locally?
Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Wander Agent
Alternatives to Wander Agent
Maintained memory servers if Wander Agent isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 159 languages, sub-ms queries, 99% fewer tokens. ★ 40,198 · 2026-08-23
- Tradememory Protocol MCP memory for AI trading agents. Store trades, recall similar setups, track strategy performance. ★ 1,412 · 2026-08-11
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,394 · 2026-08-23
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,314 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 979 · 2026-04-10
- Projectmem Local-first memory + judgment layer for AI coding agents - warns before repeating failed fixes. ★ 750 · 2026-08-06
Pairs well with
Servers that cover what Wander Agent doesn't - only shown when the pairing reason fits the companion.
More memory MCP servers · Yggdrasil · Midas · Emem, The Verifiable Memory Protocol For The Physical World · AI Context Flow · Aifp MCP
More Python MCP servers · Atlassian Extended · Coda · GitLab · Canvas MCP (vishalsachdev) · Humane Proxy · see all