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.

Upsalt Booking

REMOTE · AI.UPSALT.IO · SCANNED AUG 21

Search Upsalt venues, check availability, and book, view, or cancel a reservation.

Available components

61 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 Security46
Transport & Reachability100
Schema Quality & AI Usability74
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 841 tokens (~168/item across 5 items; 5 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 Management17
  • Stability observed for 5 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · ai.upsalt.io

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

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.

  • 21 Aug 26 +1

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

  • 19 Aug 26 +1

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

  • 17 Aug 26 +1
    • Stability: unverified → 0.03 functional
  • 16 Aug 26 58

    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 21 Aug 2026 · Probed https://ai.upsalt.io/mcp/booking

TLS valid

Negotiated TLS 1.3 with TLS_AES_256_GCM_SHA384 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=ai.upsalt.io CN=YE2,O=Let's Encrypt,C=US 16 Aug 2026 14 Nov 2026 ECDSA 256 ECDSA-SHA384 647c3ba97f3b43ed718f12af4d3c2e93b0f
SANs: ai.upsalt.io
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 ai.upsalt.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
upsalt.io. 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://ai.upsalt.io/mcp/booking Verified 200
http (plaintext) http://ai.upsalt.io/mcp/booking Inconclusive 405
MCP tools · 5 exposed · ~703 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
cancel-booking ~52

Cancel an existing booking using the management token returned by create-booking. This action is irreversible; confirm with the guest before calling it.

NameTypeReqDescription
tokenstringyesThe booking management token returned by create-booking.

No output schema declared.

No examples provided.

create-booking ~431

Create a booking for a company as a guest. Requires a date (YYYY/MM/DD), an hour and shift_id obtained from list-available-slots, and the guest contact details. On success, returns the reservation details including a token that can be used with get-booking-info and cancel-booking.

NameTypeReqDescription
adultsintegeryesNumber of adults.
babiesintegerNumber of babies.
childrenintegerNumber of children.
citystringGuest city.
company_idintegeryesThe company id, as returned by the find-company tool.
countrystringGuest country.
datestringyesBooking date in YYYY/MM/DD format (e.g. 2026/07/20). Note the slashes.
emailstringyesGuest email address. The booking confirmation and management token are sent here.
gluten_freebooleanWhether the party needs gluten-free options.
guest_tokenstringExisting guest token, if the guest has booked before.
highchairintegerNumber of highchairs.
hourstringyesBooking hour in HH:MM format, taken from list-available-slots.
latitudenumberGuest latitude, if known.
longitudenumberGuest longitude, if known.
messagestringOptional message for the business.
namestringyesGuest first name.
nuts_allergybooleanWhether the party has a nut allergy.
optinintegerMarketing opt-in flag (1 or 0).
petsintegerNumber of pets.
phonestringyesGuest phone number.
pushchairintegerNumber of pushchairs.
shift_idintegeryesThe shift id, taken from list-available-slots.
surnamestringyesGuest last name.
veganbooleanWhether the party includes vegan guests.
vegetarianbooleanWhether the party includes vegetarian guests.
wheelchairintegerNumber of wheelchairs.

No output schema declared.

No examples provided.

find-company ~73

Find a company by its slug and return its public profile: services, opening hours, and booking configuration. Use this first to obtain the company_id needed by the other tools.

NameTypeReqDescription
business_typestringOptional business type filter.
slugstringyesThe company slug, as found in its booking page URL.

No output schema declared.

No examples provided.

get-booking-info ~58

Retrieve the details of an existing booking using the management token returned by create-booking.

NameTypeReqDescription
company_idintegeryesThe company id the booking belongs to.
tokenstringyesThe booking management token returned by create-booking.

No output schema declared.

No examples provided.

list-available-slots ~89

List the available booking slots for a company on a given date. Returns shifts and bookable hours; use the shift_id and hour when creating a booking.

NameTypeReqDescription
company_idintegeryesThe company id, as returned by the find-company tool.
datestringyesThe date to check, in YYYY-MM-DD format (e.g. 2026-07-20).

No output schema declared.

No examples provided.