Beatport API
БесплатноНе проверенEnables searching for Beatport artists by name, returning structured data like names, IDs, and URLs.
Описание
Enables searching for Beatport artists by name, returning structured data like names, IDs, and URLs.
README
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)
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 up
Environment Variables
PORT- Automatically set by Railway.app
Local Development
# Install dependencies
pip install -r requirements.txt
# Run the server
python mcp_web_app.py
Using 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/sseendpoint - Use the
search_beatport_artiststool to query the Beatport API - Get 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.
Установка Beatport API
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/conorwd/beatport-mcpFAQ
Beatport API MCP бесплатный?
Да, Beatport API MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Beatport API?
Нет, Beatport API работает без API-ключей и переменных окружения.
Beatport API — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Beatport API в Claude Desktop, Claude Code или Cursor?
Открой Beatport API на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Beatport API with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
