get_statistics

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

Get aggregate OBIS statistics for a marine taxon: total occurrence records, distinct species/taxa, contributing datasets, and the observed year range.

Parameters

NameTypeRequiredDescription
scientificnamestringyesScientific name to summarize, e.g. “Orcinus orca”.

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 21, 2026