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.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Servers
modelcontextprotocolModel Context Protocol Servers
评论