HRFCO Service
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., "@HRFCO Servicewhat's the water level in the Han River near Seoul?"
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.
๐ HRFCO Intelligent Water Search System
AI-friendly Korean water data search system with natural language processing.
๐ Features
Natural Language Search: "ํ๊ฐ ์์", "์์ธ ๊ฐ์ฐ๋" โ Automatic station discovery
Smart Matching: 16 regions + river name mapping + similarity scoring
Response Optimization: All responses < 1KB (prevents LLM token overflow)
OpenAI Compatible: Ready for ChatGPT Function Calling integration
Related MCP server: Weather Server
๐ก API Endpoints
/.netlify/functions/search-station- Search stations by location name/.netlify/functions/get-water-info- One-stop water information query/.netlify/functions/recommend-stations- Recommend nearby stations/.netlify/functions/openai-functions- OpenAI Function definitions
๐ง Environment Variables
HRFCO_API_KEY=your-api-key-here๐งช Test Examples
# Search stations
curl -X POST https://your-site.netlify.app/.netlify/functions/search-station \
-d '{"location_name": "ํ๊ฐ", "limit": 3}'
# Get water info
curl -X POST https://your-site.netlify.app/.netlify/functions/get-water-info \
-d '{"query": "์์ธ ์์", "limit": 5}'๐ Performance
Data Source: 1,366 water level + 742 rainfall observatories
Response Size: 346-522 bytes (optimized for LLM)
Search Accuracy: 90%+ for Korean location names
Response Time: < 3 seconds
Built with TypeScript + Netlify Functions
This server cannot be installed
Maintenance
Related MCP Servers
- Flicense-qualityDmaintenanceProvides access to real-time water data from the USGS Water Services API, allowing users to fetch instantaneous measurements like stream flow, gage height, temperature, and water quality parameters from thousands of monitoring stations across the US.Last updated3
- -license-quality-maintenanceProvides global weather query services with features including real-time weather, weather forecasting, and multi-city weather comparison.Last updated
- AlicenseAqualityDmaintenanceProvides access to real-time and historical water conditions of the Aare river in Switzerland, including water temperature, flow rates, swimming recommendations, and data from multiple monitoring locations along the river.Last updated5321GPL 3.0
- AlicenseBqualityCmaintenanceProvides access to UK Environment Agency's real-time flood monitoring data, enabling users to check flood warnings, monitor water levels and flow rates, and access historical measurements from monitoring stations across the UK.Last updated1111MIT
Related MCP Connectors
Query real-time and historical USGS water data from ~8,000 stream gages and groundwater wells.
USGS Water MCP โ wraps USGS National Water Information System (NWIS) REST services (free, no auth)
Korean government open data - weather, population, law search via data.go.kr
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/kwenhwang/hrfco-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server