Beatport MCP Server
@ivo-toby
Beatport MCP Server について
MCP Server that connects an LLM to the Beatport API
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"beatport-mcp-server": {
"command": "node",
"args": [
"get-token.js",
"#",
"Shows",
"detailed",
"instructions"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Beatport MCP Server?
An MCP server that provides programmatic access to the Beatport API for music discovery and data retrieval. It enables AI assistants and other MCP clients to search tracks, artists, labels, releases, charts, and playlists using a Beatport account.
How to use Beatport MCP Server?
Install the package globally via npm (npm install -g @ivotoby/beatport-mcp-server), then authenticate using a bearer token (recommended) or username/password. Run beatport-mcp-server with optional flags for transport type, port, and tool selection. The server automatically generates MCP tools from Beatport API endpoints.
Key features of Beatport MCP Server
- Simple OAuth2 authentication via token or credentials
- Full Beatport API: tracks, artists, labels, releases, charts
- Supports both stdio and HTTP transports
- Automatic token management and refresh
- Filtering by genre, BPM, key, release date, and pagination
- Built on the official Beatport OpenAPI specification
Use cases of Beatport MCP Server
- Search for tech house tracks released in 2024
- Find all releases on a specific label like Drumcode
- Get detailed artist information (e.g., Charlotte de Witte)
- List top 10 tracks in a genre chart (e.g., Techno)
- Discover tracks with a specific BPM range (e.g., 120–130)
FAQ from Beatport MCP Server
How do I obtain an access token?
Run node get-token.js for detailed instructions, or email [email protected] to request OAuth2 credentials specifically for "Beatport MCP Server".
Can I use username/password authentication?
Option 2 (username/password) is available but currently does not work; the recommended method is to use a manual bearer token.
What transport types are supported?
The server supports stdio (default) and HTTP transports. Use --transport http to enable HTTP mode with configurable port, host, and path.
How can I filter tracks by BPM?
Use the catalog tracks search tool; the server supports filtering by BPM, key, release date, genre, label, and artist with pagination support.
Is this server production-ready?
No, the README explicitly notes that this is still a work in progress.
「その他」の他のコンテンツ
Nginx UI
0xJackyYet another WebUI for Nginx
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント