Weather MCP Server

Weather MCP Server

Provides weather forecasts and alerts for US locations using the National Weather Service API. Supports getting detailed forecasts by coordinates and active weather alerts by state code.

Category
访问服务器

README

Weather MCP Server

A Model Context Protocol (MCP) server that provides weather data using the National Weather Service API. This server supports both stdio (local) and HTTP (remote) transports.

Features

  • get_forecast: Get weather forecast for any US location using latitude/longitude
  • get_alerts: Get active weather alerts for any US state using 2-letter state code

Quick Start

Local Development

  1. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Start the HTTP server:
npm run start:http

The server will run on http://localhost:3001

Testing the Server

Test the health endpoint:

curl http://localhost:3001/health

Test the forecast tool:

curl -X POST http://localhost:3001/mcp/call \
  -H "Content-Type: application/json" \
  -d '{"tool":"get_forecast","params":{"latitude":40.7128,"longitude":-74.0060}}'

Test the alerts tool:

curl -X POST http://localhost:3001/mcp/call \
  -H "Content-Type: application/json" \
  -d '{"tool":"get_alerts","params":{"state":"CA"}}'

Connecting to thesys.dev

To connect this MCP server to thesys.dev:

  1. Deploy the server to a publicly accessible URL (e.g., Railway, Render, Vercel, etc.)

  2. Add to thesys.dev using these settings:

    • Name: Weather MCP Server
    • URL: https://your-deployed-server.com (your actual deployment URL)
    • Transport Type: Streamable HTTP (not SSE)
    • Bearer Token: Leave empty (optional)
    • Description: Weather data from National Weather Service API
  3. Available endpoints your deployed server will provide:

    • GET /health - Health check
    • GET /mcp/info - Server information
    • GET /mcp/tools - Available tools list
    • POST /mcp/call - Execute tools

Deployment Options

Option 1: Railway

  1. Connect your GitHub repository to Railway
  2. Railway will auto-detect the Node.js project
  3. Set environment variable PORT (Railway provides this automatically)
  4. Deploy and use the provided URL

Option 2: Render (Recommended)

  1. Create a new Web Service on Render
  2. Connect your GitHub repository: https://github.com/x8yuv/MCPServer.git
  3. Use these exact settings:
    • Build Command: npm install && npm run build
    • Start Command: npm start (this now runs the HTTP server)
    • Environment: Add NODE_ENV=production
  4. Deploy and use the provided .onrender.com URL

Important: The default npm start now runs the HTTP server (build/index.http.js), not the stdio server.

Option 3: Vercel

  1. Install Vercel CLI: npm i -g vercel
  2. Run vercel in your project directory
  3. Follow the prompts to deploy
  4. Use the provided URL

API Reference

Tools

get_forecast

Get weather forecast for a location.

Parameters:

  • latitude (number): Latitude (-90 to 90)
  • longitude (number): Longitude (-180 to 180)

Example:

{
  "tool": "get_forecast",
  "params": {
    "latitude": 40.7128,
    "longitude": -74.0060
  }
}

get_alerts

Get weather alerts for a state.

Parameters:

  • state (string): Two-letter state code (e.g., "CA", "NY")

Example:

{
  "tool": "get_alerts",
  "params": {
    "state": "CA"
  }
}

Error Handling

The server includes comprehensive error handling:

  • Parameter validation using Zod schemas
  • HTTP error responses with appropriate status codes
  • Detailed error messages for debugging

CORS Configuration

The server is configured with permissive CORS settings to work with thesys.dev:

  • Origin: * (all origins allowed)
  • Methods: GET, POST, OPTIONS
  • Headers: Content-Type, Authorization, X-Requested-With

Data Source

This server uses the National Weather Service API, which:

  • Provides free weather data for US locations
  • Requires no API key
  • Updates regularly with official weather information
  • Only supports US locations (territories included)

Troubleshooting

Render Deployment Issues

"Application exited early" Error

This happens when Render runs the wrong entry point. Solution:

  1. Ensure package.json has "start": "node build/index.http.js"
  2. In Render settings, use Start Command: npm start
  3. Never use node build/index.js (that's the stdio server)

Server Logs Show "running on stdio"

This means the wrong server is running. Fix:

  1. Check Render Start Command is npm start
  2. Verify package.json main field is "build/index.http.js"
  3. Redeploy after making changes

MAX_RETRIES_EXCEEDED Error

This error typically occurs when:

  1. The server URL is incorrect or not accessible
  2. The server is not running (check Render logs)
  3. Using wrong transport type (must be Streamable HTTP)
  4. Network connectivity issues

Solutions:

  1. Verify your deployed server is accessible: https://your-app.onrender.com/health
  2. Check Render service logs for errors
  3. Ensure the server is running and responding
  4. Test endpoints manually before connecting to thesys.dev

Connection Issues

  1. Make sure you're using Streamable HTTP transport type in thesys.dev
  2. Verify the server URL is correct and publicly accessible
  3. Test the server endpoints manually before connecting to thesys.dev
  4. Check that Render service is "Live" (not sleeping)

License

ISC

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选