Skip to main content
Glama

ITIS MCP Server

by knustx

search_by_scientific_name

Search the ITIS database for organisms using their scientific name. Specify the name, number of results, and starting index to retrieve precise taxonomic information.

Instructions

Search for organisms by their scientific name in ITIS database.

Input Schema

NameRequiredDescriptionDefault
nameYesScientific name to search for (e.g., "Homo sapiens", "Quercus")
rowsNoNumber of results to return (default: 10)
startNoStarting index for pagination (default: 0)

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Scientific name to search for (e.g., \"Homo sapiens\", \"Quercus\")", "type": "string" }, "rows": { "description": "Number of results to return (default: 10)", "type": "number" }, "start": { "description": "Starting index for pagination (default: 0)", "type": "number" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from ITIS MCP Server

Related Tools

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/knustx/itis-mcp-server'

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