search_items

Pack: sciencebase · Endpoint: https://gateway.pipeworx.io/sciencebase/mcp

Search the USGS ScienceBase catalog (sciencebase.gov) — the U.S. Geological Survey’s scientific data catalog of datasets, publications, and projects, with summaries, categories, dates, and direct download links. Keyless.

Parameters

NameTypeRequiredDescription
querystringyesFree-text search, e.g. “streamflow”, “earthquake hazard”, “Landsat vegetation”.
categorystringnoOptional. Narrow to a single catalog category: “Data”, “Publication”, “Project”, or “Collection”.
limitnumbernoMax results, default 10, max 25.

Example call

curl -X POST https://gateway.pipeworx.io/sciencebase/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_items","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "sciencebase": {
      "url": "https://gateway.pipeworx.io/sciencebase/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 11, 2026