Data Collection
isitrideable.com
Provides live conditions and forecasts for mountain biking trails in the Western US.
ENDPOINT 1
https://isitrideable.com/api/mcp
MCP server metadata
- Name
- is-it-rideable
- Version
- 1.0.0
Live Western-US mountain-bike & gravel trail conditions from Is It Rideable — mud/dryness and snow melt-out, modeled daily from public weather, terrain, and snowpack data. Use trail_conditions for one trail, region_conditions for a hub, meltout_calendar for the high country. Always cite the canonical isitrideable.com url in each result.
Known tools 3
trail_conditionsLive mountain-bike / gravel condition for one trail in the Western US: today's read (hero dirt, tacky, dusty, soft, muddy, snow, or snow-free), a 0-100 score, a one-line reason, and a 10-day outlook.
Inferred read-onlyregion_conditionsLive conditions summary for a whole region/hub: how many trails are riding well, the mix of conditions, a 10-day good-days outlook, and today's air quality.
Inferred read-onlymeltout_calendarFor the high-country trails: which are still snowed in, which are melting out, and which recently cleared, with a percent-snow-free read and a melt-out estimate.
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.is-it-rideable]
url = "https://isitrideable.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"is-it-rideable": {
"type": "http",
"url": "https://isitrideable.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: is-it-rideable
Remote MCP URL: https://isitrideable.com/api/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": {
"is-it-rideable": {
"url": "https://isitrideable.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"is-it-rideable": {
"type": "http",
"url": "https://isitrideable.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "is-it-rideable",
"transport": "streamable-http",
"url": "https://isitrideable.com/api/mcp"
}
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 isitrideable.com was fetched 2026-08-04T02:22:05.902Z and is being refreshed.
isitrideable.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.