Skip to main content
Glama

arnfa-mcp

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).

Related MCP server: Travel Planner MCP Server

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.

F
license - not found
-
quality - not tested
C
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.

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/palmzamak2547/arnfa-mcp'

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