Model Context Protocol

Hand your agent
your good taste.

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.

Endpointhttps://www.kyurations.in/api/mcp

Read it, and help keep it

A 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

Search the library

Semantic plus keyword search across everything you have saved. Every result comes back with its link.

Filter by facet

Exact lookups by platform, type, author, tag, date, or a named list.

Count and break down

How many videos, what you save most about, how much sits in each list.

Read in full

Pull the whole text or transcript of a specific item, with its source URL, author and tags.

See your lists

Every list with its id, size, and public link if you have shared it.

Write

Create and fill lists

Make a list, seed it with items, and add or remove things as you curate.

Save new links

Hand it a URL; it extracts title, tags, and a summary, deduped against what you already keep.

Write notes

Keep a thought or a takeaway with no link attached, straight into the library or a list.

Edit what is saved

Fix a title, rewrite a summary, set a priority. Only the field you name changes.

Tag and retag

Add or drop tags across items so the collection stays findable.

Publish a list

Make a list public and get the shareable link back, or take it private again.

Delete, recoverably

Soft-delete to the trash, and restore from it. Marked destructive, so your client asks first.

Connect in three steps

  1. 01

    Generate a connection token

    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.

  2. 02

    Add the server to your client

    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.

    Get it with your token

    Rather do it by hand? For Claude Desktop, add this to your MCP config (Settings then Developer then Edit Config), swapping in your token:

    json
    {
      "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:

    shell
    npx @modelcontextprotocol/inspector
  3. 03

    Ask across your collection

    Restart 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