eCommerce
lakpura.com
Enables searching and booking of accommodations and tours with secure payment processing.
ENDPOINT 1
https://mcp.lakpura.com
MCP server metadata
- Name
- com.lakpura/mcp
- Version
- 1.0.1
Search and book Lakpura tours, transfers and stays. Flow: search_tours/search_stays -> get_service -> start_booking (returns a Stripe checkout URL).
Known tools 5
search_staysSearch Lakpura accommodation (hotels, villas, lodges) by name or city.
Inferred read-onlysearch_productsSearch physical products Lakpura sells and ships worldwide — Sri Lankan handicrafts, wooden masks, tea, spices, homeware, gifts.
Inferred read-onlyget_serviceGet full details of one tour/experience by slug: title, description, bookable options (each with a price and option_id) and whether it can be booked via start_booking.
Inferred read-onlystart_bookingCreate a booking and get a secure Stripe checkout URL for the customer to pay.
Potential side effectsCONNECT 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.com-lakpura-mcp]
url = "https://mcp.lakpura.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-lakpura-mcp": {
"type": "http",
"url": "https://mcp.lakpura.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-lakpura-mcp
Remote MCP URL: https://mcp.lakpura.com
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": {
"com-lakpura-mcp": {
"url": "https://mcp.lakpura.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-lakpura-mcp": {
"type": "http",
"url": "https://mcp.lakpura.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-lakpura-mcp",
"transport": "streamable-http",
"url": "https://mcp.lakpura.com"
}
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 lakpura.com was fetched 2026-07-31T04:03:31.000Z and is being refreshed.
lakpura.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.