windscout-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@windscout-mcpcheck wind and waves at Tarifa tomorrow"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
windscout-mcp
MCP server for wind forecasts, live measurements, wave forecasts, and tides. Built for kite and surf spot checks via AI assistants.
Tools
Tool | Source | Description |
| Windfinder | Find spots by name or slug |
| Windfinder | Real-time wind from weather stations |
| Open-Meteo | Hourly wind + weather forecast (up to 16 days) |
| Open-Meteo | Wave height, period, and direction (up to 7 days) |
| Windfinder | High/low tide times and heights for coastal spots |
All wind speeds are returned in kn, km/h, and m/s.
Related MCP server: Surf Forecast MCP
Usage
Claude Code
claude mcp add windforecast npx windscout-mcpClaude Desktop
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"windforecast": {
"command": "npx",
"args": ["windscout-mcp"]
}
}
}Other MCP clients
npx windscout-mcpThe server communicates over stdio using the Model Context Protocol.
Data Sources
Open-Meteo -- Free weather API, no auth required. Used for forecast and marine data.
Windfinder -- Wind and weather community. Used for spot search, live station data, and tides via HTML scraping.
Development
npm install
npm test # run unit tests
npm run build # compile TypeScript
npm run dev # run with tsx (hot reload)License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceWindAI MCP Server — AI-powered wind resource assessment for any location on Earth.Last updated5161MIT
- Flicense-qualityCmaintenanceProvides surf forecast data including swell height, period, direction, and wind conditions for any location worldwide using the Open-Meteo Marine API. It also includes tools to find the best day to surf and integrates with MCP clients via a Python server.Last updated19
- Alicense-qualityDmaintenanceMCP Server for global weather, forecasts, air quality, and climate data using Open-Meteo, no API key required.Last updatedMIT
- Flicense-qualityDmaintenanceMinimal MCP server exposing tools for kitesurfing forecasts (wind and waves via Open-Meteo) and tide predictions (via NOAA CO-OPS).Last updated
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Open-Meteo MCP — weather forecast + historical reanalysis + sister APIs
MCP server for Wan AI video generation
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jwillert/windscout-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server