MCP.so
登录

MCP Weather Server

@aditi-joshi-usc

关于 MCP Weather Server

暂无概览

基本信息

分类

媒体与设计

运行时

node

传输方式

stdio

发布者

aditi-joshi-usc

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Weather Server?

A lightweight TypeScript and Node.js server built using the Model Context Protocol (MCP) that provides real-time weather alerts and forecast data by integrating with the National Weather Service API. It is designed for use with AI tools such as Claude Desktop and Cursor.

How to use MCP Weather Server?

Configure and run the server as an MCP tool. It exposes two functions, get-alerts (for a US state code) and get-forecast (for geographic coordinates), which can be invoked by MCP-compatible clients like Claude Desktop and Cursor.

Key features of MCP Weather Server?

  • get-alerts: Returns current weather alerts for a US state code.
  • get-forecast: Returns detailed weather forecast for given coordinates.
  • Built with TypeScript, Node.js, and the MCP SDK.
  • Uses Zod for input schema validation.
  • Integrates the National Weather Service API.
  • Designed for use with Claude Desktop and Cursor.

Use cases of MCP Weather Server?

  • Querying active weather alerts for a specific US state.
  • Obtaining a detailed forecast based on latitude and longitude.
  • Enabling AI assistants to answer weather-related questions using live NWS data.
  • Demonstrating how AI tools can consume external APIs via MCP tool invocation.

FAQ from MCP Weather Server

What data source does MCP Weather Server use?

It uses the National Weather Service API (weather.gov) for all weather data.

Which AI tools can integrate with MCP Weather Server?

The server is designed to work with Claude Desktop and Cursor via the Model Context Protocol.

What tools are provided by MCP Weather Server?

Two tools: get-alerts (requires a US state code) and get-forecast (requires latitude and longitude).

What technology stack is used?

TypeScript, Node.js, MCP

评论

媒体与设计 分类下的更多 MCP 服务器