← tentahead.com
INDIVIDUAL MCP TOOL
find_similar
Find campsites similar to a reference site or campsite description, optionally filtering to currently available matches for a date range and travel base.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.tentahead-mcp]
url = "https://api.tentahead.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tentahead-mcp": {
"type": "http",
"url": "https://api.tentahead.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tentahead-mcp
Remote MCP URL: https://api.tentahead.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": {
"tentahead-mcp": {
"url": "https://api.tentahead.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tentahead-mcp": {
"type": "http",
"url": "https://api.tentahead.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tentahead-mcp",
"transport": "streamable-http",
"url": "https://api.tentahead.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_campsites— Find available campsite options for a date range, ranked for group fit, amenities, drive time, and price across supported parks from a selected travel base.find_open_weekends— Find upcoming weekend date options with viable campsite availability for a group, optionally filtered by park, state, month, travel base, or drive time.check_availability— Check detailed site-level availability for a specific park and date range, including spot types and capacity context.get_park_details— Return a park profile with facilities, rules, trails, amenities, and scout-relevant planning details for a specific park.search_parks— Search supported parks by travel base, drive time, activities, camping types, and group-camping support.get_weather— Return forecast conditions and monthly normals for trip planning at a specific park.check_safety— Return park safety context including alerts, hunting overlap, and nearby emergency support for a given trip window.find_ev_charging— Return on-site charging options and nearby public charging stations for a park, with connector, power, and network filters.