Wraps the Recreation Information Database (RIDB) API v1, giving Claude access to federal recreation data managed by Recreation.gov. This is the authoritative source for info on campgrounds, permits, tours, and facilities across thousands of federal recreation sites. Hosted by Pipeworx, which runs it as a managed gateway service alongside 764+ other data sources. You can connect directly to this single server or tap into the full Pipeworx gateway. Supports their ask_pipeworx pattern where you ask questions in plain English instead of calling tools directly. Useful if you're building camping trip planners, availability checkers, or anything that needs real data on national parks, forests, and federal recreation areas.
Recreation.gov MCP — wraps the Recreation Information Database (RIDB) API v1
Part of Pipeworx — an MCP gateway connecting AI agents to 764+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"recreation-gov": {
"url": "https://gateway.pipeworx.io/recreation-gov/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 764+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Recreation Gov data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured