{
  "ok": true,
  "resource": {
    "id": "RES_0F5682D0ACDB",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/Weather%20Forecast%20MCP/versions/1.0.0",
    "name": "Weather Forecast MCP",
    "summary_en": "MCP server for current weather and multi-day forecasts worldwide, Chinese city names and output.",
    "summary_zh": "提供全球城市实时天气与多日预报的MCP服务器，支持中文城市名与中文输出。",
    "description_en": "This MCP server provides current weather and multi-day forecasts for cities worldwide, accepting city names in Chinese or English and returning results in Chinese. It is suitable for applications that need weather data with Chinese language support. The server relies on the free Open-Meteo API with automatic fallback to wttr.in, and no API key is required.",
    "description_zh": "该MCP服务器提供全球城市的实时天气与多日预报，支持中文或英文城市名输入，并以中文返回结果。适用于需要中文天气数据的应用场景。服务器依赖免费的Open-Meteo API，并在网络异常时自动切换至wttr.in，无需API密钥。",
    "provider_name": "cn.pianam.mcp",
    "homepage_url": "https://github.com/boy-373/weather-mcp-china",
    "endpoint_url": "https://mcp.pianam.cn/weather-mcp/mcp",
    "source_url": "https://github.com/boy-373/weather-mcp-china",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "weather.query"
    ],
    "categories": [
      "search-research"
    ],
    "industries": [],
    "protocols": [
      "mcp"
    ],
    "auth": {
      "type": "unknown"
    },
    "pricing": {
      "model": "unknown"
    },
    "input_schema": {},
    "output_schema": {},
    "metadata": {
      "content_language": "en",
      "translation_status": "luna-reviewed",
      "official_registry": {
        "version": "1.0.0",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-04T04:29:10.238Z"
      },
      "catalog_profile": {
        "version": "catalog-profile-v1",
        "primary_category": "search-research",
        "integrations": [
          "GitHub"
        ],
        "use_cases": {
          "en": [
            "Query current weather and forecast for a city with Chinese name support.",
            "Retrieve multi-day weather forecasts for travel or event planning.",
            "Integrate Chinese-language weather data into applications."
          ],
          "zh": [
            "查询支持中文城市名的实时天气与预报。",
            "获取多日天气预报，用于出行或活动规划。",
            "将中文天气数据集成到应用中。"
          ]
        },
        "categories": [
          "search-research"
        ],
        "industries": [],
        "copy": {
          "source_language": "en",
          "summary_zh_state": "present",
          "description_zh_state": "present",
          "description_en_state": "present"
        }
      }
    },
    "latest_version": "1.0.0",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": null,
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v3",
      "capability_definition": "strong",
      "contract_completeness": "strong",
      "access_friction": "low",
      "operational_transparency": "partial",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "ready_for_guidance",
      "reviewed_at": "2026-09-04T04:29:11.152Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T13:58:34.246Z",
    "last_seen_at": "2026-09-04T04:29:10.460Z",
    "published_at": "2026-09-03T13:58:34.246Z",
    "created_at": "2026-09-03T13:58:34.246Z",
    "updated_at": "2026-09-04T04:29:11.152Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_0F5682D0ACDB",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_0F5682D0ACDB/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_0F5682D0ACDB",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/Weather%20Forecast%20MCP/versions/1.0.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "Weather Forecast MCP@1.0.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/Weather%20Forecast%20MCP/versions/1.0.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T13:58:34.246Z",
          "last_seen_at": "2026-09-04T04:29:10.460Z"
        }
      ]
    },
    "tools": [
      {
        "name": "query_weather",
        "title_en": "Query Weather",
        "title_zh": "查询天气",
        "description_en": "Query real-time weather and multi-day forecast for a city worldwide. Accepts city name in Chinese or English, and optional forecast days (1-7, default 3). Returns current conditions and daily forecast. Uses Open-Meteo public API with automatic fallback to wttr.in.",
        "description_zh": "查询全球城市的实时天气和未来几天预报。支持中文或英文城市名，可选预报天数（1-7，默认3）。返回当前天气和每日预报。使用Open-Meteo公开接口，网络异常时自动切换wttr.in。",
        "input_schema": {
          "properties": {
            "city": {
              "title": "City",
              "type": "string"
            },
            "days": {
              "default": 3,
              "title": "Days",
              "type": "integer"
            }
          },
          "required": [
            "city"
          ],
          "title": "query_weatherArguments",
          "type": "object"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      }
    ],
    "review_profile": {
      "schema_version": "aiworkshub.resource-review/0.2",
      "method_version": "capability-evidence-v3",
      "review_state": {
        "identity": "verified",
        "source": "verified",
        "connectivity": "verified",
        "contract": "strong",
        "safe_use": "untested",
        "real_use": "unobserved"
      },
      "assessment": {
        "capability_definition": "strong",
        "contract_completeness": "strong",
        "access_friction": "low",
        "operational_transparency": "partial",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "ready_for_guidance"
      },
      "profile": {
        "capabilities": [
          {
            "id": "weather.query",
            "weight": 100,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "weather",
            "weight": 100,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          }
        ],
        "workflow_roles": [
          "retrieve"
        ]
      },
      "catalog_profile": {
        "version": "catalog-profile-v1",
        "primary_category": "search-research",
        "integrations": [
          "Open-Meteo",
          "wttr.in"
        ],
        "use_cases": {
          "en": [
            "Query current weather and forecast for a city with Chinese name support.",
            "Retrieve multi-day weather forecasts for travel or event planning.",
            "Integrate Chinese-language weather data into applications."
          ],
          "zh": [
            "查询支持中文城市名的实时天气与预报。",
            "获取多日天气预报，用于出行或活动规划。",
            "将中文天气数据集成到应用中。"
          ]
        }
      },
      "capability_units": [
        {
          "id": "tool:query_weather",
          "kind": "mcp_tool",
          "capability_id": "weather.query",
          "effect": "read",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "city name (string)",
            "days (integer)"
          ],
          "produces": [
            "weather report (text)"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {},
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [],
        "reason": null
      },
      "fit": {
        "good_for": [
          "Applications needing Chinese-language weather data",
          "Travel planning with multi-day forecasts",
          "Quick weather lookups without API keys"
        ],
        "not_for": [
          "High-volume production use without verifying rate limits",
          "Historical weather data or climate analysis"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://github.com/boy-373/weather-mcp-china",
          "observation": "MCP source record for Weather Forecast MCP; version 1.0.0.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://mcp.pianam.cn/weather-mcp/mcp#tools/list",
          "observation": "1 tools were returned by MCP discovery; 1 were retained for review.",
          "observed_at": "2026-09-04T04:29:03.455Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Exact rate limits or usage policies of the underlying data sources",
        "Output format details beyond the tool description",
        "Whether the server supports additional languages beyond Chinese and English"
      ],
      "id": "REV_9F6C33F49F0F",
      "resource_id": "RES_0F5682D0ACDB",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-04T04:29:11.152Z"
    }
  }
}