Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

travel.art

REMOTE · MCP.TRAVEL.ART · SCANNED SEP 25

Art-tourism data for AI agents: biennales, art fairs, museums, layover itineraries with 2026 facts.

Available components

0 this week 77 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability68
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 863 tokens (~215/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities40
  • Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the travel.art MCP server?

travel.art is a hosted endpoint at https://mcp.travel.art/, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.travel.art

# add to Claude Code
claude mcp add --transport http art-travel-mcp 'https://mcp.travel.art/'
// .cursor/mcp.json
{
  "mcpServers": {
    "art-travel-mcp": {
      "url": "https://mcp.travel.art/"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "art-travel-mcp": {
      "type": "http",
      "url": "https://mcp.travel.art/"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.art-travel-mcp]
url = "https://mcp.travel.art/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "art-travel-mcp": {
      "type": "remote",
      "url": "https://mcp.travel.art/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add art-travel-mcp --url 'https://mcp.travel.art/' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  art-travel-mcp:
    url: "https://mcp.travel.art/"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "art-travel-mcp": {
      "Transport": "http",
      "Url": "https://mcp.travel.art/"
    }
  }
}
# add to Vellum
assistant mcp add art-travel-mcp -t streamable-http -u 'https://mcp.travel.art/'
// mcp.json
{
  "mcpServers": {
    "art-travel-mcp": {
      "type": "http",
      "url": "https://mcp.travel.art/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 14 Sept 26 0
    • Server version: 1.5.0 → 1.6.0 functional
  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Probed https://mcp.travel.art/

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=travel.art CN=WE1,O=Google Trust Services,C=US 3 Sept 2026 2 Dec 2026 ECDSA 256 ECDSA-SHA256 a1ad97384ebf3f270e144f6913d88cf7
SANs: travel.art, mcp.travel.art, *.mcp.travel.art
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.travel.art. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
art. present 29485, 32002 8, 8 Verified
travel.art. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains
x-content-type-options nosniff

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.travel.art/ Verified 200
http (plaintext) http://mcp.travel.art/ HTTPS enforced 301 https://mcp.travel.art/
MCP tools · 4 exposed · ~798 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
find_art_events ~232

Search travel.art's catalogue of upcoming and current art events (biennales, art fairs, festivals). Returns events with dates, venues, ticket info, summary, and a link to travel.art's full visitor guide. Use for queries like 'when is Venice Biennale 2026', 'art fairs in October 2026', 'what's on in Miami in December'.

NameTypeReqDescription
activeOnstring–ISO 8601 date (YYYY-MM-DD). Returns only events whose date range covers this date. Optional.
countrystring–ISO 3166-1 alpha-2 country code (e.g., 'IT', 'CH', 'GB', 'US'). Optional filter.
endsBeforestring–ISO 8601 date. Returns only events ending on or before this date. Optional.
querystring–Free-text query (event name, theme, keyword). Optional.
startsAfterstring–ISO 8601 date. Returns only events starting on or after this date. Optional.
typestring–Filter by event type. Optional.

No output schema declared.

No examples provided.

find_layover_itinerary ~274

Search travel.art's layover-itinerary catalogue — short-window (3–6h) art-focused trips between flight connections from major European hub airports. Returns itineraries by city, airport, art focus, or duration, with venues, transit notes, and a link to travel.art's full hour-by-hour guide. Use for queries like 'art layover in Rome from Fiumicino', '4-hour Caravaggio plan', 'short Louvre window from CDG', 'Amsterdam 4 hours Schiphol'.

NameTypeReqDescription
airportstring–IATA airport code the layover serves (e.g., 'MXP', 'FCO', 'AMS', 'CDG', 'LHR'). Optional filter.
citystring–City filter (e.g., 'Milan', 'Rome', 'Florence', 'Amsterdam', 'Paris', 'London'). Optional.
countrystring–ISO 3166-1 alpha-2 country code (e.g., 'IT', 'NL', 'FR', 'GB'). Optional.
maxDurationHoursnumber–Maximum time-on-ground budget in hours. Returns only itineraries that fit ≤ this duration. Optional.
querystring–Free-text query (city, artist, museum, airport, theme). Optional.

No output schema declared.

No examples provided.

find_museum_guide ~147

Search travel.art's catalogue of museum visitor guides. Returns museums with current 2026 ticket info, opening hours, address, essential works in viewing order, route duration, and a link to travel.art's full guide. Use for queries like 'how to visit the Louvre', 'Vatican Museums skip the line', 'Uffizi best route'.

NameTypeReqDescription
citystring–City filter (e.g., 'Paris', 'Rome', 'Florence'). Optional.
countrystring–ISO 3166-1 alpha-2 country code. Optional.
querystring–Free-text query (museum name, work, artist, city). Optional.

No output schema declared.

No examples provided.

recommend_art_trip ~145

Recommend an art-tourism trip itinerary for a specific city using only travel.art's published content. Returns events active during the trip dates, museum guides for the city, and links to all relevant travel.art guides. The recommendation is grounded in published data only — no fabrication.

NameTypeReqDescription
citystringyesDestination city (e.g., 'Paris', 'Venice', 'Florence', 'London', 'Basel', 'Miami Beach').
endDatestring–ISO 8601 trip end date. Optional.
startDatestring–ISO 8601 trip start date. Optional — if provided, filters events to those active on or near these dates.

No output schema declared.

No examples provided.

Common questions

What is the travel.art MCP server?

travel.art is an MCP server listed in the public MCP registry as art.travel/mcp. Art-tourism data for AI agents: biennales, art fairs, museums, layover itineraries with 2026 facts. This page covers its hosted endpoint (https://mcp.travel.art/).

Is the travel.art MCP server safe to use?

travel.art scores 77 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the travel.art MCP server expose?

travel.art exposes 4 tools: find_art_events, find_museum_guide, find_layover_itinerary, recommend_art_trip. Their descriptions and schemas cost roughly 798 tokens of context every time the server is loaded.

Does the travel.art MCP server require authentication?

No. We connected to travel.art without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the travel.art MCP server still maintained?

travel.art is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.