Unbnd logoUnbnd

China Weather MCP tools

Tools exposed via MCP for querying point-based weather.

One-click install

Cursor and VS Code (stable / Insiders) expose documented install links; clicking opens the app to add this HTTP MCP. Other editors (Windsurf, Claude Code, Zed, …) still need manual config or their marketplace. Server name: unbnd-weather (unbnd for /api/mcp, unbnd-* for module routes).

Resolving MCP URL for this page…

Endpoints

POST/api/mcp/weather

Call with { tool, params } to execute a single tool.

Available tools

  • get_point_weather – Get current weather for a point (params: latitude, longitude).
  • get_point_forecast – Get short-term forecast for a point (params: latitude, longitude, granularity, hours, days).
Playground

Send requests and view responses.

RequestPOST /api/mcp/weather
Response
No response yet. Choose a tool and send a request to see the result.