mcp-server-usace-iwr
mcp-server-usace-iwr
Сервер MCP (Model Context Protocol), который оборачивает ArcGIS Feature Service River Mile Marker U.S. Army Corps of Engineers (USACE) Institute for Water Resources (IWR), позволяя LLM находить речные мильные маркеры на судоходных реках США и отвечать на вопросы типа «на какой речной миле я нахожусь?».
Набор данных: USACE River Mile Markers
Сервис:
https://services7.arcgis.com/n1YM8pTrFmm7L4hs/arcgis/rest/services/usace_river_mile_markers/FeatureServer/0Аутентификация: нет (публичный сервис)
СК: WGS84 (EPSG:4326) десятичные градусы
Инструменты
Инструмент | Назначение |
| Возвращает единственный ближайший маркер к координатам широта/долгота (с расстоянием и азимутом). |
| Находит маркеры рядом с точкой (радиус) или в пределах геометрии/bbox GeoJSON. |
| Фильтрует маркеры по названию реки и/или диапазону значений миль с пагинацией. |
Все инструменты доступны только для чтения и возвращают информацию о происхождении (исходное агентство, набор данных, 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), он вместо этого обслуживает потоковый HTTP по адресу /mcp с конечной точкой готовности /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.appMaintenance
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
- Alicense-qualityFmaintenanceAn 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.114MIT
- AlicenseAqualityAmaintenanceMCP server that exposes any Pumperly instance to LLMs, enabling real-time fuel price queries, station search, route planning, and geocoding.5673GPL 3.0
- Alicense-qualityDmaintenanceAn 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.10MIT
- FlicenseAqualityBmaintenanceAn MCP server that exposes Charlotte, NC and Mecklenburg County open data as tools for an LLM agent, enabling queries about trash pickup, parcels, zoning, crime, and more by geocoding addresses and querying live ArcGIS layers.21
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.
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/GSA-TTS/mcp-server-usace-iwr'
If you have feedback or need assistance with the MCP directory API, please join our Discord server