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
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "outDir": "build", "declaration": true, "sourceMap": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "build", "src/**/__tests__/**/*"] }