Skip to main content
Glama

Variflight Tripmatch MCP Server

Official
by variflight
package.json790 B
{ "name": "@variflight-ai/tripmatch-mcp", "version": "0.0.2", "author": "Variflight(https://mcp.variflight.com)", "license": "ISC", "description": "Variflight Tripmatch MCP Server", "type": "module", "main": "dist/index.js", "bin": { "variflight-mcp": "dist/index.js" }, "scripts": { "build": "tsc && chmod 755 dist/index.js", "start": "node dist/index.js", "dev": "npx tsx index.ts" }, "files": [ "dist", "README.md" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "dotenv": "^16.4.7", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^20.11.17", "tsx": "^4.19.3", "typescript": "^5.3.3" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }

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/variflight/tripmatch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server