Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Eventbrite MCP Server
Claim
by
ibraheem4
npm
GitHub
Entertainment & Media
Social Media
Search
JavaScript
5
1
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
.env.example
.gitignore
jest.config.js
mcp-settings-example.json
package.json
package-lock.json
README.md
run.sh
test-api-key.js
tsconfig.json
{ "name": "@ibraheem4/eventbrite-mcp", "version": "1.0.1", "description": "An Eventbrite MCP server for interacting with Eventbrite's API", "type": "module", "bin": { "@ibraheem4/eventbrite-mcp": "./build/index.js", "eventbrite-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && chmod +x build/index.js", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "node ./scripts/direct-inspector.js", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js src", "publish:patch": "npm version patch && npm publish", "publish:minor": "npm version minor && npm publish", "publish:major": "npm version major && npm publish" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "axios": "1.8.1", "dotenv": "16.4.7", "http-proxy": "^1.18.1" }, "devDependencies": { "@jest/globals": "29.7.0", "@types/jest": "29.5.14", "@types/node": "^20.11.24", "jest": "29.7.0", "ts-jest": "29.2.6", "typescript": "^5.3.3" }, "keywords": [ "eventbrite", "mcp", "model-context-protocol", "cli", "roo", "cline", "cursor", "windsurf", "claude" ], "author": "Ibraheem Abdul-Malik", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ibraheem4/eventbrite-mcp" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=18" } }