# Linkhut (verified)

LinkHut manages bookmarked links in a minimalistic, shareable interface, helping teams organize URLs and track references in one place

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add linkhut

# Browse available tools
npx -y @smithery/cli@latest tool list linkhut

# Get full schema for a tool
npx -y @smithery/cli@latest tool get linkhut LINKHUT_ADD_BOOKMARK

# Call a tool
npx -y @smithery/cli@latest tool call linkhut LINKHUT_ADD_BOOKMARK '{}'
```

## Direct MCP Connection

Endpoint: `https://linkhut.run.tools`

## Tools (5)

- `LINKHUT_ADD_BOOKMARK` — Adds a new bookmark to LinkHut. The bookmark can be marked as private/public and read/unread, with optional tags and no…
- `LINKHUT_DELETE_BOOKMARK` — This tool allows users to delete a bookmark from their Linkhut account by providing the bookmark URL. It operates indep…
- `LINKHUT_GET_ALL_TAGS` — Retrieves a list of all tags and their usage counts for the authenticated user. No additional parameters required besid…
- `LINKHUT_GET_BOOKMARKS` — This tool retrieves all bookmarks from the user's Linkhut account. It makes a GET request to the API endpoint and handl…
- `LINKHUT_UPDATE_BOOKMARK` — This tool allows users to update an existing bookmark in LinkHut. The tool updates the metadata of a bookmark including…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get linkhut <tool-name>
```
