SkewCast
the step-by-step guide

How SkewCast works

Last updated June 5, 2026 · Sixth Rule, LLC

SkewCast plugs into Claude. You add it once — about a minute — and from then on you just ask weather questions in plain English in any chat. Claude pulls live National Weather Service data through SkewCast and, on the right plan, runs the probability math weather markets are priced on.

Add it to Claude · Bought a plan? Linking your key · What it can do · Plans & pricing · Things to ask · Other ways to connect (technical) · Data & privacy


1. Add SkewCast to Claude — under a minute

This is the whole setup. You only do it once.

  1. Copy this link: https://skewcast.com/mcp
  2. Open Claude — claude.ai in your browser, or the Claude desktop app. Go to Settings → Connectors.
  3. Click "Add custom connector" (that's the button's exact name), paste the link, and click Add. Ignore "Advanced settings" — you don't need it.
  4. An approval screen from SkewCast pops up. Pick "Create a new free account" (it's already selected) and click Approve & continue. No card, no signup form — your free account exists the moment you approve.
  5. Start a new chat and ask: "What's the probability the high at Central Park (KNYC) tops 92°F on Saturday?" If a real probability comes back, you're done.

Free plan: 25 questions/day your first week, 10/day after. Every feature included.

When you subscribe, we show you a key once — a long code starting with wx_ — right after checkout, and that page walks you through these same steps. The only difference from the free setup is on the approval screen:

  1. Follow steps 1–3 above (copy the link, Settings → Connectors, "Add custom connector", paste, Add).
  2. On SkewCast's approval screen, pick "I already have an API key — link it" instead, paste your key into the box, and click Approve & continue. That ties your paid plan to Claude.
  3. New chat, ask a question. Done.

Lost your key? Email hello@sixthrule.dev from the address you used at checkout and we'll issue a replacement within a day. Your subscription is the account; the key is just a handle.

Already connected free and then upgraded? Remove SkewCast in Settings → Connectors, add it again, and pick the link-your-key option this time.


3. What it can do

You never pick from this list — you just ask, and Claude reaches for the right one. This is so you know what's on the menu.

AbilityWhat it answersUnlimited on
Forecast The standard forecast for any U.S. spot, day and night, up to 7 days out — temperature, rain chance, wind, conditions. All plans
Severe-weather alerts Active warnings, watches, and advisories for a state or an exact spot — know before the crew loads the truck. All plans
Hour-by-hour The forecast hour by hour up to 6½ days ahead. How you find a dry 6-hour window or check overnight lows for a concrete pour. All plans
Past weather What actually happened — the last week from the weather service, or up to a year back from NOAA's climate records. "How hot was Phoenix last July 4th?" Standard & Pro
Probability (Monte Carlo) Plays the forecast out 10,000 times and hands you the odds: P(high above 92°F), the percentile spread, the tail risk. The number you compare to a contract price. Pro
Compare places 2 to 8 spots side by side, ranked — a multi-job-site morning brief, or several market cities in one ask. Pro

Free plan: every ability above, within the daily question limit.

On the free plan you get everything — including the probability engine — capped at the daily question limit. If you ask for something your paid plan doesn't include, Claude answers from the basic forecast and tells you which plan has it. Nothing breaks.


4. Plans & pricing

 FreeStandardPro
Price$0$19/mo
Subscribe →
$49/mo
Subscribe →
Questions per day10/day (25/day your first week)Unlimited (fair-use 2,000/day)Unlimited (fair-use 5,000/day)
Forecasts, hourly & alerts
Probability (Monte Carlo)✓ (within daily limit)✓ unlimited
Past weather (up to a year)✓ (within daily limit)
Compare places (2–8)✓ (within daily limit)
Best forTrying it this weekDaily scheduling & planningTrading & high-stakes calls

Subscribing takes one click: pay through Stripe, your key appears immediately after, and that page (plus the guide above) walks you through linking it. The free plan needs no card. When you hit the daily limit, Claude tells you and the counter resets at midnight UTC — nothing breaks and you lose nothing.

Tip: batch your asks. "Compare Tuesday, Wednesday, and Thursday in one answer" costs one question, not three.


5. Things to ask

Ask the way you'd ask a colleague. Claude figures out the rest.

Traders

  1. "What's the probability the high at Central Park (KNYC) exceeds 85°F this Friday? Give me the percentile breakdown."
  2. "Run the probability on Chicago's Saturday high and tell me if a market pricing 'above 78°F' at 55¢ has edge."
  3. "What's the 90th-percentile high for Miami over the next 5 days? I want tail risk before selling the 'above' side."
  4. "Base-rate check: how often has Austin recorded measurable rain in the last week of August since 2005?"
  5. "Compare tomorrow's high for Philadelphia, Dallas, and Denver — I'm screening which board to trade."

Contractors

  1. "I'm roofing in Marietta, GA this week. Which days have the best 8-hour dry windows?"
  2. "Can my crew pour concrete in Columbus on Tuesday? I need overnight lows above 40°F and no rain for 24 hours after."
  3. "Any wind advisories near Hempstead, NY in the next 3 days? We have a crane lift scheduled."
  4. "Compare Wednesday vs. Friday for exterior painting in Phoenix — temperature, humidity, and rain chance."
  5. "Give me a Monday-morning weather brief for job sites in Atlanta, Macon, and Savannah this week."

Event planners

  1. "What are the odds of rain during an outdoor wedding in Austin this Saturday between 4 and 8 p.m.?"
  2. "How often has it rained on the second weekend of October in Charleston over the last 20 years? I'm choosing a venue."
  3. "What's the expected temperature range for an evening outdoor event in Chicago next Friday — should we order heaters?"
  4. "Wind forecast for a beach event in Montauk Sunday — anything above 15 mph between noon and 6?"

Naming the place


6. Other ways to connect (technical)

Everything below is optional. If you connected through Claude's Connectors screen above, you're done — skip this.

Claude Desktop's config file (mcp-remote)

If you prefer the local config-file route, add this to claude_desktop_config.json with your own key:

{
  "mcpServers": {
    "skewcast": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://skewcast.com/mcp",
               "--header", "Authorization: Bearer wx_YOUR_API_KEY"]
    }
  }
}
Other MCP apps and server-to-server use

SkewCast is a hosted MCP server (streamable HTTP). Connect any MCP client to:

URL:    https://skewcast.com/mcp
Header: Authorization: Bearer wx_YOUR_API_KEY

Clients that speak the MCP authorization spec can instead use OAuth 2.1 — discovery at /.well-known/oauth-protected-resource (dynamic registration, authorization code + PKCE). OAuth sign-in either provisions a free account or links an existing wx_ key on the consent page.

Generic clients: POST JSON-RPC to /mcp with the Authorization header above and Accept: application/json, text/event-stream. No credential returns HTTP 401. Need a key? Subscribe at skewcast.com or email hello@sixthrule.dev.


7. Data, attribution & privacy

Weather data comes from the U.S. National Weather Service / NOAA (api.weather.gov, NOAA Climate Data Online) — the same primary government sources professional forecasters use and that weather-market contracts settle against. NWS data is in the public domain and not subject to copyright protection (17 U.S.C. § 403). SkewCast is not endorsed by or affiliated with NOAA or the NWS.

We collect as little as possible: your account key, its plan, connected-app records, and a per-day log of questions (which ability, when, allowed/denied) kept 35 days for billing and the daily limit. The places you ask about pass through to the weather sources to answer your question and are not retained; we never send your key or identity to them. Full details in the Privacy Policy.

Not financial or life-safety advice. SkewCast provides weather data and statistical analysis for informational purposes only. It is not financial advice, and nothing in this product is a recommendation to buy or sell any contract or financial instrument. Probability outputs are model estimates over forecast uncertainty, not market odds and not guarantees. Past weather patterns do not guarantee future outcomes. For life-safety decisions, use official NWS dissemination channels.

Stuck on any step? Email hello@sixthrule.dev — a human answers within one business day.