Texture
Home
Server
This is an MCP Server created with Texture. You can chat with this server. Interested in creating your own server? Check out the home page for more information.
Server Details
URL:
https://usetexture.com/8vnv0ylg
Name:
NWS
Description:
View Weather Information
Using the Server
To integrate with Claude Desktop, use the following claude_desktop_config.json:
{
  "mcpServers": {
    "NWS": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://usetexture.com/8vnv0ylg"
      ]
    }
  }
}
Server Tools
Name
get_forecast
Description
get forecast given box and office
Method & Endpoint
GET https://api.weather.gov/gridpoints/{office}/{gridX},{gridY}/forecast
Arguments
office (path: string) gridX (path: string) gridY (path: string)
Output Instructions
Interpret to the best of your ability.
Name
get_box
Description
Extract the office and gridX, gridY values from the API response.
Method & Endpoint
GET https://api.weather.gov/points/{latitude},{longitude}
Arguments
latitude (path: string) longitude (path: string)
Output Instructions
Extract the office and gridX, gridY values from the API response.