{"id":25010559,"url":"https://github.com/hideya/mcp-server-weather-js","last_synced_at":"2025-10-14T06:02:51.104Z","repository":{"id":267887179,"uuid":"902227558","full_name":"hideya/mcp-server-weather-js","owner":"hideya","description":"Simple Weather MCP Server Example","archived":false,"fork":false,"pushed_at":"2025-03-18T09:06:55.000Z","size":31,"stargazers_count":11,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T06:53:02.857Z","etag":null,"topics":["mcp","mcp-server","modelcontextprotocol","nodejs","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@h1deya/mcp-server-weather","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hideya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-12T06:49:20.000Z","updated_at":"2025-08-18T19:39:49.000Z","dependencies_parsed_at":"2025-01-11T06:20:41.641Z","dependency_job_id":"03266aeb-1452-4105-a868-e0f7798160c9","html_url":"https://github.com/hideya/mcp-server-weather-js","commit_stats":null,"previous_names":["hideya/weather-mcp-server"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/hideya/mcp-server-weather-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hideya%2Fmcp-server-weather-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hideya%2Fmcp-server-weather-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hideya%2Fmcp-server-weather-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hideya%2Fmcp-server-weather-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hideya","download_url":"https://codeload.github.com/hideya/mcp-server-weather-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hideya%2Fmcp-server-weather-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017959,"owners_count":26086237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mcp","mcp-server","modelcontextprotocol","nodejs","typescript"],"created_at":"2025-02-05T04:53:45.002Z","updated_at":"2025-10-14T06:02:51.088Z","avatar_url":"https://github.com/hideya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Weather MCP Server example from Quickstart [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/hideya/mcp-server-weather-js/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/@h1deya/mcp-server-weather.svg)](https://www.npmjs.com/package/@h1deya/mcp-server-weather)\n\nNode.js server implementing\n[Model Context Protocol (MCP)](https://modelcontextprotocol.io/)\nfor accessing weather information in the US.\n\nThis is an example explained in [MCP Quickstart](https://modelcontextprotocol.io/quickstart).\n\nIt has been hosted as an [npm package](https://www.npmjs.com/package/@h1deya/mcp-server-weather)\nfor convenient use with `npx`.\n\n## Usage with Claude Desktop\n\nMerge the following JSON fragment into your `claude_desktop_config.json`.\nPlease refer to the \"Testing your server with Claude for Desktop\" section of\n[MCP Quickstart](https://modelcontextprotocol.io/quickstart) for details.\n\n```\n# MacOS/Linux\ncode ~/Library/Application\\ Support/Claude/claude_desktop_config.json\n\n# Windows\ncode $env:AppData\\Claude\\claude_desktop_config.json\n```\n\n```json\n{\n  \"mcpServers\": {\n    \"weather\": {\n      \"command\": \"npx\",\n        \"args\": [\n            \"-y\",\n            \"@h1deya/mcp-server-weather\"\n        ],\n    }\n  }\n}\n```\n\n## Tools\n\n- **get-alerts**\n  - Get weather alerts for a US state.\n  - Input: `state` (string): Two-letter US state code (e.g. CA, NY)\n- **get-forecast**\n  - Get weather forecast for a location in the US\n  - Inputs:\n    - `latitude` (number): Latitude of the location\n    - `longitude` (number): Longitude of the location\n\n## Example Queries\n\n- Tomorrow's weather in Palo Alto?\n- Any weather alerts in California?\n\n## Original Author and License\n\nThis example is based on the code explained in [MCP Quickstart](https://modelcontextprotocol.io/quickstart)\n([github](https://github.com/modelcontextprotocol/docs)),\nwhose license is [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/deed.en).\nThe completed code examples are also hosted in\n[this repo](https://github.com/modelcontextprotocol/quickstart-resources),\nwhose license is MIT (Copyright (c) 2025 Model Context Protocol).\nSo I've chosen the MIT license for this repo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhideya%2Fmcp-server-weather-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhideya%2Fmcp-server-weather-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhideya%2Fmcp-server-weather-js/lists"}