Kyurations speaks MCP, so Claude, Cursor, and any agent that talks the protocol can search, read, and help organize the library you have curated. Scoped to your token, every change reversible, and your own client approves each call.
https://www.kyurations.in/api/mcpA small, sharp set of tools over your saved items. Reads never leave your library; writes are scoped to your token, reversible, and gated by your client (delete is a recoverable soft-delete).
Read
Semantic plus keyword search across everything you have saved. Every result comes back with its link.
Exact lookups by platform, type, author, tag, date, or a named list.
How many videos, what you save most about, how much sits in each list.
Pull the whole text or transcript of a specific item, with its source URL, author and tags.
Every list with its id, size, and public link if you have shared it.
Write
Make a list, seed it with items, and add or remove things as you curate.
Hand it a URL; it extracts title, tags, and a summary, deduped against what you already keep.
Keep a thought or a takeaway with no link attached, straight into the library or a list.
Fix a title, rewrite a summary, set a priority. Only the field you name changes.
Add or drop tags across items so the collection stays findable.
Make a list public and get the shareable link back, or take it private again.
Soft-delete to the trash, and restore from it. Marked destructive, so your client asks first.
In Settings, open Connect Kyuri to your AI tools and generate a token. It starts with kyur_ and is shown once. You can revoke it any time under Connected apps.
Or let your AI do it
Copy this prompt and paste it into Claude, ChatGPT, Cursor, or whatever you already use. It covers every client, so the agent works out which config to edit and verifies the connection when it is done. Swap your token in where it says kyur_YOUR_TOKEN, or copy it from Settings with the token already in place.
Rather do it by hand? For Claude Desktop, add this to your MCP config (Settings then Developer then Edit Config), swapping in your token:
{
"mcpServers": {
"kyurations": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://www.kyurations.in/api/mcp",
"--header", "Authorization: Bearer kyur_YOUR_TOKEN"
]
}
}
}Prefer to poke at it first? Point the MCP Inspector at the same endpoint with an Authorization: Bearer header:
npx @modelcontextprotocol/inspectorRestart the client and Kyurations shows up as a tool. Ask it what you saved about a topic, how many items are in a list, or to read a piece in full. It answers from your library, and cites what it used.
Ready when you are. Grab a token and wire it up in a couple of minutes.
Sign in to connectGenerate a token