CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Nephyr Weather

clm-studios/nephyr-weather
5 toolsSTDIOregistry active
Summary

Pulls GFS ensemble weather data for 12 cities with a focus on finding edges in prediction markets. You get access to probabilistic forecasts that can reveal when consensus weather predictions might be off, which matters if you're trading on weather-dependent outcomes or trying to spot mispriced contracts on platforms like Polymarket or Kalshi. The server surfaces ensemble spread and model agreement metrics rather than just point forecasts. Reach for this when you need programmatic access to weather uncertainty data for quantitative trading strategies, not for general weather lookups where a standard API would do fine.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

5 tools
get_weather_signalsGet GFS ensemble weather signals for one or more cities on a given date. Returns model probability of daily high exceeding various thresholds, derived from the 31-member GFS ensemble forecast. Requires cities (list of city names) and forecast_date (YYYY-MM-DD). Optional: thres...5 params

Get GFS ensemble weather signals for one or more cities on a given date. Returns model probability of daily high exceeding various thresholds, derived from the 31-member GFS ensemble forecast. Requires cities (list of city names) and forecast_date (YYYY-MM-DD). Optional: thres...

Parameters* required
citiesarray
List of city names e.g. ["NYC", "Chicago"]. Call get_city_info to see supported cities.
directionstring
Direction to evaluate: 'above' or 'below' the threshold.one of above · belowdefault: above
market_typestring
Weather variable: 'high' (daily max), 'low' (daily min), 'rain' (precipitation).one of high · low · raindefault: high
threshold_fnumber
Temperature threshold in Fahrenheit (default 70).default: 70
forecast_datestring
Forecast date in YYYY-MM-DD format.
get_ensemble_forecastFetch the raw GFS 31-member ensemble forecast for a city on a given date. Returns per-member daily high temperatures, low temperatures, and precipitation. Useful for custom probability calculations or verifying signal generation.2 params

Fetch the raw GFS 31-member ensemble forecast for a city on a given date. Returns per-member daily high temperatures, low temperatures, and precipitation. Useful for custom probability calculations or verifying signal generation.

Parameters* required
citystring
City name e.g. 'NYC', 'Chicago', 'London'.
forecast_datestring
Forecast date in YYYY-MM-DD format.
detect_edgesScan weather markets for edges — cases where the GFS model probability differs significantly from the market-implied probability. Requires a list of (signal, market) pairs. Returns all EdgeResults, or only tradeable ones if tradeable_only=True.9 params

Scan weather markets for edges — cases where the GFS model probability differs significantly from the market-implied probability. Requires a list of (signal, market) pairs. Returns all EdgeResults, or only tradeable ones if tradeable_only=True.

Parameters* required
citystring
City name for the signal.
tickerstring
Market ticker (optional, for identification).default:
platformstring
Platform the market is on.one of kalshi · polymarketdefault: kalshi
directionstring
Signal direction.one of above · belowdefault: above
market_typestring
Market type.one of high · low · raindefault: high
threshold_fnumber
Temperature threshold in Fahrenheit.
market_pricenumber
Market YES price as probability (0-1).
min_edge_pctnumber
Minimum edge in percent to flag tradeable (default 5).default: 5
forecast_datestring
Forecast date YYYY-MM-DD.
list_active_marketsList active weather markets on Polymarket or Kalshi. Optionally filter by city. Returns market tickers, prices, volumes, and metadata. Kalshi requires api_key to be provided.3 params

List active weather markets on Polymarket or Kalshi. Optionally filter by city. Returns market tickers, prices, volumes, and metadata. Kalshi requires api_key to be provided.

Parameters* required
citiesarray
Optional city filter.
platformstring
Which platform to query.one of polymarket · kalshi · alldefault: polymarket
kalshi_api_keystring
Kalshi API key (required for Kalshi markets).
get_city_infoGet coordinates and metadata for a supported city, or list all supported cities if no city is provided.1 params

Get coordinates and metadata for a supported city, or list all supported cities if no city is provided.

Parameters* required
citystring
City name or alias. Leave empty to list all cities.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Packagenephyr-weather
TransportSTDIO
UpdatedApr 1, 2026
View on GitHub