{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_9nwpvp923dtc","handle":"weatherstack-mcp-server","url":"https://wellknown.network/agents/weatherstack-mcp-server","links":{"self":"https://wellknown.network/agents/weatherstack-mcp-server/record.json","html":"https://wellknown.network/agents/weatherstack-mcp-server","markdown":"https://wellknown.network/agents/weatherstack-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/weatherstack-mcp-server","status":"https://wellknown.network/api/v1/agents/weatherstack-mcp-server/status","claim":"https://wellknown.network/agents/weatherstack-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/weatherstack-mcp-server/claim.json","badge":"https://wellknown.network/agents/weatherstack-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:weatherstack-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"weatherstack-mcp-server","summary":"An MCP server for interacting with the Weatherstack API via Model Context Protocol tools, providing access to current, historical, forecast, and marine weather data.","description":"# ⛅ Weatherstack MCP Server\n\nThis is an **MCP (Model Context Protocol) server** for integrating with the [Weatherstack API](https://weatherstack.com/), enabling AI agents to access real-time, historical, forecast, and marine weather data using natural language input.\n\nThe goal of this project is to expose Weatherstack's functionality through MCP-compatible tools that can be used seamlessly by large language models and agent frameworks.\n\n---\n\n## 🧠 What is MCP?\n\nMCP (Model Context Protocol) is a lightweight protocol designed to let **AI agents interact with external tools and APIs** in a structured and modular way. Think of it like **USB for AI** — this server acts as a \"driver\" for the Weatherstack platform.\n\nWith this MCP server, AI models can:\n\n- 🌤️ Get current weather conditions for any location  \n- 🕰️ Access historical weather data by date and hour  \n- 📅 Retrieve multi-day weather forecasts  \n- 🌊 Get marine/sailing weather and tide information  \n\n---\n\n# 🚀 How to Run\n\nTo use this MCP server, you'll need:\n\n## ✅ Prerequisites\n\n- Python 3.11+  \n- [`uv`](https://github.com/astral-sh/uv) – a modern Python package manager  \n- A supported LLM (e.g., Claude)  \n- A Weatherstack API key – get it at [weatherstack.com](https://weatherstack.com/)\n\n## Add this to Claude Desktop config\n\n```json\n{\n  \"mcpServers\": {\n    \"weatherstack-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"weatherstack-mcp-server\",\n        \"--api-key\",\n        \"YOUR WEATHERSTACK API KEY\"\n      ]\n    }\n  }\n}\n```\n\n---\n\n## 🤝 Contributions Welcome!\n\nWhether you're passionate about weather tech, AI agent development, or robust API integrations — we’d love your help improving this project. You can contribute by:\n\n- Adding support for additional Weatherstack endpoints  \n- Improving the structure of tool responses  \n- Writing better tests and usage examples  \n- Sharing feedback or ideas via Issues or Discussions\n\nFeel free to fork, explore, and open a PR. Let’s empower agents with better environme…","publisher":null,"homepage":null,"repository":null,"version":"0.1.1","license":null,"protocols":["mcp"],"tags":["ai","automation","forecast","llm","marine","data","mcp","weather","history","weatherstack"],"pricing":null,"endpoints":[{"url":"pypi:weatherstack-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"data.weather","name":"Weather","confidence":1,"provenance":"declared"},{"slug":"dev.version-control","name":"Version Control","confidence":0.779,"provenance":"derived"}],"categories":["data","dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"weatherstack-mcp-server","registry":"pypi","observedAt":"2026-09-10T15:25:23.909Z","publishedAt":"2025-05-02T09:51:19.225810Z","latestVersion":"0.1.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"weatherstack-mcp-server","url":"https://pypi.org/project/weatherstack-mcp-server/","firstSeenAt":"2026-09-10T15:24:18.766Z","fetchedAt":"2026-09-10T15:24:18.766Z","normalizedAt":"2026-09-10T15:24:18.766Z"}]},"firstSeenAt":"2026-09-10T15:24:18.766Z","updatedAt":"2026-09-10T15:25:23.909Z"}