eCommerce
campiamo.com
An MCP server for Campiamo that enables users to search campsites and glamping sites, view details and reviews, check live availability, get itemized quotes, and start bookings with secure checkout links.
ENDPOINT 1
https://campiamo.com/mcp
MCP server metadata
- Name
- Campiamo Campsites
- Version
- 1.0.0
Campiamo Campsites lets you find and book independent campsites, glamping sites and holiday parks that use Campiamo: every site on the Campiamo directory and every site whose website Campiamo hosts (mostly UK, France, Spain, Australia and New Zealand). Flow: search_campsites (with dates and party size if known) → get_campsite for details → check_availability → optionally get_quote for extras or a discount code → start_booking, which returns a hosted checkout link. You never take payment: the guest pays the campsite directly on that link, and nothing is reserved until they do. Campsites that take payment on arrival (assistant_can_book false) can be searched and priced but not booked by you; give the guest the booking_url instead. Always confirm dates, party size, the accommodation and the total with the guest before calling start_booking, and only pass the guest's real name and email with their consent. Prices are in the campsite's own currency. Dates are YYYY-MM-DD; check_out is the departure morning.
Known tools 5
search_campsitesFind campsites, glamping sites and holiday parks that use Campiamo (the public directory plus every Campiamo-hosted campsite website).
Inferred read-onlyget_campsiteFull details of one campsite: description, photos, check-in times, open season, every accommodation type with prices and rules, optional extras, the questions the campsite asks at booking, payment and deposit terms, and recent reviews.
Potential side effectsget_quoteAn itemised price for one accommodation, stay and party, including chosen extras and any discount or voucher code.
Inferred read-onlyCONNECT 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.campiamo-campsites]
url = "https://campiamo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"campiamo-campsites": {
"type": "http",
"url": "https://campiamo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: campiamo-campsites
Remote MCP URL: https://campiamo.com/mcp
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": {
"campiamo-campsites": {
"url": "https://campiamo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"campiamo-campsites": {
"type": "http",
"url": "https://campiamo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "campiamo-campsites",
"transport": "streamable-http",
"url": "https://campiamo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.