Agentic MIKE Plus vs Usgs Water MCP Server | AllMCPs
Side-by-Side Model Context Protocol Comparison
Agentic MIKE Plus vs Usgs Water MCP Server
In-depth architectural comparison of the Agentic MIKE Plus and Usgs Water MCP Server MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Agentic MIKE Plus
Environment & Nature · Local stdio
Quality: 52/100 (Good) | Auth: No auth required
Usgs Water MCP Server
Environment & Nature · Local stdio
Quality: 51/100 (Good) | Auth: No auth required
Verdict Summary: Choose Agentic MIKE Plus if you need specialized Environment & Nature tools running via a local process. Choose Usgs Water MCP Server if your workspace requires Environment & Nature integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Agentic MIKE Plus when:
You need dedicated capabilities in the Environment & Nature domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
MCP server (10 tools) for a headless, natural-language DHI MIKE+ urban-water modelling workflow: model inspection, parameter read/edit, headless simulation runs with parsed QA status, .res1d results reading, and plotting (hydrographs, time series, network maps). Read/plot is license-free; run/edit need Windows + a MIKE+ 2026 license. Works with Claude Code, Codex, OpenClaw, and Hermes.
Query real-time and historical USGS water data from ~8,000 stream gages and groundwater wells.
Category & Scope
Tools & Capabilities Breakdown
Agentic MIKE Plus Tools (12)
mike_model_info
yes
mike_set_scenario
yes
mike_get_values
yes
mike_run
yes
mike_import_swmm
yes
mike_results_list
no
mike_results_flooding
no
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Agentic MIKE Plus is categorized under Environment & Nature and uses a local stdio subprocess. In contrast, Usgs Water MCP Server belongs to Environment & Nature using local stdio subprocess. Select Agentic MIKE Plus when you need capabilities focused on environment & nature and Usgs Water MCP Server when you require tools for environment & nature.
Static lookup of well-known USGS parameter codes with names, units, and domain. No network call.
water_find_sites
Find USGS monitoring sites by bounding box, state, county, or HUC watershed. Filter by site type and parameter availability. Large match sets spill to DataCanvas.
water_get_readings
Get the latest instantaneous values (~15 min real-time) for up to 100 USGS sites.
water_get_series
Get a time series of daily or instantaneous values for a site over a date range. Large ranges spill to DataCanvas.
water_get_conditions
Get current hydrologic conditions ranked against the full period-of-record percentile statistics.
water_dataframe_describe
List tables and columns staged on a DataCanvas by `water_get_series` or `water_find_sites`.
water_dataframe_query
Run a read-only SQL SELECT against the time-series and site tables staged by `water_get_series` and `water_find_sites`.