{ "name": "kobotoolbox-mcp-server", "version": "0.1.0", "description": "MCP server for the KoboToolbox API — query forms, submissions, and exports from humanitarian field data collection.", "mcpName": "io.github.drannakurasova/kobotoolbox-mcp-server", "author": "Anna Kurasova (https://github.com/drannakurasova)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/drannakurasova/kobotoolbox-mcp-server.git" }, "bugs": { "url": "https://github.com/drannakurasova/kobotoolbox-mcp-server/issues" }, "homepage": "https://github.com/drannakurasova/kobotoolbox-mcp-server#readme", "type": "module", "main": "dist/index.js", "bin": { "kobotoolbox-mcp-server": "dist/index.js" }, "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js" }, "files": [ "dist" ], "keywords": [ "mcp", "model-context-protocol", "kobotoolbox", "humanitarian", "claude" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "dotenv": "^17.4.2", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.2", "tsx": "^4.19.2", "typescript": "^5.7.2" } }