Enable ChatGPT and other AI agents to access BeatPlatform data and functionality. From public APIs to secure user operations, all available through a unified MCP interface.
Optimized for quick responses and minimal latency
Protected tools with industry-standard OAuth 2.0
Simple setup with ChatGPT and other AI agents
This is your MCP server endpoint that AI agents will connect to.
https://mcp.beatplatform.app/mcp
Add this configuration to your ChatGPT MCP settings.
{
"mcpServers": {
"edmdb": {
"url": "https://mcp.beatplatform.app/mcp"
}
}
}For tools requiring authentication, you'll be prompted to authorize access.
OAuth flow will be initiated automatically for protected tools
| Title | Name | Description |
|---|---|---|
| Get artist info | artist_info | Get detailed information about an artist (e.g. genres, birthday, aliases, members, description, etc.) |
| Artist Upcoming Events | artist_upcoming_events | Get upcoming events for an artist |
| Search Events | search_events | Search EDMDb's database for electronic music events and nightlife by location and/or date range. Returns events with direct links to edmdb.net |
| Venue Upcoming Events | venue_upcoming_events | Get upcoming events for a venue |