Skip to main content
Glama
GSA-TTS

mcp-server-usace-iwr

by GSA-TTS

mcp-server-usace-iwr

Un servidor MCP (Model Context Protocol) que envuelve el servicio ArcGIS Feature Service de Marcadores de Millas Fluviales del Instituto de Recursos Hídricos (IWR) del Cuerpo de Ingenieros del Ejército de los EE. UU. (USACE), permitiendo que un LLM localice marcadores de millas fluviales en ríos navegables de los EE. UU. y responda preguntas del tipo "¿en qué milla fluvial me encuentro?".

  • Conjunto de datos: Marcadores de Millas Fluviales de USACE

  • Servicio: https://services7.arcgis.com/n1YM8pTrFmm7L4hs/arcgis/rest/services/usace_river_mile_markers/FeatureServer/0

  • Autenticación: ninguna (servicio público)

  • SRC: WGS84 (EPSG:4326) grados decimales

Herramientas

Herramienta

Propósito

usace_rivermile_nearest

Devuelve el marcador más cercano a una latitud/longitud (con distancia + rumbo).

usace_rivermile_find_markers

Encuentra marcadores cerca de un punto (radio) o dentro de una geometría/bbox GeoJSON.

usace_rivermile_query

Filtra marcadores por nombre de río y/o rango de valor de milla, con paginación.

Todas las herramientas son de solo lectura y devuelven la procedencia (agencia fuente, conjunto de datos, URL del servicio, capa, SRC, hora de recuperación).

Related MCP server: pumperly-mcp

Campos de la capa

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

Ejecución local (stdio)

uv sync
uv run python -m usace_iwr_server.app

El servidor utiliza el transporte stdio por defecto. Si se establece una variable de entorno PORT (o DATABRICKS_APP_PORT), sirve HTTP transmisible en /mcp, con un endpoint de disponibilidad /health.

Contenedor / despliegue

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

Desarrollo

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