BNDY MCP Server
OfficialAllows interaction with BNDY's AWS Lambda infrastructure to search and create venues, artists, and events in the BNDY platform.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BNDY MCP ServerCreate an event for Millhouse at The Cavern Club on Dec 15"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BNDY MCP Server
Model Context Protocol server for AI-driven event creation in BNDY platform.
Overview
This MCP server allows Claude Desktop (or other MCP clients) to interact with BNDY's AWS Lambda infrastructure to:
Search for venues and artists
Create new venues and artists (with AI review flags)
Create events linking artists and venues
Related MCP server: Eventbrite MCP Server
Prerequisites
Node.js 18+ and npm
AWS CLI configured with credentials
Claude Desktop app installed
Access to BNDY AWS infrastructure (eu-west-2)
Installation
npm install
npm run buildConfiguration
Claude Desktop Setup
Add to %APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"bndy-events": {
"command": "node",
"args": [
"C:\\VSProjects\\bndy-MCPServer\\dist\\index.js"
],
"env": {
"AWS_REGION": "eu-west-2",
"AWS_PROFILE": "default"
}
}
}
}Tools Available
1. search_venue
Search for existing venues by name and city.
Input:
{
name: string; // e.g., "Murphys"
city: string; // e.g., "Bury"
}2. create_venue
Create a new venue with AI review flags.
Input:
{
name: string;
address: string;
city: string;
googlePlaceId?: string;
latitude?: number;
longitude?: number;
}3. search_artist
Search for existing artists by name.
Input:
{
name: string;
region?: string;
}4. create_artist
Create a new artist with AI review flags.
Input:
{
name: string;
artistType: 'band' | 'solo' | 'duo' | 'dj' | 'other';
genres?: string[];
facebookUrl?: string;
instagramUrl?: string;
spotifyUrl?: string;
}5. create_event
Create an event linking artist and venue.
Input:
{
artistId: string;
venueId: string;
date: string; // YYYY-MM-DD
startTime: string; // HH:MM (24-hour)
endTime?: string;
title?: string;
isPublic?: boolean;
}Example Usage
In Claude Desktop:
User: "Create events for Millhouse's December tour:
- Dec 15 @ The Cavern Club, Liverpool - 8pm
- Dec 16 @ O2 Academy, Birmingham - 7:30pm"
Claude: [Uses MCP tools to search venues, create events, returns confirmation]Development
# Build TypeScript
npm run build
# Watch mode
npm run dev
# Run server
npm startAWS Lambda Functions Used
VenuesFunction:
bndy-serverless-api-VenuesFunction-z91LnIIRKHhqArtistsFunction:
bndy-serverless-api-ArtistsFunction-4wCJA9JLMwF5EventsFunction:
bndy-serverless-api-EventsFunction-03skAPFIwe9g
Security
Uses your local AWS credentials
No public endpoints
Local-only stdio communication
All AI-created entities flagged for review
Related Documentation
[AI MCP Event Creation Guide](../bndy All Platform Docs/Feature Development/AI_MCP_EVENT_CREATION.md)
[BNDY Platform Bible](../bndy All Platform Docs/BNDY_PLATFORM_BIBLE.md)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceEnables MCP clients to interact with any OpenAPI-defined REST API through a serverless AWS Lambda deployment. Supports multiple authentication methods and provides cost-effective, scalable access to third-party APIs through natural language.Last updated
- AlicenseBqualityDmaintenanceEnables natural language access to the Eventbrite API for creating, managing, and interacting with events, venues, and categories.Last updated13242MIT
- AlicenseBqualityDmaintenanceEnables AI agents to manage events, venues, songs, and users via the Sonic API, with integrated Spotify and Google Maps search.Last updated23MIT
- AlicenseBqualityBmaintenanceConnects AI assistants to the Spotify Web API, enabling playback control, search, and recommendations.Last updated8MIT
Related MCP Connectors
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
Universal AI API Orchestrator — 1,554 tools, 96 services. One install.
Voice and chat for AI agents — Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/flowency-live/bndy-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server