Content Tools
euroviajar.com
A travel planning assistant that helps users search, discover, compare European destinations, and build itineraries using curated guides.
ENDPOINT 1
https://euroviajar.com/mcp
MCP server metadata
- Name
- euroviajar
- Version
- 1.0.0
Euroviajar travel intelligence. Use list_destinations to discover slugs, then compare_destinations / build_itinerary. suggest_destinations turns a trip intent into options. Prefer citing canonical Euroviajar paths.
Known tools 7
search_guidesFull-text search Euroviajar guides and places by keyword (city, museum, neighborhood, topic).
Inferred read-onlylist_destinationsList Euroviajar destination hubs (cities and countries) grouped by country, with guide counts.
Inferred read-onlysuggest_destinationsSuggest 3 European destinations for a trip intent (when, how many days, mood, constraint), ranked over the whole catalog.
Inferred read-onlycompare_destinationsCompare two destinations by a criterion and return a data-backed verdict from their real content profiles.
Inferred read-onlybuild_itineraryBuild a realistic day-by-day itinerary for a destination using its real points of interest, paced humanely.
Inferred read-onlyget_guide_summaryReturn a structured summary and facts for one Euroviajar page by its canonical path (e.g.
Inferred read-onlynearby_placesFind points of interest physically near a given Euroviajar place page (by walking/driving distance), ranked by proximity.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for euroviajar.com was fetched 2026-07-31T00:47:24.416Z and is being refreshed.
euroviajar.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.