Skip to main content
Glama

MCP FishBase Server

by lundgrenalex

search_species

Find marine species by common name or partial scientific name using natural language queries. Retrieve species information, ecological data, and distribution records from FishBase database.

Instructions

Search for species by common name or partial scientific name

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 20)
queryYesSearch term (common name or partial scientific name)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Maximum number of results to return (default: 20)", "type": "number" }, "query": { "description": "Search term (common name or partial scientific name)", "type": "string" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lundgrenalex/mcp-fishbase'

If you have feedback or need assistance with the MCP directory API, please join our Discord server