Skip to main content
Glama

ITIS MCP Server

by knustx
package.json736 B
{ "name": "itis-mcp", "version": "1.0.0", "description": "MCP server for interacting with ITIS (Integrated Taxonomic Information System) datasets via SOLR API", "main": "dist/index.js", "bin": { "itis-mcp": "dist/index.js" }, "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts" }, "keywords": [ "mcp", "itis", "taxonomy", "solr", "biodiversity" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^20.10.0", "tsx": "^4.6.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18" } }

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