← polyform.org

INDIVIDUAL MCP TOOL

weather_travel_risk

US weather travel-risk verdict — Judgment call for a US coordinate and date (within 7 days): LOW/MODERATE/HIGH/SEVERE weather risk with reasons, built from NWS forecast plus active alerts.

polyform.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.polyform.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for weather_travel_risk and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

polyform.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.polyform]
url = "https://api.polyform.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "polyform": {
      "type": "http",
      "url": "https://api.polyform.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: polyform
Remote MCP URL: https://api.polyform.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "polyform": {
      "url": "https://api.polyform.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "polyform": {
      "type": "http",
      "url": "https://api.polyform.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "polyform",
  "transport": "streamable-http",
  "url": "https://api.polyform.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • vehicle_vin — VIN decode + open recalls (NHTSA) — Decode any US-market VIN to full vehicle specs and list open safety recalls.
  • vehicle_deal_check — Used-car deal check verdict — Given vin, asking price and miles: decoded specs, open recall count, fuel-cost estimate, and a buy/caution/walk verdict with reasoning.
  • vehicle_fuel_economy — Fuel economy lookup (EPA) — EPA MPG figures and estimated annual fuel cost for a year/make/model.
  • domain — Domain intelligence (RDAP) — Registration intelligence for any domain: creation/expiry dates, age in days, registrar, statuses, nameservers.
  • email_domain_check — Email domain deliverability check — Can this domain receive mail, and is it configured seriously?
  • sec_company — SEC company facts (EDGAR) — Latest key financial facts for a US public company by ticker or CIK: revenue, net income, assets, EPS from XBRL filings.
  • fda_recalls — FDA recall search (openFDA) — Search US FDA enforcement recalls for drugs, food, or devices by free-text query.
  • ai_chat — Inference gateway (Llama on Workers AI) — Pay-per-call LLM completion.