arnfa-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@arnfa-mcpplan a weather-fit day in Bangkok tomorrow"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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;day0–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'sintentaspriorto refine (multi-turn).
Related MCP server: Travel Planner MCP Server
Quickstart
npx arnfa-mcp # runs the stdio MCP server, no installWire 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 deploymentARNFA_BASE (default https://arnfa.vercel.app) points the tools at any Arnfa deployment.
MIT.
This server cannot be installed
Maintenance
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