Skip to main content
Glama

Weather API

MCP Server x402 License: MIT

Tiempo actual y previsión de 7 días -- temperatura, humedad, viento, precipitaciones. Cualquier ubicación del mundo. Pago por llamada mediante x402 (USDC en Base L2) -- sin clave de API, sin registro, sin límite de peticiones.

Parte del marketplace klymax402 -- 100 APIs de micropagos x402 para agentes de IA, una sola cartera, USDC en Base.

Inicio rápido -- MCP

Añade esto a la configuración de tu cliente MCP (Claude Desktop, Cursor, ElizaOS, etc.):

{
  "mcpServers": {
    "weather-api": {
      "url": "https://weather-api.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: US Weather MCP Server

Inicio rápido -- HTTP (x402)

curl -X POST "https://weather-api.api.klymax402.com/api/weather" \
  -H "Content-Type: application/json" \
  -d '{}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

Cualquier cliente compatible con x402 (@x402/fetch, x402-agent-tools, ATXP) gestiona automáticamente el ciclo 402 -> firmar -> reintentar.

Herramientas

Herramienta

Método

Ruta

Precio

Descripción

data_get_weather

POST

/api/weather

$0.003

Obtener el tiempo actual y la previsión para una ubicación

data_get_weather

Usa esta herramienta cuando necesites las condiciones meteorológicas actuales o la previsión de 7 días para cualquier ubicación. Devuelve los datos meteorológicos en JSON.

Parámetros

Nombre

Tipo

Obligatorio

Descripción

latitude

number

no

Latitud (-90 a 90)

longitude

number

no

Longitud (-180 a 180)

city

string

no

Nombre de la ciudad (alternativa a lat/lon, usa geocodificación)

Ejemplo de respuesta:

{"location":{"city":"Paris","country":"France","latitude":48.85,"longitude":2.35},"current":{"temperature":18.5,"humidity":62,"windSpeed":12,"precipitation":0,"weatherCode":"partly_cloudy"},"forecast":[{"date":"2026-04-14","tempMin":12,"tempMax":20,"precipitation":0.2}]}

Crédito usarla: planificación de viajes, programación de eventos al aire libre, monitorización agrícola, planificación logística y creación de aplicaciones sensibles al clima.

No usarla para: información de zonas horarias (usa utility_convert_timezone), datos bursátiles (usa finance_get_stock_price).

Ejemplos de prompts para agentes

  • "Condiciones meteorológicas actuales o previsión de 7 días para cualquier ubicación"

Pago

  • Protocolo: x402 -- pago por llamada nativo de HTTP, sin registro, sin clave de API

  • Red: Base L2 (eip155:8453)

  • Activo: USDC

  • Facilitador: Coinbase CDP (principal), PayAI (respaldo)

  • También se puede acceder mediante ATXP (x402 envuelto en OAuth, metadatos de recurso protegido de RFC 9728)

Parte de klymax402

100 APIs de micropagos x402 para agentes de IA -- una sola cartera, USDC en Base, cero registros.

Licencia

MIT

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.

  • Weather data, forecast API, climate data, historical weather, alerts, agricultural & travel weather.

  • US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.

View all MCP Connectors

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/Br0ski777/weather-api-x402'

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