package.json•736 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"
}
}