Skip to main content
Glama

ITIS MCP Server

by knustx

search_itis

Query the ITIS database for taxonomic information using SOLR syntax. Retrieve specific fields, apply filters, and sort results for precise data extraction.

Instructions

Search ITIS database using SOLR queries. Supports general search with flexible query parameters.

Input Schema

NameRequiredDescriptionDefault
fieldsNoSpecific fields to return (default: all available fields)
filtersNoAdditional filters as key-value pairs (e.g., {"kingdom": "Animalia", "rank": "Species"})
queryNoSOLR query string (e.g., "nameWInd:Homo*", "kingdom:Plantae", or "*:*" for all)
rowsNoNumber of results to return (default: 10, max: 100)
sortNoSort order (e.g., "nameWInd asc", "tsn desc")
startNoStarting index for pagination (default: 0)

Input Schema (JSON Schema)

{ "properties": { "fields": { "description": "Specific fields to return (default: all available fields)", "items": { "type": "string" }, "type": "array" }, "filters": { "additionalProperties": { "type": "string" }, "description": "Additional filters as key-value pairs (e.g., {\"kingdom\": \"Animalia\", \"rank\": \"Species\"})", "type": "object" }, "query": { "description": "SOLR query string (e.g., \"nameWInd:Homo*\", \"kingdom:Plantae\", or \"*:*\" for all)", "type": "string" }, "rows": { "description": "Number of results to return (default: 10, max: 100)", "type": "number" }, "sort": { "description": "Sort order (e.g., \"nameWInd asc\", \"tsn desc\")", "type": "string" }, "start": { "description": "Starting index for pagination (default: 0)", "type": "number" } }, "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