Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
TripleWhale MCP Server
Claim
Official
by
Triple-Whale
npm
GitHub
E-commerce & Retail
Finance
TypeScript
MIT License
141
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
Dockerfile
.gitignore
LICENSE
.npmrc
package.json
package-lock.json
.prettierignore
.prettierrc
README.md
tsconfig.json
tsconfig.test.json
{ "name": "@triplewhale/mcp-server-triplewhale", "version": "0.0.6", "description": "MCP server for interacting with Triplewhale API", "license": "MIT", "author": "TripleWhale", "homepage": "https://github.com/Triple-Whale/mcp-server-triplewhale/", "bugs": "https://github.com/Triple-Whale/mcp-server-triplewhale/issues", "type": "module", "access": "public", "bin": { "mcp-server-triplewhale": "./dist/index.js" }, "files": [ "dist", "CHANGELOG.md" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "watch": "tsc-watch --onSuccess \"chmod 755 dist/index.js\"", "inspector": "npx @modelcontextprotocol/inspector dist/index.js", "format": "prettier --write .", "prerelease": "npm run build", "test": "npx braintrust eval src/tools-evaluations" }, "dependencies": { "@modelcontextprotocol/sdk": "1.6.0", "chalk": "5.3.0", "axios": "^1.8.1", "node-fetch": "2.7.0", "zod": "3.24.1" }, "devDependencies": { "@types/node": "^20.11.24", "@types/node-fetch": "^2.6.12", "autoevals": "0.0.111", "braintrust": "0.0.177", "bun": "^1.1.38", "prettier": "^3.4.1", "tsc-watch": "^6.2.1", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" } }