Skip to main content
Glama
BACH-AI-Tools

Open Weather13 MCP Server

v2

Retrieve 5-day weather forecasts using latitude and longitude coordinates, with support for multiple languages.

Instructions

Get 5 days weather forecast data by Latitude \u0026 Longitude

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latitudeYesExample value: 40.730610
longitudeYesExample value: -73.935242
langNoWe support the following languages that you can use with the corresponded lang values: AFAfrikaans, ALAlbanian, ARArabic, AZAzerbaijani, BGBulgarian, CACatalan, CZCzech, DADanish, DEGerman, ELGreek, ENEnglish, EUBasque, FAPersian (Farsi), FIFinnish, FRFrench, GLGalician, HEHebrew, HIHindi, HRCroatian, HUHungarian, IDIndonesian, ITItalian, JAJapanese, KRKorean, LALatvian, LTLithuanian, MKMacedonian, NONorwegian, NLDutch, PLPolish, PTPortuguese, PT_BRPortuguês Brasil, RORomanian, RURussian, SESwed

Implementation Reference

  • server.py:56-61 (registration)
    The tool is automatically registered by FastMCP from the OpenAPI specification provided in OPENAPI_SPEC. The tool names are derived from the operationIds in the specification (e.g., v2___3_hour_forecast_5_days).
    mcp = FastMCP.from_openapi(
        openapi_spec=openapi_dict,
        client=client,
        name="open_weather13",
        version=__version__
    )
Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BACH-AI-Tools/open_weather13'

If you have feedback or need assistance with the MCP directory API, please join our Discord server