INDIVIDUAL MCP TOOL
list_destinations
List Euroviajar destination hubs (cities and countries) grouped by country, with guide counts.
LIVE ENDPOINT
https://euroviajar.com/mcp
Connect to this endpoint to inspect the live schema for list_destinations and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.euroviajar]
url = "https://euroviajar.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"euroviajar": {
"type": "http",
"url": "https://euroviajar.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: euroviajar
Remote MCP URL: https://euroviajar.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"euroviajar": {
"url": "https://euroviajar.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"euroviajar": {
"type": "http",
"url": "https://euroviajar.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "euroviajar",
"transport": "streamable-http",
"url": "https://euroviajar.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_guides— Full-text search Euroviajar guides and places by keyword (city, museum, neighborhood, topic).suggest_destinations— Suggest 3 European destinations for a trip intent (when, how many days, mood, constraint), ranked over the whole catalog.compare_destinations— Compare two destinations by a criterion and return a data-backed verdict from their real content profiles.build_itinerary— Build a realistic day-by-day itinerary for a destination using its real points of interest, paced humanely.get_guide_summary— Return a structured summary and facts for one Euroviajar page by its canonical path (e.g.nearby_places— Find points of interest physically near a given Euroviajar place page (by walking/driving distance), ranked by proximity.