mcpserver.lol
registry/keyboardia
Connection check verified live · 27h ago

keyboardia

Create, co-edit, analyze, publish, and export collaborative step-sequencer sessions through MCP.

Tools 7
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

7 tools

Read from the running server on 27h ago.

analyze_session read-only session_id*
Describe what is happening musically in a session — rhythm, pitch content, inferred key, and chords — without changing anything. Use this to explain music rather than to edit it. R…
create_session nametempoidempotency_key*
Create a new editable Keyboardia session with the normal defaults and return its shareable URL. The session starts with no tracks; use edit_session to add them. Pass the same idemp…
edit_session can modify data edit*session_id*
Make one narrow, retry-safe edit to an existing collaborative session. After every attempt, the next Keyboardia call must be get_session for the same session. A successful call inc…
export_midi read-only session_id*
Export the session as a base64-encoded Standard MIDI File, matching what Keyboardia's own Export MIDI produces for the same music. The session is not modified. The result lists any…
get_session read-only session_id*
Read the current tempo and compact track patterns from an existing Keyboardia session.
publish_session session_id*
Freeze the current music into a new immutable session and return its URL. The source session stays editable at its own URL. Only call this when someone explicitly asks to publish;…
remix_session session_id*
Copy an existing session — published or editable — into a new editable session that records the original as its source. The source is never modified, so this is how to continue fro…