{ "name": "@theyahia/travelpayouts-mcp", "version": "2.1.0", "description": "MCP server for Travelpayouts API — 13 tools: flights, hotels, lookup. Token as query param.", "type": "module", "main": "dist/index.js", "bin": { "travelpayouts-mcp": "dist/index.js" }, "files": ["dist"], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "test:e2e": "vitest run --config vitest.e2e.config.ts", "clean": "rm -rf dist", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build" }, "dependencies": { "@theyahia/mcp-core": "workspace:*", "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.24.4" }, "devDependencies": { "@types/node": "^22.15.3", "tsx": "^4.19.0", "typescript": "^5.8.3", "vitest": "^4.1.2" }, "publishConfig": { "access": "public" }, "mcpName": "io.github.theYahia/travelpayouts-mcp", "keywords": ["mcp", "mcp-server", "model-context-protocol", "claude", "ai", "russian-api", "travelpayouts", "flights", "travel"], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/theYahia/mcp-servers.git", "directory": "servers/travelpayouts" }, "author": "theYahia (https://github.com/theYahia)" }