Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Arnfa

БесплатноНе проверен

Enables AI agents to plan weather-aware trips across Thailand by providing real-time sky conditions, area search, and weather-fit itinerary generation for 150+

GitHubEmbed

Описание

Enables AI agents to plan weather-aware trips across Thailand by providing real-time sky conditions, area search, and weather-fit itinerary generation for 150+ locations through Arnfa's API.

README

MCP server for Arnfa — weather-aware trip planning across Thailand. Lets any AI agent read the Thai sky and plan a weather-fit day in 150+ areas (Bangkok neighbourhoods & districts, all 76 province cities, tourist hotspots).

Reads Arnfa's open API — no key, no fabrication (real forecast or an honest error).

Tools

  • arnfa_list_areas(query?, tier?) — find a valid area key (search by Thai/English name).
  • arnfa_plan_day(area, budget?, day?) — an ordered, weather-fit itinerary; day 0–6 plans ahead.
  • arnfa_sky_now(area) — current sky + a go-out verdict for one area.
  • arnfa_where(day?) — rank WHERE the sky is clearest across Thailand ("ไปไหนดี").
  • arnfa_cooling_centers(lat, lng, n?) — nearest official Bangkok cooling refuges (ห้องหลบร้อน) for dangerous heat / PM2.5.
  • arnfa_ask(message, prior?) — ask in natural Thai/English; the grounded engine reads the real sky and narrates a plan. Pass back the previous reply's intent as prior to refine (multi-turn).

Quickstart

npx arnfa-mcp        # runs the stdio MCP server, no install

Wire into a client (e.g. Claude Code .mcp.json):

{ "mcpServers": { "arnfa": { "command": "npx", "args": ["-y", "arnfa-mcp"] } } }

From source

npm install && npm run build
node dist/index.js                                # stdio MCP server
ARNFA_BASE=http://localhost:3248 npm run smoke    # quick check against a deployment

ARNFA_BASE (default https://arnfa.vercel.app) points the tools at any Arnfa deployment.

MIT.

from github.com/palmzamak2547/arnfa-mcp

Установка Arnfa

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/palmzamak2547/arnfa-mcp

FAQ

Arnfa MCP бесплатный?

Да, Arnfa MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Arnfa?

Нет, Arnfa работает без API-ключей и переменных окружения.

Arnfa — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Arnfa в Claude Desktop, Claude Code или Cursor?

Открой Arnfa на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Arnfa with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai