# Linkhut — MCP server on mcp.ai > LinkHut manages bookmarked links in a minimalistic, shareable interface, helping teams organize URLs and track references in one place By: mcp.ai · official Page: https://mcp.ai/linkhut ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_linkhut?ms=1781542320000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/linkhut/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/linkhut/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/linkhut/skill.md Postman collection (v2.1): https://mcp.ai/linkhut/postman.json ## Tools - linkhut_add_bookmark(url: string, tags?: string, shared?: boolean, toread?: boolean, extended?: string, description: string) — Adds a new bookmark to linkhut. the bookmark can be marked as private/public and read/unread, with optional tags and notes. - linkhut_delete_bookmark(url: string) — This tool allows users to delete a bookmark from their linkhut account by providing the bookmark url. it operates independently and only requires the url parameter to identify and remove the bookmark. - linkhut_get_all_tags() — Retrieves a list of all tags and their usage counts for the authenticated user. no additional parameters required besides authentication. - linkhut_get_bookmarks(tag?: string) — This tool retrieves all bookmarks from the user's linkhut account. it makes a get request to the api endpoint and handles authentication. the tool returns a list of bookmarks including details such as - linkhut_update_bookmark(url: string, tags?: string, shared?: boolean, toread?: boolean, extended?: string, description?: string) — This tool allows users to update an existing bookmark in linkhut. the tool updates the metadata of a bookmark including its title, description, and tags. ## Links Docs: https://mcp.ai/docs/mcps/linkhut Website: https://mcp.ai/mcps/linkhut