MCP server for the Beatlyze audio analysis API — analyse audio with AI agents.
Project description
Beatlyze MCP Server
Use the Beatlyze audio analysis API directly from Claude, Cursor, or any MCP-compatible AI agent.
Tools
| Tool | Description |
|---|---|
analyze_url |
Submit an audio URL, wait for result (BPM, key, energy, mood, genre, sections) |
get_analysis |
Check status / retrieve result for a job_id |
get_usage |
Check your monthly usage and limits |
Setup
1. Get a free API key at beatlyze.dev
2. Add to Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"beatlyze": {
"command": "uvx",
"args": ["beatlyze-mcp"],
"env": {
"BEATLYZE_API_KEY": "bz_your_key_here"
}
}
}
}
3. Or run directly:
pip install beatlyze-mcp
BEATLYZE_API_KEY=bz_your_key_here python -m beatlyze_mcp
Example
Ask Claude:
"Analyse this track: https://example.com/mytrack.mp3 — what's the BPM and key?"
Claude will call analyze_url, wait for the result, and tell you:
"The track is 128.4 BPM in A minor, with high energy (0.78) and mood tags: energetic, dark."
Environment variables
| Variable | Required | Default |
|---|---|---|
BEATLYZE_API_KEY |
Yes | — |
BEATLYZE_API_BASE |
No | https://api.beatlyze.dev |
The MCP server targets the live production API at https://api.beatlyze.dev by default.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file beatlyze_mcp-0.1.1.tar.gz.
File metadata
- Download URL: beatlyze_mcp-0.1.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31a73e9c3c124aef0b66a9e59cb47193a313b64d82a139bf3dd33a30c623d32b
|
|
| MD5 |
b3097cfcc3fe0fabbbdeb69f63540e37
|
|
| BLAKE2b-256 |
e654b85facf23ea5737af98b550291263c40d8f7df54c886867059d8ed5c0bde
|
File details
Details for the file beatlyze_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: beatlyze_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4a59648edee2a071a6344bef4b4aa3a9ca291a7ef81fe0f80e04966ca6c358d
|
|
| MD5 |
3d858bea07f40acdc3769b4901cf704d
|
|
| BLAKE2b-256 |
f7f1b0beb5df1ce457a833a6aad77da6d520a2e1c08bccd2625b9f3e6a0f09f3
|