Content Tools
liinks.co
Manages Liinks profiles, including profile fields, theme styles, social links, and blocks.
ENDPOINT 1
https://www.liinks.co/api/mcp
MCP server metadata
- Name
- liinks
- Version
- 1.0.0
Manage Liinks profiles (link-in-bio pages at liinks.co/<slug>). Terminology: a *profile* is the entire public site (header, socials, theme, pages); a *page* is a section within a profile (every profile has at least the implicit `home` page, rendered as tabs). Typical flow: call `list_profiles` first to get valid profile ids (the API key owner's profile is always included), then read with `get_profile` before writing. After visual changes, `screenshot_profile` renders the live page so you can verify the result. Authentication: connect with an `Authorization: Bearer liinks_live_<token>` header. Keys are created in the Liinks dashboard under Admin → Settings → API Keys and require a paid plan.
Known tools 12
get_profileRead everything about one profile in a single call: profile fields, theme styles, social links, all blocks (in display order), and the page list.
Inferred read-onlyupdate_profilePartially update a profile's fields (displayName, bio, tagline, slug, profile picture, …).
Potential side effectsset_stylesPartially update the profile theme: colors, fonts, background, header layout, spacing.
Potential side effectslist_form_submissionsRead visitor responses to forms on the profile, newest first.
Inferred read-onlyscreenshot_profileRender the live public profile in headless Chrome and return JPEG URLs covering the full page in viewport-sized chunks (top to bottom).
Inferred read-onlyCONNECT 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.liinks]
url = "https://www.liinks.co/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"liinks": {
"type": "http",
"url": "https://www.liinks.co/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: liinks
Remote MCP URL: https://www.liinks.co/api/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": {
"liinks": {
"url": "https://www.liinks.co/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"liinks": {
"type": "http",
"url": "https://www.liinks.co/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "liinks",
"transport": "streamable-http",
"url": "https://www.liinks.co/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.