Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Arnfa

FreeNot checked

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

About

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

Installing Arnfa

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/palmzamak2547/arnfa-mcp

FAQ

Is Arnfa MCP free?

Yes, Arnfa MCP is free — one-click install via Unyly at no cost.

Does Arnfa need an API key?

No, Arnfa runs without API keys or environment variables.

Is Arnfa hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Arnfa in Claude Desktop, Claude Code or Cursor?

Open Arnfa on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Arnfa with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs