machine-readable product surface

Uoink MCP manifest.

Agents should use this page and /mcp/manifest.json to discover the local server, install path, supported transports, and tool names.

Server

name: uoink
version: 3.1
homepage: https://uoink.video
source: https://github.com/ryanbiddy/uoink
license: MIT
transport:
  - stdio: supported
  - http: experimental at 127.0.0.1:5179/mcp
install:
  windows: https://uoink.video/install#windows
  mac: https://uoink.video/install#mac

Tools

uoink_videolocal MCP tool
Extract a structured corpus from one video URL.See /mcp/manifest.json for machine-readable schema.
uoink_playlistlocal MCP tool
Extract up to 10 videos from a playlist URL.See /mcp/manifest.json for machine-readable schema.
get_job_statuslocal MCP tool
Poll a running extraction job.See /mcp/manifest.json for machine-readable schema.
cancel_joblocal MCP tool
Cancel a running extraction job.See /mcp/manifest.json for machine-readable schema.
list_recent_uoinkslocal MCP tool
Return the latest captures from the local library.See /mcp/manifest.json for machine-readable schema.
search_uoinkslocal MCP tool
Run full-text search across transcripts, comments, and titles.See /mcp/manifest.json for machine-readable schema.
get_uoink_corpuslocal MCP tool
Fetch one saved corpus as markdown.See /mcp/manifest.json for machine-readable schema.
analyze_commentslocal MCP tool
Cluster comment themes, products, and disagreements.See /mcp/manifest.json for machine-readable schema.
classify_hooklocal MCP tool
Classify an opening into the nine Hook Type categories.See /mcp/manifest.json for machine-readable schema.
get_taxonomylocal MCP tool
Return the Hook Type taxonomy.See /mcp/manifest.json for machine-readable schema.
get_citation_maplocal MCP tool
Map corpus slugs to source URLs and timestamps.See /mcp/manifest.json for machine-readable schema.
get_uoink_healthlocal MCP tool
Check helper status and diagnostics.See /mcp/manifest.json for machine-readable schema.
find_mentionslocal MCP tool
Find every video or podcast that mentions an entity.See /mcp/manifest.json for machine-readable schema.

Canonical config note

Do not guess local paths. After install, Uoink's setup page generates the real config for the user's machine. Snippets on the website are templates for humans and crawlers.

Human setup page Raw manifest JSON