stayingapi

api-evangelist/stayingapi
★ 0 stars Unknown language API Integration Updated today
Unified accommodation-data API returning live search, availability, price, cross-OTA price comparison, and normalized reviews across Airbnb, Booking.com, Vrbo, and Google Hotels via a single normalized JSON schema. Delivered over REST, a hosted MCP server, and a typed TypeScript SDK on one shared cr
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "stayingapi": {
      "command": "npx",
      "args": [
        "-y",
        "api-evangelist/stayingapi"
      ]
    }
  }
}

README Excerpt

Unified accommodation-data API returning live search, availability, price, cross-OTA price comparison, and normalized reviews across Airbnb, Booking.com, Vrbo, and Google Hotels via a single normalized JSON schema, so one integration covers four platforms. Delivered over a nine-operation REST API, a hosted MCP server with seven read-only tools, and a typed TypeScript SDK, all drawing on one shared credit balance. Live calls are asynchronous — a scrape returns HTTP 202 with a jobId to poll — whil

Topics

apis-ioapis-io-submission