Skip to main content
Glama
GSA-TTS

mcp-server-usace-iwr

by GSA-TTS

mcp-server-usace-iwr

미국 육군 공병단(USACE) 수자원 연구소(IWR)의 강 마일 마커 ArcGIS Feature Service를 감싸는 MCP(Model Context Protocol) 서버로, LLM이 미국 항해 가능 하천의 강 마일 마커를 찾고 "지금 강 마일이 몇인가요?" 같은 질문에 답할 수 있게 합니다.

  • 데이터셋: USACE 강 마일 마커

  • 서비스: https://services7.arcgis.com/n1YM8pTrFmm7L4hs/arcgis/rest/services/usace_river_mile_markers/FeatureServer/0

  • 인증: 없음 (공개 서비스)

  • 좌표계: WGS84 (EPSG:4326) 십진 도

도구

도구

목적

usace_rivermile_nearest

위도/경도에 가장 가까운 단일 마커 반환 (거리 + 방위각 포함).

usace_rivermile_find_markers

특정 지점 근처(반경) 또는 GeoJSON 지오메트리/bbox 내 마커 찾기.

usace_rivermile_query

강 이름 및/또는 마일 값 범위로 마커 필터링, 페이지네이션 지원.

모든 도구는 읽기 전용이며 출처 정보(소스 기관, 데이터셋, 서비스 URL, 레이어, 좌표계, 검색 시간)를 반환합니다.

Related MCP server: pumperly-mcp

레이어 필드

name, LONGITUDE1, LATITUDE1, MILE, RIVER_CODE, RIVER_NAME, RIVER_NUMB, SOURCE.

로컬 실행 (stdio)

uv sync
uv run python -m usace_iwr_server.app

서버는 기본적으로 stdio 전송 방식을 사용합니다. PORT(또는 DATABRICKS_APP_PORT) 환경 변수가 설정된 경우 대신 /mcp에서 스트리밍 가능한 HTTP를 제공하며, /health 준비 상태 엔드포인트도 제공합니다.

컨테이너 / 배포

bash scripts/build-and-push.sh   # builds linux/amd64 and pushes to GHCR

개발

uv run python -m py_compile src/usace_iwr_server/*.py src/usace_iwr_server/tools/*.py
npx @modelcontextprotocol/inspector uv run python -m usace_iwr_server.app
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

  • A
    license
    -
    quality
    F
    maintenance
    An experimental MCP server providing spatial context for LLMs by interfacing with French Geoplateforme services. It enables tasks such as geocoding, altitude lookups, and querying administrative, cadastral, or urban planning data.
    11
    4
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that gives AI assistants direct access to the FEMA National Flood Hazard Layer (NFHL) for flood zone lookups, FIRM panel information, and flood map data in the United States.
    10
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

  • MCP server exposing the Backtest360 engine API as tools 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/GSA-TTS/mcp-server-usace-iwr'

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