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.

Install Server
F
license - not found
A
quality
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.

Related MCP Servers

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables intelligent travel planning by combining weather forecasts and route calculations for destinations. Provides personalized travel recommendations based on weather conditions and supports trip planning with persistent conversation memory.
  • F
    license
    Not graded
    quality
    D
    maintenance
    Exposes public weather and climate data through a standardized API, allowing AI agents to retrieve current conditions, 7-day forecasts, and historical data. It enables weather-aware automation and data enrichment for conversational agents and travel planning.

View all related MCP servers

Related MCP Connectors

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

  • Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.

  • Vacation rental discovery, direct booking, and property protection for AI agents.

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

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