Give your agent a local source layer.
Uoink runs a local MCP server on your machine. The stdio path gives Claude Desktop, Cursor, and Cline 13 core tools for capture, search, citations, hooks, and source health.
Stdio first. Local paths generated after install.
These snippets use placeholder paths. Uoink setup page generates the real command for your machine after install.
Uoink has two local tool surfaces. Stdio is the curated 13-tool path for daily agent use in Claude Desktop, Cursor, Cline, and Continue. The HTTP registry and OpenAPI bridge expose the full 64-tool programmatic surface for local integrations that need lower-level capture, memory, writing, and admin controls.
Claude Desktop
{
"mcpServers": {
"uoink": {
"command": "%LOCALAPPDATA%\\Uoink\\uoink_mcp.exe",
"args": []
}
}
}Cursor
{
"mcpServers": {
"uoink": {
"command": "%LOCALAPPDATA%\\Uoink\\uoink_mcp.exe",
"args": []
}
}
}Cline / Continue
{
"name": "uoink",
"transport": "stdio",
"command": "%LOCALAPPDATA%\\Uoink\\uoink_mcp.exe"
}Ask Cursor to research a launch video from source.
Uoink these three competitor videos, classify their hooks, and write a launch memo with citations.
The agent captures each source, polls jobs, fetches corpora, classifies hooks, searches your library, then writes the memo into your workspace.
uoink_video(url_1)
uoink_video(url_2)
uoink_video(url_3)
get_job_status(job_id)
get_uoink_corpus(corpus_id)
classify_hook(corpus_id)
search_uoinks("launch narrative")
write_blog(corpus_set)Names stay visible. Details stay folded.
The manifest remains canonical for schemas. This page keeps the public tool names readable for humans, crawlers, and agents without turning the page into one endless list.
Start with uoink_video, search_uoinks, get_uoink_corpus, classify_hook, and find_mentions. Open a bucket when you need the rest.
Core stdio toolsThe 13-tool daily path for capture, search, comments, hooks, citations, and health.13 tools
Library, role, and live statusLocal reads and setup helpers that shape the library around the user's workflow.5 tools
Podcast and mobile bridgeRSS feeds, WhisperX checks, monitored playlists, and mobile save-to-playlist workflows.13 tools
Memory, facets, and workspace assemblyTaste memory, engagement signals, facet filters, workspace planning, and corpus critique.12 tools
Claims, scripts, and Writing StudioEvidence capture, script versions, shot lists, tweets, blogs, and voice anchors.16 tools
Universal page captureAllowed-site controls for capturing pages with the local helper.4 tools
Humans read this page. Agents read the manifest.
MCP page.
Human-readable server metadata, transport notes, config reminders, and tool list.
Open /mcp ->02Manifest JSON.
Machine-readable tool surface for agent crawlers and registry submissions.
Open JSON ->03llms.txt.
Short product summary, install links, source pages, and agent docs in crawler-friendly text.
Open llms.txt ->