W
Weatherstack
Fetch weather via Weatherstack API.
·No reviews yet
Share:
About
Auto-generated
Weatherstack is a Model Context Protocol server in the Search & Web category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Weatherstack.
- What is the Weatherstack MCP?
- The Weatherstack MCP fetches weather data from the Weatherstack API. It provides a standardized interface for accessing weather information within a Model Context Protocol ecosystem. This allows models to integrate real-time weather into their operations.
- How do I install the Weatherstack MCP in a client?
- Installation in an MCP client like Claude Desktop, Cursor, or Cline typically involves adding the weatherstack slug. The exact steps vary by client, but generally involve a command or UI to add a community-provided MCP via its identifier. Refer to your client's documentation for specifics.
- Does the Weatherstack MCP require an API key?
- Yes, the Weatherstack MCP requires an API key for authentication. This key is necessary to access the underlying Weatherstack API and retrieve weather data. You will need to obtain an API key from the Weatherstack service.
- What kind of weather data can I get using this MCP?
- This MCP allows you to fetch weather information via the Weatherstack API. The specific types of data available depend on the capabilities of the Weatherstack API itself, which typically includes current conditions, forecasts, and historical data. Check the Weatherstack API documentation for details.
- Is there a cost associated with using the Weatherstack MCP?
- The MCP itself is community-provided, but the underlying Weatherstack API may have usage costs. Weatherstack offers various subscription plans, including a free tier with limitations. Your costs will depend on your usage and chosen plan from Weatherstack.
- What is a prerequisite for using the Weatherstack MCP?
- A critical prerequisite for using this MCP is obtaining a valid API key from the Weatherstack service. Without a proper API key, the MCP will not be able to authenticate with the Weatherstack API and retrieve any weather data. You also need an MCP client installed.
Install Weatherstack
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"weatherstack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-weatherstack"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"weatherstack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-weatherstack"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"weatherstack": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-weatherstack"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.