MCP Server
A Model Context Protocol server (protocol 2025-06-18, Streamable HTTP transport). AI clients such as Claude connect by adding the endpoint below as a custom connector. No authentication; enquiry writes are rate-limited to 5/hour per IP.
JSON-RPC 2.0 endpoint for initialize, ping, tools/list and tools/call.
Try it
curl -s -X POST https://www.kashmirtourpackagestaxi.com/wp-json/kashmir-mcp/v1/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
The server card: discovery manifest with transport URL, tool list and publisher details. Submit this URL to MCP directories so assistants can find the business.
MCP Tools
Called via tools/call with {"name": …, "arguments": …}. Required arguments are marked •.
| Tool | Arguments | Returns |
|---|---|---|
get_business_info | — | Contact channels, address, hours, coverage, services, union-rule notes |
list_taxi_fleet | min_seats, max_rate_per_day | 12 vehicles with AC / Non-AC per-day INR rates |
get_route_info | destination | Distance, drive time and union notes for Srinagar routes |
search_tour_packages | query, per_page | Live packages: title, price, duration, URL (30+ trips) |
get_package_details | id or slug | Full package description + pre-filled WhatsApp booking link |
search_travel_guides | query, per_page | Blog & Things To Do guides (Gondola FAQs, Tulip Garden tickets…) |
create_booking_enquiry | •name •contact •message, travel_dates, party_size | Saves enquiry to dashboard, emails operator, returns WhatsApp follow-up link |
{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{
"name":"list_taxi_fleet",
"arguments":{"min_seats":8,"max_rate_per_day":7000}
}}
WordPress REST
Standard read-only content API. All commercial content lives in four hubs; if a route below is closed by a security plugin, use the MCP tools instead — they read the same data server-side.
| Content hub | URL | Lives as |
|---|---|---|
| Tour packages (30+) | /tour-packages/ & /kashmir-tour-packages/ | Pages |
| Taxi fleet (12 vehicles) | /taxi-service-kashmir/ | Pages |
| Things To Do guides | /things-to-do/ | Posts |
| Blog | /blog/ | Posts |
Tour package and taxi vehicle pages. Filter by keyword ("honeymoon", "Innova"); the MCP tool search_tour_packages does the hub filtering and price parsing for you.
Blog & Things To Do guides — Gulmarg Gondola FAQ, Tulip Garden tickets, Srinagar taxi guide.
Cross-content search over pages and posts.
Contact links
Deep links for handing off to a human. WhatsApp accepts a pre-filled, URL-encoded text parameter — the highest-converting channel for this business.
| Channel | Link |
|---|---|
https://wa.me/919149531004?text={message} | |
| Phone | tel:+919149531004 (dispatch 24/7; office 6 AM–9 PM IST) |
mailto:info@kashmirtourpackagestaxi.com | |
https://www.instagram.com/kashmirtourpackagestaxi/ |
Rate data
Reference values served by the MCP tools, as of August 2026. Per-day INR, inclusive of fuel, tolls, driver allowance and night halts.
| Vehicle | Seats | Non-AC | AC |
|---|---|---|---|
| Etios | 4 | 2,000 | 2,300 |
| Amaze | 4 | 2,200 | 3,000 |
| Tavera | 7 | 2,200 | 2,600 |
| Ertiga / Innova | 7 | 2,500 | 3,000 |
| Dzire | 4 | 3,000 | |
| Scorpio | 7 | 3,500 | |
| Innova Crysta | 7 | 3,500 | 4,500 |
| Tempo Traveller 12 | 12 | 5,500 | 6,000 |
| Fortuner / Tempo 14 | 7 / 14 | 6,000 | 6,500 |
| Urbania | 12 | 7,000 | 7,500 |
| Route (from Srinagar) | Distance | Drive time |
|---|---|---|
| Gulmarg | 50 km | 1.5–2 hrs |
| Pahalgam | 90 km | 2–3 hrs |
| Sonamarg | 80 km | 2–2.5 hrs |
| Yousmarg | 50 km | 1.5–2 hrs |
| Doodhpathri | 45 km | 1.5–2 hrs |
| Airport ↔ city | 12 km | 30–45 min |
Union rule: cabs hired in Srinagar drop at Gulmarg / Pahalgam / Sonamarg; inner-point sightseeing there uses local union cabs, pre-arranged by the operator.