← Registry

API Tools

spannhq.com

Spann is a booking infrastructure that enables AI travel agents to book Japan's best stays with verified answers and real booking paths.

1 endpoint3 known toolsFirst detected August 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://mcp.spannhq.com/mcp

No auth detected

MCP server metadata

Name
hospitality
Version
0.2.1
Capabilities
tools
Server instructions

Fixture-backed hospitality MCP from Spann. Surface='public'. Public mode exposes the three-tool pre-booking arc; operator mode exposes five fixture-only workflow tools including special request and modify/cancel simulation. No live OTA, PMS, payment, property, or network action occurs in this wrapper.

Known tools 3

search_availability

Search deterministic sample stay options from the Spann Stays fixture; no live inventory or property availability is queried.

Inferred read-only
explain_booking_constraints

Explain fixture-backed booking constraints for a sample property and rate; no property authority or live policy decision is provided.

Inferred read-only
prepare_reservation_action

Prepare a fixture-only reservation action for review; never holds a room, books, pays, sends, or contacts a property.

Inferred read-only

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.hospitality]
url = "https://mcp.spannhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hospitality": {
      "type": "http",
      "url": "https://mcp.spannhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hospitality
Remote MCP URL: https://mcp.spannhq.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": {
    "hospitality": {
      "url": "https://mcp.spannhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hospitality": {
      "type": "http",
      "url": "https://mcp.spannhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hospitality",
  "transport": "streamable-http",
  "url": "https://mcp.spannhq.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 spannhq.com was fetched 2026-08-11T21:49:46.499Z.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.