← Registry

API Tools

plinken.com

Provides access to Plinken's version, pricing, features, documentation, and playback control.

1 endpoint61 known toolsFirst detected August 29, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.plinken.com/mcp

No auth detected

MCP server metadata

Name
Plinken
Version
0.1.0
Capabilities
tools.listChanged

Known tools 61

version

Get Plinken tools service version

Inferred read-only
get_pricing

Get Plinken subscription pricing (Free, Basic, Pro, Studio)

Inferred read-only
get_features

Get Plinken features overview

Inferred read-only
search_docs

Search Plinken documentation and help articles

Inferred read-only
transport_play_toggle

Toggle play/pause on the current space.

Inferred read-only
transport_stop

Stop playback.

Inferred read-only
transport_pause

Pause playback.

Inferred read-only
transport_set_metronome

Enable or disable the metronome click.

Inferred read-only
transport_set_countin

Enable or disable count-in before recording starts.

Inferred read-only
transport_toggle_cycle

Toggle cycle (loop) mode on the transport.

Inferred read-only
transport_set_automation_armed

Arm/disarm automation recording.

Inferred read-only
transport_set_record_armed

Set the transport record-arm state.

Inferred read-only
transport_set_bpm

Set the master tempo in beats per minute.

Inferred read-only
transport_set_time_signature

Set the time signature.

Inferred read-only
transport_set_key

Set the project musical key (used for chord display and key-aware features).

Inferred read-only
transport_to_start

Jump the playhead to the start of the project (position 0).

Inferred read-only
transport_go_end

Jump the playhead to the end of the project.

Inferred read-only
transport_back

Move the playhead backward by one bar (delta is DAW-defined).

Inferred read-only
transport_forward

Move the playhead forward by one bar (delta is DAW-defined).

Inferred read-only
transport_frame_back

Move the playhead back by one video frame.

Inferred read-only
transport_frame_forward

Move the playhead forward by one video frame.

Inferred read-only
transport_seek

Move the playhead to an exact position.

Inferred read-only
get_transport_state

Get the current master transport state for a space: playhead, isPlaying, sample rate, last command.

Potential side effects
get_current_project

Return the project the user is currently viewing in this space (the 'active' project tracked server-side).

Inferred read-only
get_space_context

Return 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-only
select_project

Set the current project for this space and broadcast the selection to all connected clients (DAW + web).

Inferred read-only
new_project

Create a new project in this space.

Potential side effects
find_project

Find a project by name (case-insensitive substring match on meta.name).

Inferred read-only
list_projects

List all projects in the space with docId, projectId, title, timestamps.

Inferred read-only
get_project_summary

Summarise a project: name, author, track/region/asset counts.

Inferred read-only
list_tracks

List all tracks in a project with id, name, track_type, mute/solo flags, and region count.

Inferred read-only
get_track

Get the full track record (including regions, automation, routing) for a specific track.

Inferred read-only
list_automation_params

List every automation parameter the compositor understands: cc id, canonical param name, default segment curve, real-value range, unit, default value, and description.

Inferred read-only
list_regions

List all regions across all tracks in a project: trackId, regionId, type, tick, duration, assetId.

Inferred read-only
list_vc_files

List every file committed to the space-level version-control store (space assets shared across projects).

Inferred read-only
list_asset_files

List space-level asset files from the version-controlled store.

Inferred read-only
register_audio_asset

Register an audio asset inside the project (links a space-level file to the project.assets module).

Inferred read-only
list_project_assets

List assets embedded in the project assets module (id, filename, mimeType, duration, sampleRate).

Inferred read-only
add_track

Add a new track to a project.

Inferred read-only
remove_track

Remove a track by id from a project.

Potential side effects
apply_track_op

Patch one track's header / mixer / arm state in a single call.

Inferred read-only
add_audio_region

Add an audio region to a track, optionally referencing an asset (wav/mp3) by assetId.

Inferred read-only
remove_region

Remove a region by id from whichever track owns it.

Potential side effects
add_tempo_point

Insert or update a tempo point in the project's tempo map.

Potential side effects
remove_tempo_point

Remove a tempo point at a given tick.

Potential side effects
set_project_duration

Set the project length in seconds.

Inferred read-only
set_region_props

Patch properties on a region by id (assetId, tick, duration, name, gain, etc.).

Inferred read-only
list_layers

List every scene in the project and every layer in each scene.

Inferred read-only
set_layer_param

Patch a single ParamDef-backed field on a layer.

Inferred read-only
fal_quote_asset

Quote a paid FAL asset creation (any model, any artifact — image, video, audio).

Inferred read-only
fal_commit_asset

Commit a previously quoted order.

Inferred read-only
write_html

Save an HTML page to this space's assets at `html/<slug>.html`.

Inferred read-only
read_html

Read an HTML page previously saved under `html/`.

Inferred read-only
list_html

List all HTML pages in this space (everything under `html/`).

Inferred read-only
delete_html

Delete an HTML page by path.

Potential side effects
list_agent_docs

List the space's agent docs (AGENTS, SOUL, USER, PANTHEON, MEMORY, plus any `memory/YYYY-MM-DD` daily entries).

Inferred read-only
read_agent_doc

Read one of the space's agent docs by key.

Inferred read-only
write_agent_doc

Overwrite an agent doc.

Inferred read-only
memory_remember

Save a durable memory for this Plinken space.

Inferred read-only
memory_recall

Search this space's long-term memory by semantic similarity + keyword (RRF-fused).

Inferred read-only
memory_forget

Delete a memory by id.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.