← liinks.co

INDIVIDUAL MCP TOOL

reorder_blocks

Set the top-to-bottom order of blocks on one page.

liinks.conone authenticationAvailability not checked

LIVE ENDPOINT

https://www.liinks.co/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for reorder_blocks 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

liinks.co

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.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.

Related tools

  • list_profiles — List the Liinks profiles this API key can manage.
  • get_profile — Read everything about one profile in a single call: profile fields, theme styles, social links, all blocks (in display order), and the page list.
  • update_profile — Partially update a profile's fields (displayName, bio, tagline, slug, profile picture, …).
  • set_styles — Partially update the profile theme: colors, fonts, background, header layout, spacing.
  • set_socials — Replace the profile's social-icon row with the provided ordered list.
  • add_block — Add a block to a profile page.
  • update_block — Partially update an existing block.
  • remove_block — Delete a block from the profile.