4,500+ servers built on MCP Fusion
Vinkius
USGS Water Services logo
Vinkius
CrewAI logo

How to Use the USGS Water Services MCP in CrewAI

Run autonomous teams analyzing water data with CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

USGS Water Services MCP on Cursor AI Code Editor MCP Client USGS Water Services MCP on Claude Desktop App MCP Integration USGS Water Services MCP on OpenAI Agents SDK MCP Compatible USGS Water Services MCP on Visual Studio Code MCP Extension Client USGS Water Services MCP on GitHub Copilot AI Agent MCP Integration USGS Water Services MCP on Google Gemini AI MCP Integration USGS Water Services MCP on Lovable AI Development MCP Client USGS Water Services MCP on Mistral AI Agents MCP Compatible USGS Water Services MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect USGS Water Services MCP to CrewAI

Create your Vinkius account to connect USGS Water Services to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Coordinate site research and analysis

The `get_sites` tool acts as the initial researcher agent. It takes input filters (like a bBox or state code) to find relevant USGS sites. The resulting list of IDs is then passed to an analyst agent. The second agent, acting on that output, can use `get_instantaneous_values` to pull near real-time data for every site found in the first step.

Develop multi-step reporting pipelines

A dedicated 'Reporting' agent manages the workflow. It uses `get_daily_values` first to grab summarized daily stats. If those are sufficient, it stops. Otherwise, it hands off the task to a second agent that calls `get_statistics` for annual data. This creates an autonomous reporting pipeline without needing human intervention at each step.

Build comprehensive groundwater assessment teams

The 'Groundwater Expert' agent uses the `get_groundwater_levels` tool to retrieve historical manual records. The 'Comparator' agent then takes that data and compares it against the output from a third agent using `get_instantaneous_values`. This team structure allows you to compare long-term trends with current conditions automatically.

Setup guide

Set up USGS Water Services MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke USGS Water Services tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="USGS Water Services Analyst",
    goal="Access and analyze USGS Water Services data via MCP.",
    backstory="Expert analyst with direct USGS Water Services access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent USGS Water Services transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about USGS Water Services MCP in CrewAI

You assign specialized roles: one agent researches the site using `get_sites`, and a second agent analyzes that list by calling specific tools like `get_instantaneous_values` or `get_daily_values`. The agents share memory, so they know what happened before.
For site searches, you can combine multiple criteria like state codes (`stateCd`) and county IDs (`countyCd`). For real-time data, the `get_instantaneous_values` tool accepts a variety of precise filters.
Yes. You can build a team where one agent pulls long-term stats using `get_groundwater_levels`, and another agent uses the more current data available from `get_instantaneous_values` for direct comparison.
The server provides streamflow, groundwater levels (manual records), and site metadata. Your crew can pull daily summaries (`get_daily_values`) or annual statistics using `get_statistics`.
The `get_sites` tool is your starting point. It lets you search and pull detailed records about the location itself, which then gives your other agents context for their work.

Start using the USGS Water Services MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 5 tools

We've already built the connector for USGS Water Services. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 5 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.