API Tools
plinken.com
Provides access to Plinken's version, pricing, features, documentation, and playback control.
ENDPOINT 1
https://mcp.plinken.com/mcp
MCP server metadata
- Name
- Plinken
- Version
- 0.1.0
Known tools 61
transport_set_keySet the project musical key (used for chord display and key-aware features).
Inferred read-onlyget_transport_stateGet the current master transport state for a space: playhead, isPlaying, sample rate, last command.
Potential side effectsget_current_projectReturn the project the user is currently viewing in this space (the 'active' project tracked server-side).
Inferred read-onlyget_space_contextReturn everything Plinky needs to ground its replies for this turn: the space (id + display name), the current project (id + name), and the presence list (who is connected right now, with their monikers/nickNames and userIds).
Inferred read-onlyselect_projectSet the current project for this space and broadcast the selection to all connected clients (DAW + web).
Inferred read-onlyfind_projectFind a project by name (case-insensitive substring match on meta.name).
Inferred read-onlylist_projectsList all projects in the space with docId, projectId, title, timestamps.
Inferred read-onlylist_tracksList all tracks in a project with id, name, track_type, mute/solo flags, and region count.
Inferred read-onlyget_trackGet the full track record (including regions, automation, routing) for a specific track.
Inferred read-onlylist_automation_paramsList every automation parameter the compositor understands: cc id, canonical param name, default segment curve, real-value range, unit, default value, and description.
Inferred read-onlylist_regionsList all regions across all tracks in a project: trackId, regionId, type, tick, duration, assetId.
Inferred read-onlylist_vc_filesList every file committed to the space-level version-control store (space assets shared across projects).
Inferred read-onlyregister_audio_assetRegister an audio asset inside the project (links a space-level file to the project.assets module).
Inferred read-onlylist_project_assetsList assets embedded in the project assets module (id, filename, mimeType, duration, sampleRate).
Inferred read-onlyadd_audio_regionAdd an audio region to a track, optionally referencing an asset (wav/mp3) by assetId.
Inferred read-onlyset_region_propsPatch properties on a region by id (assetId, tick, duration, name, gain, etc.).
Inferred read-onlyfal_quote_assetQuote a paid FAL asset creation (any model, any artifact — image, video, audio).
Inferred read-onlylist_agent_docsList the space's agent docs (AGENTS, SOUL, USER, PANTHEON, MEMORY, plus any `memory/YYYY-MM-DD` daily entries).
Inferred read-onlymemory_recallSearch this space's long-term memory by semantic similarity + keyword (RRF-fused).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.plinken]
url = "https://mcp.plinken.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"plinken": {
"type": "http",
"url": "https://mcp.plinken.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: plinken
Remote MCP URL: https://mcp.plinken.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"plinken": {
"url": "https://mcp.plinken.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"plinken": {
"type": "http",
"url": "https://mcp.plinken.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "plinken",
"transport": "streamable-http",
"url": "https://mcp.plinken.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.