Skip to content

v0.1.0

Choose a tag to compare

@mafedelahoz mafedelahoz released this 02 Sep 10:52
· 7 commits to main since this release

First release of the CuddlyNest MCP server.

Tools

  • cuddlynest_search — resolve a destination via the public autosuggestion API
  • cuddlynest_listing_details — static basics (schema.org) + rooms/prices/availability/cancellation policies read from the public listing page rendered in a headless browser

Install (npm / npx)

{ "mcpServers": { "cuddlynest": { "command": "npx", "args": ["-y", "cuddlynest-mcp"] } } }

First run downloads Chromium via playwright install chromium (postinstall).

MCPB bundle

cuddlynest-mcp-0.1.0.mcpb is attached. Note: it does not bundle Chromium — after install run npx playwright install chromium once, or prefer the npx install above.

Read-only: search + listing details only. No booking/payment. Reads public page content only.