|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <meta name="description" content="Recreation MCP Server - Discover outdoor recreation opportunities through AI. Integrates National Park Service, Recreation.gov, and weather data for Claude Desktop."> |
7 | | - <title>Recreation MCP Server</title> |
| 6 | + <meta name="description" content="OutdoorGPT - Discover outdoor recreation opportunities through AI. Integrates National Park Service, Recreation.gov, and weather data for Claude Desktop."> |
| 7 | + <title>OutdoorGPT</title> |
8 | 8 |
|
9 | 9 | <!-- Favicon --> |
10 | 10 | <link rel="icon" type="image/svg+xml" href="favicon.svg"> |
11 | 11 |
|
12 | 12 | <!-- Open Graph / Facebook --> |
13 | 13 | <meta property="og:type" content="website"> |
14 | 14 | <meta property="og:url" content="https://adhocteam.github.io/recreation-mcp-server/"> |
15 | | - <meta property="og:title" content="Recreation MCP Server"> |
| 15 | + <meta property="og:title" content="OutdoorGPT"> |
16 | 16 | <meta property="og:description" content="Discover outdoor recreation opportunities through AI. Integrates National Park Service, Recreation.gov, and weather data. 9 MCP tools for Claude Desktop and other AI assistants."> |
17 | 17 | <meta property="og:image" content="https://adhocteam.github.io/recreation-mcp-server/social-preview.svg"> |
18 | 18 |
|
19 | 19 | <!-- Twitter --> |
20 | 20 | <meta property="twitter:card" content="summary_large_image"> |
21 | 21 | <meta property="twitter:url" content="https://adhocteam.github.io/recreation-mcp-server/"> |
22 | | - <meta property="twitter:title" content="Recreation MCP Server"> |
| 22 | + <meta property="twitter:title" content="OutdoorGPT"> |
23 | 23 | <meta property="twitter:description" content="Discover outdoor recreation opportunities through AI. Integrates National Park Service, Recreation.gov, and weather data. 9 MCP tools for Claude Desktop and other AI assistants."> |
24 | 24 | <meta property="twitter:image" content="https://adhocteam.github.io/recreation-mcp-server/social-preview.svg"> |
25 | 25 |
|
|
252 | 252 | <body> |
253 | 253 | <div class="container"> |
254 | 254 | <header> |
255 | | - <h1>🏕️ Recreation MCP Server</h1> |
| 255 | + <h1>🏕️ OutdoorGPT</h1> |
256 | 256 | <p class="subtitle">Discover outdoor recreation opportunities using your favorite LLM tool</p> |
257 | 257 | </header> |
258 | 258 |
|
259 | 259 | <main> |
260 | 260 | <section> |
261 | 261 | <h2>What is it?</h2> |
262 | 262 | <p> |
263 | | - Recreation MCP Server is a <strong>Model Context Protocol (MCP)</strong> server that enables |
| 263 | + OutdoorGPT is a <strong>Model Context Protocol (MCP)</strong> server that enables |
264 | 264 | AI assistants like Claude to help you discover and plan outdoor recreation activities. |
265 | 265 | It integrates three powerful APIs for information on national parks, recreation activities, and weather information into a single, AI-friendly interface. |
266 | 266 | </p> |
|
0 commit comments