# Openmeteo Mcp

> An Open Meteo MCP server, built with Dedalus MCP.

- **Type:** MCP server
- **Install:** `agentstack add mcp-dedalus-labs-openmeteo-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [dedalus-labs](https://agentstack.voostack.com/s/dedalus-labs)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [dedalus-labs](https://github.com/dedalus-labs)
- **Source:** https://github.com/dedalus-labs/openmeteo-mcp

## Install

```sh
agentstack add mcp-dedalus-labs-openmeteo-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# OpenMeteo MCP Server

A Dedalus MCP server for the public Open-Meteo weather APIs.

## Features

- Search places with Open-Meteo geocoding
- Fetch forecasts by coordinates
- Fetch forecasts directly by place name
- No upstream API key required for the public API

## Usage

### Run the server

```bash
uv run python src/main.py
```

### Test locally

```bash
uv run python src/client.py
```

## Available Tools

| Tool | Description |
|------|-------------|
| `openmeteo_search_locations` | Search locations by name |
| `openmeteo_get_forecast` | Get forecast data for coordinates |
| `openmeteo_get_forecast_for_location` | Search a location, then fetch its forecast |

## API Reference

- Forecast API: [open-meteo.com/en/docs](https://open-meteo.com/en/docs)
- Geocoding API: [open-meteo.com/en/docs/geocoding-api](https://open-meteo.com/en/docs/geocoding-api)

## License

MIT

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [dedalus-labs](https://github.com/dedalus-labs)
- **Source:** [dedalus-labs/openmeteo-mcp](https://github.com/dedalus-labs/openmeteo-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-dedalus-labs-openmeteo-mcp
- Seller: https://agentstack.voostack.com/s/dedalus-labs
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
