MCP.so
Sign In
E

Ecowitt

@brendo

About Ecowitt

Expose your Ecowitt device information.

Basic information

Category

Other

Transports

stdio

Publisher

brendo

Submitted by

Brendan Abbott

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "ecowitt": {
      "command": "npx -y ecowitt-mcp",
      "env": {
        "ECOWITT_APPLICATION_KEY": "your_app_key",
        "ECOWITT_API_KEY": "your_api_key"
      }
    }
  }
}

Tools

4

Get all your weather stations and sensors

Get realtime data for a specific device

Get historical data for a specific device

Because AI needs a little help knowing exactly when it is.

Overview

What is Ecowitt?

Ecowitt is an MCP server that provides tools and resources for accessing data from Ecowitt weather stations and sensors. It allows users to retrieve device lists, real-time sensor readings, and historical weather data.

How to use Ecowitt?

Interact with the server using the exposed tools and resources. The server provides endpoints to list devices, fetch real-time or historical data, and obtain the current datetime for accurate time context.

Key features of Ecowitt

  • List all connected Ecowitt devices and sensors
  • Retrieve real-time weather data from a specific device
  • Access historical weather data for analysis
  • Provide the current datetime for time-aware AI interactions
  • Browse available devices and their details via resources

Use cases of Ecowitt

  • Monitor current weather conditions from your Ecowitt station
  • Analyze historical weather patterns for forecasting or research
  • Automate actions (e.g., notifications) based on real-time sensor data
  • Integrate weather data into AI workflows that need time context

FAQ from Ecowitt

How do I list my Ecowitt devices?

Use the get_devices tool or access the resources/list resource to view all connected weather stations and sensors.

How can I get real-time data from a device?

Use the get_device_realtime_info tool with the device ID to retrieve current sensor readings.

How can I access historical weather data?

Use the get_device_historical_info tool with the device ID and desired time range to obtain past measurements.

Why is there a get_current_datetime tool?

The `

Comments

More Other MCP servers