← smry.ai

INDIVIDUAL MCP TOOL

update_library_item

Authenticated smry product action.

smry.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://api.smry.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for update_library_item and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

smry.ai

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.smry]
url = "https://api.smry.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "smry": {
      "type": "http",
      "url": "https://api.smry.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: smry
Remote MCP URL: https://api.smry.ai/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": {
    "smry": {
      "url": "https://api.smry.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "smry": {
      "type": "http",
      "url": "https://api.smry.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "smry",
  "transport": "streamable-http",
  "url": "https://api.smry.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_article — Fetch clean, source-grounded text for a public article or YouTube URL, budgeted to a token limit and addressable by paragraph anchor.
  • search_article — Read a public article or YouTube URL and return only the passages relevant to your query, each anchored to its paragraph and labelled with the section it sits under.
  • search_web — Discover current public sources with up to four focused searches.
  • open_web_pages — Open up to four public pages and return clean Markdown evidence.
  • search_feeds — Use the same discovery catalog and ranking as smry's Discover feeds page.
  • save_article — Authenticated smry product action.
  • follow_feeds — Authenticated smry product action.
  • create_monitor — Authenticated smry product action.