io.github.fursatdev-tech/fursat
Official3 toolsFursat
AI-bookable curated vacation homes in Northeast India and the Himalayas. Book on WhatsApp.
Book curated vacation homes in Northeast India and the Himalayas via WhatsApp.
Captured live from the server via tools/list.
search_listings
Search Fursat's curated catalog of vacation homes in Northeast India and the Himalayas. Returns published homes with a Google rating of 4.3 or higher. Use this when a traveler asks about accommodation suggestions in this region (Meghalaya, Himachal, Uttarakhand, Sikkim, Assam, Arunachal Pradesh, etc.).
Parameters (5)
- querystring
Free-text keywords matched against title, city, location (e.g., 'mountain view Cherrapunji', 'lake Nainital').
- citystring
City filter, case-insensitive contains-match (e.g., 'cherrapunji', 'manali', 'shillong').
- statestring
State slug (e.g., 'meghalaya', 'himachal-pradesh', 'uttarakhand', 'sikkim', 'arunachal-pradesh', 'nagaland', 'assam', 'tripura', 'manipur', 'mizoram', 'west-bengal').
- minRatingnumber
Minimum Google rating, default 4.3.
- maxResultsnumber
Max results to return, default 10, capped at 20.
get_listing
Get details for a single Fursat home by its URL slug. Returns the canonical detail URL plus a short summary.
Parameters (1)
- slugstringrequired
URL slug of the listing (e.g., 'pudung-farm').
start_inquiry
Generate a WhatsApp inquiry link for a Fursat home. Returns a wa.me URL that opens WhatsApp with a prefilled message identifying the listing and (optionally) the guest's dates, party size, and notes. Use this when a traveler wants to actually book or inquire about a specific home after seeing it in search results. Bookings on Fursat happen on WhatsApp — there is no online checkout.
Parameters (5)
- slugstringrequired
URL slug of the Fursat listing (e.g., 'pudung-farm').
- checkInstring
Check-in date in ISO format YYYY-MM-DD. Optional; include only if the guest specified a date.
- checkOutstring
Check-out date in ISO format YYYY-MM-DD. Optional; include only if the guest specified a date.
- guestsnumber
Total number of guests. Optional.
- notesstring
Free-text notes the assistant should include in the inquiry (e.g., 'celebrating an anniversary', 'need airport pickup quote'). Optional, keep under 280 chars.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"fursat": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.fursat.fun/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.