← outdoorithm.com
INDIVIDUAL MCP TOOL
get_weather
Get camping-specific 7-day weather forecast with suitability ratings and gear recommendations.
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.outdoorithm]
url = "https://mcp.outdoorithm.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"outdoorithm": {
"type": "http",
"url": "https://mcp.outdoorithm.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: outdoorithm
Remote MCP URL: https://mcp.outdoorithm.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": {
"outdoorithm": {
"url": "https://mcp.outdoorithm.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"outdoorithm": {
"type": "http",
"url": "https://mcp.outdoorithm.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "outdoorithm",
"transport": "streamable-http",
"url": "https://mcp.outdoorithm.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_alert— Create a campsite availability alert that monitors for openings and notifies the user.list_alerts— List all campsite availability alerts for an Outdoorithm user.toggle_alert— Pause or resume a campsite availability alert.delete_alert— Permanently delete a campsite availability alert.build_packing_list— Generate a context-aware packing checklist for a camping trip.calculate_drive_times— Calculate realistic drive times from an origin to multiple campgrounds using Mapbox routing with live traffic.check_availability— Check real-time campground availability for specific dates.check_safety— Check campgrounds for safety issues, community atmosphere, and active alerts.