Beatport MCP API
Allows searching for artists on Beatport by name, returning structured data including names, IDs, and URLs.
Click on "Deploy 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., "@Beatport MCP APIsearch for artist Hernan Cattaneo"
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.
Beatport MCP API
A Model Context Protocol (MCP) server that provides access to the Beatport API for searching artists. This service can be used with AI assistants or MCP-compatible clients.
Features
Provides a tool to search for artists on Beatport by name
Exposes MCP-compliant endpoints for AI agent access
Designed for cloud deployment (Railway.app)
Related MCP server: Spotify-Claude MCP Server
Endpoints
/or/info- Server information/health- Health check endpoint/mcp/sse- MCP SSE connection endpoint/mcp/messages/- MCP messages endpoint
Deployment to Railway.app
Prerequisites
Create a Railway.app account
Install the Railway CLI (optional)
Deployment Steps
Using the Railway.app Dashboard
Create a new project in the Railway dashboard
Connect your GitHub repository or use the "Deploy from GitHub" option
Point to your repository containing this code
Railway will automatically detect the Procfile and deploy the application
Environment variables will be automatically set, including the PORT
Using the Railway CLI
# Login to Railway
railway login
# Initialize a new project (if not done already)
railway init
# Deploy the application
railway upEnvironment Variables
PORT- Automatically set by Railway.app
Local Development
# Install dependencies
pip install -r requirements.txt
# Run the server
python mcp_web_app.pyUsing with AI Assistants
This MCP server allows AI assistants to search for artists on Beatport. The assistant can:
Connect to the MCP server at the
/mcp/sseendpointUse the
search_beatport_artiststool to query the Beatport APIGet structured data about artists including names, IDs, and URLs
API Example
Tool call format:
{
"jsonrpc": "2.0",
"method": "tool/call",
"params": {
"name": "search_beatport_artists",
"arguments": {
"artist_name": "Hernan Cattaneo"
}
},
"id": "message-id"
}Response will include artist data in the same format as the Beatport API.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search events, conference weeks, cities, venues and artist schedules via remote MCP.
Search MusicBrainz artists, releases, works, labels; resolve ISRC/ISWC/barcode; fetch cover art.
Spotify: Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
Audio features + harmonic set-building for tracks by name/ISRC. Spotify audio-features replacement.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables interaction with Spotify's music catalog via the Spotify Web API, supporting searches, artist information retrieval, playlist management, and automatic token handling.2622 npm23MIT
- FlicenseCqualityDmaintenanceA tool that connects to the Spotify API and enables Claude to access artist information for enhanced music discovery through natural language queries.1-
- AlicenseAqualityAmaintenanceCross-platform music link resolution for AI agents. Resolve any song or album across Spotify, Apple Music, Amazon, YouTube, and more. Returns affiliate-ready links with click tracking563 npm3MIT

sonovault-mcpofficial
AlicenseAqualityAmaintenanceProvides access to the SonoVault music metadata API, enabling search and retrieval of information about 90M+ tracks, artists, labels, and releases, including ISRC, ISWC, and cross-platform IDs.15224 npmMIT