7

7Timer Weather

7-day weather forecast data from the 7Timer API for AI agents, providing hourly and daily meteorological data for any global location.

7Timer·No reviews yet
Repo Docs
Share:

About

7-day weather forecast data from the 7Timer API for AI agents, providing hourly and daily meteorological data for any global location.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about 7Timer Weather.

What data does the 7Timer Weather MCP provide?
This MCP provides 7-day weather forecast data. It offers hourly and daily meteorological information for any global location, sourced from the 7Timer API.
How do I install the 7Timer Weather MCP in a client like Claude Desktop?
Installation in Claude Desktop typically involves adding the MCP's slug, '7timer-weather', through the client's interface. Specific steps depend on the client's current version and configuration options.
Does the 7Timer Weather MCP require an API key or other credentials?
No, this MCP does not require an API key or other credentials for operation. It is configured with 'auth type: none', implying public access to the underlying service.
What are the common use cases for the 7Timer Weather MCP?
Typical use cases include integrating weather forecasts into AI agent applications, providing location-specific weather details, and supporting decision-making based on meteorological data.
Is there a cost associated with using the 7Timer Weather MCP?
The MCP itself is free to use. However, any costs associated with the underlying 7Timer API service would depend on the deployment and any usage limits imposed by 7Timer.
What is a potential limitation when using the 7Timer Weather MCP?
A realistic limitation is that forecast accuracy is dependent on the 7Timer API's data quality and update frequency. The data is a forecast and not real-time observations.

Install 7Timer Weather

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "7timer-weather": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-7timer-weather"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "7timer-weather": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-7timer-weather"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "7timer-weather": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-7timer-weather"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.