search_specimens

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

Search ~150M digitized natural-history museum specimen records (plants, animals, fossils) from US collections via iDigBio. Filter by any combination of taxonomy and locality. At least one filter is required. Keyless.

Parameters

NameTypeRequiredDescription
scientific_namestringnoScientific name, e.g. “puma concolor”, “quercus alba”. Matched case-insensitively.
genusstringnoGenus, e.g. “acer”, “quercus”, “puma”.
familystringnoFamily, e.g. “felidae”, “sapindaceae”.
countrystringnoCountry, e.g. “united states”, “canada”.
state_provincestringnoState or province, e.g. “florida”, “wyoming”.
recorded_bystringnoCollector / recorded-by name, e.g. “macginitie”.
limitnumbernoMax records to return (default 10, max 25).

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 11, 2026