MCP Hub
Back to servers

guif

GBIF MCP — wraps the Global Biodiversity Information Facility API v1 (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-gbif

MCP server for biodiversity data via the Global Biodiversity Information Facility (GBIF) API. No authentication required.

Tools

ToolDescription
search_speciesSearch GBIF species backbone by name or keyword
get_speciesGet full taxonomic details for a species by taxon key
get_occurrencesRetrieve georeferenced occurrence records for a taxon

Quickstart (Pipeworx Gateway)

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

License

MIT

Reviews

No reviews yet

Sign in to write a review