{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_n6wvetqwyb43","handle":"arunsiv-weather-mcp-server","url":"https://wellknown.network/agents/arunsiv-weather-mcp-server","links":{"self":"https://wellknown.network/agents/arunsiv-weather-mcp-server/record.json","html":"https://wellknown.network/agents/arunsiv-weather-mcp-server","markdown":"https://wellknown.network/agents/arunsiv-weather-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/arunsiv-weather-mcp-server","status":"https://wellknown.network/api/v1/agents/arunsiv-weather-mcp-server/status","claim":"https://wellknown.network/agents/arunsiv-weather-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/arunsiv-weather-mcp-server/claim.json","badge":"https://wellknown.network/agents/arunsiv-weather-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:arunsiv-weather-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"arunsiv-weather-mcp-server","summary":"MCP server providing weather by zip code","description":"# arunsiv-weather-mcp-server\n\nA Model Context Protocol (MCP) server that provides current weather data for any 5-digit US zip code.\n\nBuilt with Python using the official `mcp` SDK, this server exposes a `get_weather` tool that can be used by AI assistants (like Claude) to dynamically retrieve weather conditions.\n\n## Features\n- **Zip Code Geocoding:** Converts 5-digit US zip codes into latitude and longitude using the free [Zippopotam API](https://api.zippopotam.us/).\n- **Current Weather Data:** Fetches the current temperature (°F) and wind speed (mph) using the free [Open-Meteo API](https://open-meteo.com/).\n- **Zero Configuration:** No API keys are required to run this server.\n\n## Installation\n\nInstall via pip:\n\n```bash\npip install arunsiv-weather-mcp-server\n```\n\n## Usage with Claude Desktop\n\nTo use this server with Claude Desktop, add it to your Claude configuration file.\n\n1. Open your Claude Desktop configuration file:\n   - **Mac**: `~/Library/Application Support/Claude/claude_desktop_config.json`\n   - **Windows**: `%APPDATA%\\Claude\\claude_desktop_config.json`\n2. Add the server under the `mcpServers` object:\n\n```json\n{\n  \"mcpServers\": {\n    \"weather\": {\n      \"command\": \"arunsiv-weather-mcp-server\",\n      \"args\": []\n    }\n  }\n}\n```\n\n## Local Development & Testing\n\n1. Install dependencies and the package locally:\n   ```bash\n   pip install -e .\n   ```\n2. Test using the official MCP Inspector:\n   ```bash\n   npx @modelcontextprotocol/inspector arunsiv-weather-mcp-server\n   ```","publisher":null,"homepage":null,"repository":null,"version":"1.0.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:arunsiv-weather-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":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.859,"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":"arunsiv-weather-mcp-server","registry":"pypi","observedAt":"2026-09-09T09:25:06.652Z","publishedAt":"2026-05-08T23:00:15.911641Z","latestVersion":"1.0.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"arunsiv-weather-mcp-server","url":"https://pypi.org/project/arunsiv-weather-mcp-server/","firstSeenAt":"2026-09-09T09:23:46.877Z","fetchedAt":"2026-09-09T09:23:46.877Z","normalizedAt":"2026-09-09T09:23:46.877Z"}]},"firstSeenAt":"2026-09-09T09:23:46.877Z","updatedAt":"2026-09-09T09:25:06.652Z"}