Skip to main content
Glama
GSA-TTS

mcp-server-usace-iwr

by GSA-TTS

mcp-server-usace-iwr

一个MCP(模型上下文协议)服务器,封装了美国陆军工程兵团(USACE)水资源研究所(IWR)的河流里程标志ArcGIS要素服务,让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几何/边界框内的标志。

usace_rivermile_query

按河流名称和/或里程值范围筛选标志,支持分页。

所有工具均为只读,并返回溯源信息(来源机构、数据集、服务URL、图层、坐标系、检索时间)。

Related MCP server: pumperly-mcp

图层字段

nameLONGITUDE1LATITUDE1MILERIVER_CODERIVER_NAMERIVER_NUMBSOURCE

本地运行(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