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

com.peek/mcp

REMOTE · MCP.PEEK.COM · SCANNED AUG 3

Build travel itineraries with Peek's 300k+ experiences. Search, details, and availability.

Available components

+3 this week 63 Trust /100
Trust breakdown (6 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 →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 573 tokens (~95/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Capabilities40
  • Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.peek.com

# add to Claude Code
claude mcp add --transport http com-peek-mcp https://mcp.peek.com/
# ~/.codex/config.toml
[mcp_servers.com-peek-mcp]
url = "https://mcp.peek.com/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-peek-mcp": {
      "type": "remote",
      "url": "https://mcp.peek.com/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-peek-mcp --url https://mcp.peek.com/ --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-peek-mcp:
    url: "https://mcp.peek.com/"
// mcp.json
{
  "mcpServers": {
    "com-peek-mcp": {
      "type": "http",
      "url": "https://mcp.peek.com/"
    }
  }
}

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.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 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 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 59

    First indexed and scored.

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 3 Aug 2026 · Probed https://mcp.peek.com

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.peek.com CN=YE2,O=Let's Encrypt,C=US 17 Jun 2026 15 Sept 2026 ECDSA 256 ECDSA-SHA384 69089da38566d871585ddd508921804022d
SANs: mcp.peek.com
CN=YE2,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 4df3b15dd6c0784c507cd37b58e6f115
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd
DNSSEC insecure

Validation of mcp.peek.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
peek.com. 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
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.peek.com Verified 200
http (plaintext) http://mcp.peek.com HTTPS enforced 301 https://mcp.peek.com/
MCP tools — 6 exposed · ~573 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.

Tool Tokens
experience_availability ~112

Get availability information for a specific experience including dates, times, and pricing

NameTypeReqDescription
endDatestringyesEnd date inclusive in YYYY-MM-DD format (e.g., '2025-06-20' would return things taking place ON or BEFORE the 20th)
idstringyesThe ID of the experience
quantityintegeryesNumber of travelers
startDatestringyesStart date inclusive YYYY-MM-DD format (e.g., '2025-06-19')

No output schema declared.

No examples provided.

experience_details ~32

Get detailed information about a specific experience by ID

NameTypeReqDescription
idstringyesThe ID of the experience to retrieve

No output schema declared.

No examples provided.

list_tags ~13

List all category tags

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

render_activity_tiles ~46

Render activity tiles for a list of activity IDs, returning an embeddable widget URI

NameTypeReqDescription
idstringyesID or comma separate list of activity IDs to render as tiles

No output schema declared.

No examples provided.

search_experiences ~324

Search for travel experiences with comprehensive filtering options. Returns available categories, tags, and regions with IDs for further filtering.

NameTypeReqDescription
categoryIdstringLimit to only a specific activity category
endDatestringReturn experiences that are available on or before this date in YYYY-MM-DD format (e.g., '2025-06-20' would return things taking place ON or BEFORE the 20th)
latLngstringWhen the user wants something NEAR a specific place, but not necessarily IN a specific place, limit to only those near a given lat_lng. ex: "37.7799,-122.2822". Don't use this for regions, instead us…
querystringWhen the user wants something w/ a specific keyword (bike, beer, art, etc) limit to experiences whose title contain a keyword. Never include location information.
regionIdstringWhen you have determined the user wants something in a specific region (found w/ search_regions) limit to only a specific region ID
startDatestringReturn experiences that are available on or after this date. YYYY-MM-DD format (e.g., '2025-06-19')
tagIdstringWhen you have determined the user is interest in a specific vibe of activity (family friendly, romantic, etc) limit to only experiences with a specific tag (single tag ID)

No output schema declared.

No examples provided.

search_regions ~46

Search for regions by name

NameTypeReqDescription
limitintegerMaximum number of regions to return (default: 50)
querystringyesSearch query to match against region names

No output schema declared.

No examples provided.