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.
Maintenance
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-quality-maintenanceEnables 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.Last updated
- Flicense-quality-maintenanceEnables AI-assisted travel planning with real-time weather forecasts, place discovery, customized itinerary generation based on interests and budget, and travel distance calculations between cities.Last updated
- Flicense-qualityDmaintenanceExposes 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.Last updated
- AlicenseAqualityBmaintenanceEnables AI agents to plan trips by searching flights, accommodations, and activities, and managing itineraries collaboratively with role-based permissions.Last updated20101MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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